Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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?

Hi

 

I'm pretty sure Entity.onUpdate() gets called every tick while the Entity is not dead.  What makes you think your Entity stops receiving onUpdate() ?

 

-TGG

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.