Jump to content

Recommended Posts

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.