Advertisement
DePhoegon

item model json

Mar 13th, 2023
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. {
  2.   "parent": "item/generated",
  3.   "textures": {
  4.     "layer0": "minecraft:block/gold_block"
  5.   },
  6.   "overrides": [
  7.     { "predicate": { "custom_model_data": 1}, "model": "minecraft:item/gold_block" },
  8.     { "predicate": { "custom_model_data": 2}, "model": "minecraft:item/gold_ingot" },
  9.     { "predicate": { "custom_model_data": 3}, "model": "minecraft:item/gold_nugget" },
  10.     { "predicate": { "custom_model_data": 4}, "model": "minecraft:item/gold_ore" }
  11.   ]
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement