Jump to content

SquareMan

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

SquareMan's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thanks man. I remember looking in the Chunk class but I guess I just missed that method somehow.
  2. Hello, I am working on a mod that will allow you to be able to change a biome in the game with a certain block or item. Please note I am not trying to change the entire biome, just a small section of it. I have searched for about 2 hours through the minecraft code looking for a way to change the biome but I haven't had any luck. If anyone knows how to do this or has any ideas on where to look any help would be appreciated.
  3. Hey there, your problem seems to be at the line, TileEntityGrinder tileentitygrinder = (TileEntityGrinder)par1World.getBlockTileEntity(par2, par3, par4); And the problem isn't with the line itself. Your errors sounds like the tile entity linked with the block for your grinder is the TileEntityFurnace. Check your createNewTileEntity(World world) method and make sure it returns your custom tile entity.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.