1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"textures": {
"arrow": "tconstruct:items/arrow/mod_luck",
"battleaxe": "tconstruct:items/battleaxe/mod_luck",
"battlesign": "tconstruct:items/battlesign/mod_luck",
"broadsword": "tconstruct:items/broadsword/mod_luck",
"rapier": "tconstruct:items/rapier/mod_luck",
"cleaver": "tconstruct:items/cleaver/mod_luck",
"excavator": "tconstruct:items/excavator/mod_luck",
"frypan": "tconstruct:items/frypan/mod_luck",
"hammer": "tconstruct:items/hammer/mod_luck",
"hatchet": "tconstruct:items/hatchet/mod_luck",
"longsword": "tconstruct:items/longsword/mod_luck",
"lumberaxe": "tconstruct:items/lumberaxe/mod_luck",
"mattock": "tconstruct:items/mattock/mod_luck",
"pickaxe": "tconstruct:items/pickaxe/mod_luck",
"scythe": "tconstruct:items/scythe/mod_luck",
"shovel": "tconstruct:items/shovel/mod_luck",
"shuriken": "tconstruct:items/shuriken/mod_luck"
}
}
|