Skip to content

Commit c554b95

Browse files
Added some tools, weapons and cans
1 parent 299438f commit c554b95

13 files changed

+116
-0
lines changed
Loading
367 Bytes
Loading
356 Bytes
Loading
386 Bytes
Loading
379 Bytes
Loading
371 Bytes
Loading
376 Bytes
Loading
393 Bytes
Loading
391 Bytes
Loading
Loading
Loading
Loading

models.json

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,121 @@
486486
"item": "bowl",
487487
"template": "ITEM",
488488
"data": 4001
489+
},
490+
"BLADE_OF_VAMPIRES": {
491+
"item": "golden_sword",
492+
"template": "ITEM",
493+
"data": 4000
494+
},
495+
"SWORD_OF_BEHEADING": {
496+
"item": "iron_sword",
497+
"template": "ITEM",
498+
"data": 4000
499+
},
500+
"SMELTERS_PICKAXE": {
501+
"item": "diamond_pickaxe",
502+
"template": "ITEM",
503+
"data": 4000
504+
},
505+
"HERCULES_PICKAXE": {
506+
"item": "iron_pickaxe",
507+
"template": "ITEM",
508+
"data": 4000
509+
},
510+
"ORGANIC_FOOD_WHEAT": {
511+
"id": "can_wheat",
512+
"item": "player_head",
513+
"template": "SKULL",
514+
"data": 4018
515+
},
516+
"FERTILIZER_WHEAT": {
517+
"id": "can_wheat",
518+
"item": "player_head",
519+
"template": "SKULL",
520+
"data": 4019
521+
},
522+
"ORGANIC_FOOD_APPLE": {
523+
"id": "can_apple",
524+
"item": "player_head",
525+
"template": "SKULL",
526+
"data": 4020
527+
},
528+
"FERTILIZER_APPLE": {
529+
"id": "can_apple",
530+
"item": "player_head",
531+
"template": "SKULL",
532+
"data": 4021
533+
},
534+
"ORGANIC_FOOD_CARROT": {
535+
"id": "can_carrots",
536+
"item": "player_head",
537+
"template": "SKULL",
538+
"data": 4022
539+
},
540+
"FERTILIZER_CARROT": {
541+
"id": "can_carrots",
542+
"item": "player_head",
543+
"template": "SKULL",
544+
"data": 4023
545+
},
546+
"ORGANIC_FOOD_POTATO": {
547+
"id": "can_potatoes",
548+
"item": "player_head",
549+
"template": "SKULL",
550+
"data": 4024
551+
},
552+
"FERTILIZER_POTATO": {
553+
"id": "can_potatoes",
554+
"item": "player_head",
555+
"template": "SKULL",
556+
"data": 4025
557+
},
558+
"ORGANIC_FOOD_SEEDS": {
559+
"id": "can_seeds",
560+
"item": "player_head",
561+
"template": "SKULL",
562+
"data": 4026
563+
},
564+
"FERTILIZER_SEEDS": {
565+
"id": "can_seeds",
566+
"item": "player_head",
567+
"template": "SKULL",
568+
"data": 4027
569+
},
570+
"ORGANIC_FOOD_BEETROOT": {
571+
"id": "can_beetroot",
572+
"item": "player_head",
573+
"template": "SKULL",
574+
"data": 4028
575+
},
576+
"FERTILIZER_BEETROOT": {
577+
"id": "can_beetroot",
578+
"item": "player_head",
579+
"template": "SKULL",
580+
"data": 4029
581+
},
582+
"ORGANIC_FOOD_MELON": {
583+
"id": "can_melon",
584+
"item": "player_head",
585+
"template": "SKULL",
586+
"data": 4030
587+
},
588+
"FERTILIZER_MELON": {
589+
"id": "can_melon",
590+
"item": "player_head",
591+
"template": "SKULL",
592+
"data": 4031
593+
},
594+
"ORGANIC_FOOD_SWEET_BERRIES": {
595+
"id": "can_berries",
596+
"item": "player_head",
597+
"template": "SKULL",
598+
"data": 4032
599+
},
600+
"FERTILIZER_SWEET_BERRIES": {
601+
"id": "can_berries",
602+
"item": "player_head",
603+
"template": "SKULL",
604+
"data": 4033
489605
}
490606
}

0 commit comments

Comments
 (0)