Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void registerSubstitutedBlocks(FMLInitializationEvent event)
- {
- try
- {
- GameRegistry.addSubstitutionAlias("minecraft:snow", GameRegistry.Type.BLOCK, snowBlock);
- GameRegistry.addSubstitutionAlias("minecraft:ice", GameRegistry.Type.BLOCK, iceBlock);
- }
- catch (ExistingSubstitutionException e)
- {
- e.printStackTrace();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement