Last active
December 7, 2015 05:17
-
-
Save StillManic/e7d965f56617908a98e0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| public void registerRenderers() { | |
| ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(AutoOreDictConv.converter), 0, new ModelResourceLocation(AutoOreDictConv.MODID + ":" + BlockConverter.NAME, "inventory")); | |
| } |
This file contains hidden or 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
| { | |
| "forge-marker": 1, | |
| "defaults": { | |
| "textures": { | |
| "top": "autooredictconv:blocks/converter_top", | |
| "bottom": "autooredictconv:blocks/converter_bottom", | |
| "side": "minecraft:blocks/crafting_table_side" | |
| }, | |
| "model": "block/cube_bottom_top" | |
| }, | |
| "variants": { | |
| "normal": [{}], | |
| "inventory": [{ | |
| "transform": "forge:default-block" | |
| }] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment