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

I want to make falling sand fly upwards.

I tried to find the event of falling block entity updating. But I could not find it. LivingEvent.LivingUpdateEvent is only for living entities, which do not include falling sand.

I also tried to store all falling block entities and manage them by myself. But I could not find the event of game ticking.

Maybe I should use Instrumentation to change a vanilla class?

(sorry for my English)

Edited by qouteall

12 minutes ago, qouteall said:

I could not find the event of game ticking.

TickEvent.[X]Tick

ย 

12 minutes ago, qouteall said:

Maybe I should use Instrumentation to change a vanilla class?

Define "Instrumentation".

  • Author
11 hours ago, V0idWa1k3r said:

TickEvent.[X]Tick

Thank you. I was not careful enough to find it.

If that doesn't work out for you, you might consider making your own EntityFallingBlock. You can swap out the vanilla falling block for yours in the EntityJoinWorld event, I think.

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.