Skip to content

Instantly share code, notes, and snippets.

@boq
Created October 24, 2018 11:52
Show Gist options
  • Save boq/697841903bcdac1cdf8a4a302ef147c5 to your computer and use it in GitHub Desktop.
Save boq/697841903bcdac1cdf8a4a302ef147c5 to your computer and use it in GitHub Desktop.
{
"parent": "item/handheld",
"textures": {
"layer0": "item/diamond_shovel"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/golden_hoe"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/podzol"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "item/brown_dye"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment