Posted March 22, 201312 yr Is there any way to make mobs spawn on specific blocks? In this case, the block is ice. I tried checking for the block in getCanSpawnHere() with "if (this.worldObj.getBlockId(X, Y - 1, Z) == Block.ice.blockID))" but it didn't work, most likely because mobs can't spawn on ice in the first place. Is it even possible without editing the source files?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.