Jump to content

Recommended Posts

Posted

Forget this post. I somehow managed to damage the entity in a way that I have to recreate it :(

 

Heyho Guys!

 

I want to create a Entity which produces custom particles which are controlled by the entity in Order to rotate around it. The problem is the following:

I placed the controll methods in the onUpdate method inside of an if-clause to ensure its client side. (!worldObj.isRemote) because on the server side I can't handle my particles as they extend client-only EntityFX. But onUpdate seems to be called only a few times, I think when a Entity is created. Why? And which method should I use in order to get an update each tick?

Posted

You are using this code"

if(!world.isRemote)

and with that code you are doing thing SERVER side, so you should remove the exclamation mark to make it work CLIENT side.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

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.