Fixed monolith spawning

This commit is contained in:
StevenRS11
2013-06-15 02:09:17 -04:00
parent 4a5ea9efb3
commit fa4055f198
7 changed files with 105 additions and 15 deletions

View File

@@ -49,6 +49,8 @@ public class ItemStableFabric extends Item
{
System.out.println("Block metadata is "+par3World.getBlockMetadata(par4, par5, par6));
System.out.println(par3World.getBiomeGenForCoords(par4, par6).biomeName);
this.onItemRightClick(par1ItemStack, par3World, par2EntityPlayer);
Block block = Block.blocksList[par3World.getBlockId(par4, par5, par6)];