TheGoldCrayon

TileEntities

Apr 24th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. package com.TheGoldCrayon.Daemonology.tileentity;
  2.  
  3. import net.minecraftforge.fml.common.registry.GameRegistry;
  4.  
  5. public final class TileEntities
  6. {
  7.     public static void init()
  8.     {
  9.         GameRegistry.registerTileEntity(TileEntitySulfuricChest.class, "tile_entity_sulfuric_chest");
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment