Added ModelNo Prefix 597

Added Christmas Tree, Hot Chocolate Mug, Snowman and Presents
This commit is contained in:
2024-11-11 12:03:51 +00:00
parent 586501ee72
commit 242bde23d8
12 changed files with 2095 additions and 3 deletions
@@ -4,8 +4,12 @@
"layer0": "minecraft:item/iron_nugget"
},
"overrides": [
{"predicate": {"custom_model_data":1}, "model": "block/custom/chess-pawn"},
{"predicate": {"custom_model_data":2}, "model": "block/custom/items/tankard"},
{"predicate": {"custom_model_data":3}, "model": "block/custom/items/candle_stand"}
{"predicate": {"custom_model_data":5971}, "model": "block/custom/chess-pawn"},
{"predicate": {"custom_model_data":5972}, "model": "block/custom/items/tankard"},
{"predicate": {"custom_model_data":5973}, "model": "block/custom/items/candle_stand"},
{"predicate": {"custom_model_data":5974}, "model": "block/custom/festive/christmas_tree"},
{"predicate": {"custom_model_data":5975}, "model": "block/custom/festive/hot_chocolate_mug"},
{"predicate": {"custom_model_data":5976}, "model": "block/custom/festive/presents"},
{"predicate": {"custom_model_data":5977}, "model": "block/custom/festive/snowman"}
]
}