Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.TheGoldCrayon.Daemonology.tileentity;
- import net.minecraftforge.fml.common.registry.GameRegistry;
- public final class TileEntities
- {
- public static void init()
- {
- GameRegistry.registerTileEntity(TileEntitySulfuricChest.class, "tile_entity_sulfuric_chest");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment