Guest User

Untitled

a guest
Mar 13th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @Override
  2. public void preInit(FMLPreInitializationEvent e) {
  3. super.preInit(e);
  4. B3DLoader.instance.addDomain("appliedautomation");
  5. Item item = Item.getItemFromBlock(AppliedBlocks.blockAnalyzer);
  6. ModelLoader.setCustomModelResourceLocation(item, 0, new ModelResourceLocation("appliedautomation:"+item.getUnlocalizedName(), "inventory"));
  7. }
Advertisement
Add Comment
Please, Sign In to add comment