Guest User

Untitled

a guest
Dec 26th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "model": "minecraft:cube_all",
  5. "textures": {
  6. "all": "minecraft:blocks/diamond_block"
  7. },
  8. "transform": "forge:default-block"
  9. }
  10. "variants": {
  11. "normal": [{}],
  12. "inventory": [{}]
  13. }
  14. }
  15.  
  16.  
  17. somewhere in preinit do:
  18.  
  19. ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(BLOCK), 0, new ModelResourceLocation(<registry name of block>, "inventory"))
Add Comment
Please, Sign In to add comment