Posted July 20, 20205 yr Hi. Just wondering how to spawn mobs in Forge, now that the function spawnEntityInWorld() has been removed. Also, is there a way we can get a list of all available mobs, such that they can be randomly indexed? Thanks!
July 20, 20205 yr 52 minutes ago, rzh said: spawn mobs in Forge If you are using 1.15, you can use the addEntity method that the World class has, not sure if this is still true for 1.16.
July 20, 20205 yr 1 hour ago, rzh said: Hi. Just wondering how to spawn mobs in Forge, now that the function spawnEntityInWorld() has been removed. Also, is there a way we can get a list of all available mobs, such that they can be randomly indexed? Thanks! Look for ServerWorld#summonEntity Remember: summon entities only on server side. Everything said above may be absolutely wrong. No rights reserved.
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.