Advertisement
Guest User

texture

a guest
Aug 1st, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @SideOnly(Side.CLIENT)
  2. public void initModel() {
  3. ModelLoader.setCustomModelResourceLocation(this, 0, new ModelResourceLocation(getRegistryName(), "inventory"));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement