Posted March 16, 201312 yr I recently updated my mod to 1.5, and everything works properly except 2 things. the first things that i can not get working are my entities. if you spawn them they are falling throught the ground (probably only client side). the second things That is my bone meal event is not working how it Should be, you can click my plants and they will grow but, the bone meal amaunt stack will not be reduced. becouse you it thinks the current item == null, but that can not be becouse you are Clicking on something with the bone meal. mod source: https://github.com/Rikmuld/Camping-Mod the entity: https://github.com/Rikmuld/CampingMod/blob/master/common/rikmuld/entity/Camper.java The events: https://github.com/Rikmuld/Camping-Mod/blob/master/common/rikmuld/core/register/ModEvents.java The plant: https://github.com/Rikmuld/CampingMod/blob/master/common/rikmuld/block/plant/RadishCrop.java help will be appreciated. regards, rik mulder. http://s10.postimg.org/yfmdlm3y1/SIGNATURE.png[/img]
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.