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
|
{
"textures": {
"battleaxe": "tconstruct:items/battleaxe/mod_haste",
"battlesign": "tconstruct:items/battlesign/mod_haste",
"broadsword": "tconstruct:items/broadsword/mod_haste",
"rapier": "tconstruct:items/rapier/mod_haste",
"cleaver": "tconstruct:items/cleaver/mod_haste",
"excavator": "tconstruct:items/excavator/mod_haste",
"frypan": "tconstruct:items/frypan/mod_haste",
"hammer": "tconstruct:items/hammer/mod_haste",
"hatchet": "tconstruct:items/hatchet/mod_haste",
"longbow": "tconstruct:items/longbow/mod_haste",
"longbow1": "tconstruct:items/longbow/mod_haste_1",
"longbow2": "tconstruct:items/longbow/mod_haste_2",
"longbow3": "tconstruct:items/longbow/mod_haste_3",
"longsword": "tconstruct:items/longsword/mod_haste",
"lumberaxe": "tconstruct:items/lumberaxe/mod_haste",
"mattock": "tconstruct:items/mattock/mod_haste",
"pickaxe": "tconstruct:items/pickaxe/mod_haste",
"scythe": "tconstruct:items/scythe/mod_haste",
"shovel": "tconstruct:items/shovel/mod_haste",
"shortbow": "tconstruct:items/shortbow/mod_haste",
"shortbow1": "tconstruct:items/shortbow/mod_haste_1",
"shortbow2": "tconstruct:items/shortbow/mod_haste_2",
"shortbow3": "tconstruct:items/shortbow/mod_haste_3"
}
}
|