Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sisilicon
GitHub Repository: sisilicon/worldedit-be
Path: blob/master/RP/textures/item_texture.json
1782 views
1
{
2
"resource_pack_name": "wedit",
3
"texture_name": "atlas.items",
4
"texture_data": {
5
"wedit:copy": {
6
"textures": "textures/items/copy"
7
},
8
"wedit:cut": {
9
"textures": "textures/items/cut"
10
},
11
"wedit:paste": {
12
"textures": "textures/items/paste"
13
},
14
"wedit:undo": {
15
"textures": "textures/items/undo"
16
},
17
"wedit:redo": {
18
"textures": "textures/items/redo"
19
},
20
"wedit:rotate_cw": {
21
"textures": "textures/items/rotate_cw"
22
},
23
"wedit:rotate_ccw": {
24
"textures": "textures/items/rotate_ccw"
25
},
26
"wedit:flip": {
27
"textures": "textures/items/flip"
28
},
29
"wedit:eyedropper": {
30
"textures": "textures/items/eyedropper"
31
},
32
"wedit:maskdropper": {
33
"textures": "textures/items/maskdropper"
34
},
35
"wedit:spawn_glass": {
36
"textures": "textures/items/spawn_glass"
37
},
38
"wedit:selection_hollow": {
39
"textures": "textures/items/selection_hollow"
40
},
41
"wedit:selection_fill": {
42
"textures": "textures/items/selection_fill"
43
},
44
"wedit:selection_outline": {
45
"textures": "textures/items/selection_outline"
46
},
47
"wedit:selection_stack": {
48
"textures": "textures/items/selection_stack"
49
},
50
"wedit:selection_move": {
51
"textures": "textures/items/selection_move"
52
},
53
"wedit:selection_wall": {
54
"textures": "textures/items/selection_wall"
55
},
56
"wedit:draw_line": {
57
"textures": "textures/items/draw_line"
58
},
59
"wedit:draw_curve": {
60
"textures": "textures/items/draw_curve"
61
},
62
"wedit:draw_sphere": {
63
"textures": "textures/items/draw_sphere"
64
},
65
"wedit:draw_cylinder": {
66
"textures": "textures/items/draw_cylinder"
67
},
68
"wedit:draw_pyramid": {
69
"textures": "textures/items/draw_pyramid"
70
},
71
"wedit:draw_loft": {
72
"textures": "textures/items/draw_loft"
73
},
74
"wedit:start_loft_curve": {
75
"textures": "textures/items/start_loft_curve"
76
},
77
"wedit:add_loft_point": {
78
"textures": "textures/items/add_loft_point"
79
},
80
"wedit:remove_loft_point": {
81
"textures": "textures/items/remove_loft_point"
82
},
83
"wedit:clear_loft_points": {
84
"textures": "textures/items/clear_loft_points"
85
},
86
"wedit:fill_loft": {
87
"textures": "textures/items/fill_loft"
88
},
89
"wedit:config": {
90
"textures": "textures/ui/gear"
91
},
92
"wedit:confirm": {
93
"textures": "textures/ui/confirm"
94
},
95
"wedit:cancel": {
96
"textures": "textures/ui/cancel"
97
},
98
"wedit:blank": {
99
"textures": "textures/ui/blank"
100
}
101
}
102
}
103