Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "forge_marker": 1,
- "defaults": {
- "model": "minecraft:cube_all",
- "textures": {
- "all": "minecraft:blocks/diamond_block"
- },
- "transform": "forge:default-block"
- }
- "variants": {
- "normal": [{}],
- "inventory": [{}]
- }
- }
- somewhere in preinit do:
- ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(BLOCK), 0, new ModelResourceLocation(<registry name of block>, "inventory"))
Add Comment
Please, Sign In to add comment