Posted September 1, 201312 yr Would anyone know any functions built into the Forge API which control when a mob despawns in minecraft? (the function that causes night mobs to despawn during the day etc..) I have a bunch of custom mobs and am attempting to figure out how to have the mobs spawn for a specific amount of world time, where after the allotted world time has passed use some sort of if then statement to access a function which would cause the mobs to despawn from the world. Any ideas?
September 1, 201312 yr Author I have a Tile entity which is synced up with a timer and spawns a mob at specific times. I wish to add functionality to despawn the mob in question at a different specific time within a certain radius of the tile entity. How can I use the setDead method to do this?
September 1, 201312 yr its alreayd inside the entity class ... you dont have to redefine it how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
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.