1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"textures": {
"arrow": "tconstruct:items/arrow/mod_web",
"battleaxe": "tconstruct:items/battleaxe/mod_web",
"battlesign": "tconstruct:items/battlesign/mod_web",
"broadsword": "tconstruct:items/broadsword/mod_web",
"rapier": "tconstruct:items/rapier/mod_web",
"cleaver": "tconstruct:items/cleaver/mod_web",
"excavator": "tconstruct:items/excavator/mod_web",
"frypan": "tconstruct:items/frypan/mod_web",
"hammer": "tconstruct:items/hammer/mod_web",
"hatchet": "tconstruct:items/hatchet/mod_web",
"longbow": "tconstruct:items/longbow/mod_web",
"longbow1": "tconstruct:items/longbow/mod_web",
"longbow2": "tconstruct:items/longbow/mod_web_2",
"longbow3": "tconstruct:items/longbow/mod_web_3",
"longsword": "tconstruct:items/longsword/mod_web",
"lumberaxe": "tconstruct:items/lumberaxe/mod_web",
"mattock": "tconstruct:items/mattock/mod_web",
"pickaxe": "tconstruct:items/pickaxe/mod_web",
"scythe": "tconstruct:items/scythe/mod_web",
"shovel": "tconstruct:items/shovel/mod_web",
"shuriken": "tconstruct:items/shuriken/mod_web",
"shortbow": "tconstruct:items/shortbow/mod_web",
"shortbow1": "tconstruct:items/shortbow/mod_web",
"shortbow2": "tconstruct:items/shortbow/mod_web_2",
"shortbow3": "tconstruct:items/shortbow/mod_web_3"
}
}
|