Skip to content

Commit 542bc9b

Browse files
Added more talismans and alloys
1 parent 099152b commit 542bc9b

File tree

9 files changed

+40
-0
lines changed

9 files changed

+40
-0
lines changed
Loading
373 Bytes
Loading
Loading
Loading
316 Bytes
Loading
Loading
Loading
Loading

models.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,45 @@
687687
"item": "emerald",
688688
"template": "ITEM",
689689
"data": 4007
690+
},
691+
"DURALUMIN_INGOT": {
692+
"item": "iron_ingot",
693+
"template": "ITEM",
694+
"data": 4012
695+
},
696+
"BILLON_INGOT": {
697+
"item": "iron_ingot",
698+
"template": "ITEM",
699+
"data": 4012
700+
},
701+
"ALUMINUM_BRASS_INGOT": {
702+
"item": "gold_ingot",
703+
"template": "ITEM",
704+
"data": 4002
705+
},
706+
"REINFORCED_ALLOY_INGOT": {
707+
"item": "iron_ingot",
708+
"template": "ITEM",
709+
"data": 4013
710+
},
711+
"TRAVELLER_TALISMAN": {
712+
"item": "emerald",
713+
"template": "ITEM",
714+
"data": 4008
715+
},
716+
"WARRIOR_TALISMAN": {
717+
"item": "emerald",
718+
"template": "ITEM",
719+
"data": 4009
720+
},
721+
"FIRE_TALISMAN": {
722+
"item": "emerald",
723+
"template": "ITEM",
724+
"data": 4010
725+
},
726+
"MULTIMETER": {
727+
"item": "clock",
728+
"template": "ITEM",
729+
"data": 4000
690730
}
691731
}

0 commit comments

Comments
 (0)