Created
October 24, 2018 11:52
-
-
Save boq/697841903bcdac1cdf8a4a302ef147c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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