Skip to content

Instantly share code, notes, and snippets.

@StillManic
Last active December 7, 2015 05:17
Show Gist options
  • Select an option

  • Save StillManic/e7d965f56617908a98e0 to your computer and use it in GitHub Desktop.

Select an option

Save StillManic/e7d965f56617908a98e0 to your computer and use it in GitHub Desktop.
public void registerRenderers() {
ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(AutoOreDictConv.converter), 0, new ModelResourceLocation(AutoOreDictConv.MODID + ":" + BlockConverter.NAME, "inventory"));
}
{
"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