Started by
PyloGames0039
on
Topic category: Feature requests and ideas for MCreator
These are some ideas which would be great to add to the latest version of Mcreator!
-The ability of making mobs spawn only in certain elevation.
-AI base mobs don't have to have the same drop as the original mob.
-Parrot AI base for 1.12
-Fish AI base for 1.13
-This might be an issue with minecraft, but the max light level an object can generate is the same as a torch, even if I change it in the code. It would be cool if in the latest update there was a way to change that.
Yes, I 100% need these features and I have a high demand for them....
-The ability of making mobs spawn only in certain elevation.
Use procedure trigger on mob initial spawn, check if the spawn height (entity y coordinate) is not within the allowed bounds and use despawn entity procedure block if it is not so the spawn does not finish.
The problem with that is that also happens when you use an egg. I think most events need a cause dependency