Files
minecraft-server-resource-pack/packs/0-base/assets/minecraft/models/item/iron_nugget.json
T
lzstealth 242bde23d8 Added ModelNo Prefix 597
Added Christmas Tree, Hot Chocolate Mug, Snowman and Presents
2024-11-11 12:03:51 +00:00

15 lines
758 B
JSON

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/iron_nugget"
},
"overrides": [
{"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"}
]
}