Advertisement
Guest User

Untitled

a guest
May 29th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if(Loader.isModLoaded("ThermalFoundation"))
  2. {
  3. antiqueAridBlizzSpawnEgg = new antiqueAridBlizzSpawnEgg(Material.rock).
  4. setBlockName("antiqueAridBlizzSpawnEgg").
  5. //setBlockTextureName("projs:antiqueAridBlizzSpawnEgg").
  6. setCreativeTab(tabProjSpawn);
  7. GameRegistry.registerBlock(antiqueAridBlizzSpawnEgg,
  8. antiqueAridBlizzSpawnEgg.getUnlocalizedName().substring(5));
  9. }
  10. else return;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement