Skip to content

Commit 6b938c1

Browse files
Added new talisman and portable crafter
1 parent 56f1f2f commit 6b938c1

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed
-8 Bytes
Loading
Binary file not shown.
267 Bytes
Loading
326 Bytes
Loading
330 Bytes
Loading

src/models.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,12 @@
10091009
"template": "ITEM",
10101010
"data": 4015
10111011
},
1012+
"CAVEMAN_TALISMAN": {
1013+
"id": "talismans/caveman_talisman",
1014+
"item": "emerald",
1015+
"template": "ITEM",
1016+
"data": 4029
1017+
},
10121018
"ENDER_ANVIL_TALISMAN": {
10131019
"id": "talismans/ender_anvil_talisman",
10141020
"item": "emerald",
@@ -1087,6 +1093,12 @@
10871093
"template": "ITEM",
10881094
"data": 4028
10891095
},
1096+
"ENDER_CAVEMAN_TALISMAN": {
1097+
"id": "talismans/ender_caveman_talisman",
1098+
"item": "emerald",
1099+
"template": "ITEM",
1100+
"data": 4030
1101+
},
10901102
"DIAMOND_RING": {
10911103
"item": "gold_nugget",
10921104
"template": "ITEM",
@@ -1333,5 +1345,10 @@
13331345
"item": "player_head",
13341346
"template": "SKULL",
13351347
"data": 4077
1348+
},
1349+
"PORTABLE_CRAFTER": {
1350+
"item": "player_head",
1351+
"template": "SKULL",
1352+
"data": 4078
13361353
}
13371354
}

0 commit comments

Comments
 (0)