Hello! The entity death is a problem, but it is fixed for the future. I'm getting closer to publishing 2.0 of vanilla plus which is basically a serious revamp and adds corrections and removes useless features (like zombie guts and crap). I can hand you a "beta" version of 2.0.... AND/OR under entityclasses.xml there are a few lines related to how long a corpse sticks around and what is left behind. Just delete those.Hello Riles! I would like to thank you for making this mod its awesome and i enjoy it alot! But i have a question how do i remove Entity Death plus?
Well, in the version of my mod that you have, that would be extremely difficult and tedious. For the 2.0 I'm trying to wrap up with, you may find it more to your likings. But with 2.0, the code is organized so well that you can easily FIND the other features and remove them.Thank you as always
I would like to play with only ALL BLOCKS. Please tell me how.
Thank you for the answer and yeah i found and edited the entityclasses.xml my issues is that the zombie bodies disappear too fast and i dont know which line to edit.Hello! The entity death is a problem, but it is fixed for the future. I'm getting closer to publishing 2.0 of vanilla plus which is basically a serious revamp and adds corrections and removes useless features (like zombie guts and crap). I can hand you a "beta" version of 2.0.... AND/OR under entityclasses.xml there are a few lines related to how long a corpse sticks around and what is left behind. Just delete those.
Well, in the version of my mod that you have, that would be extremely difficult and tedious. For the 2.0 I'm trying to wrap up with, you may find it more to your likings. But with 2.0, the code is organized so well that you can easily FIND the other features and remove them.
<set xpath="/entity_classes/entity_class[@name='zombieTemplateMale']/property[@name='TimeStayAfterDeath']/@value">60</set> <!--Seconds, 1200 = 20 minutes, 600 = 10 minutes, 300 = 5 minutes, etc.-->
perhaps this line of code will help? Zombie bodies I believe default is 30 seconds. This code below puts it to a minute and gives some other time examples.
Publishing I am hoping will be done by the end of next week.
<set xpath="/entity_classes/entity_class[@name='zombieTemplateMale']/property[@name='TimeStayAfterDeath']/@value">60</set> <!--Seconds, 1200 = 20 minutes, 600 = 10 minutes, 300 = 5 minutes, etc.-->