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

Hey guys,

 

I'm trying to make an item which decays. While it's in your inventory, the onUpdate method triggers NBT which increases by 1 each time the method is called.

 

However, when placed into a chest, it seems the onUpdate method stops; my timer no longer ticks.

 

Firstly, is there any way to stop this happening?

 

HOWEVER- I have certain containers (added by my mod), which I want this exact effect to happen. So, I need to stop it happening in most chests etc, but in these particular blocks it needs to freeze just like that.

 

Anyone got any ideas?

width=463 height=200

http://s13.postimg.org/z9mlly2av/siglogo.png[/img]

My mods (Links coming soon)

Cities | Roads | Remula | SilvaniaMod | MoreStats

There is no solution for this.

 

Chests do not give update ticks to their contents.

(Neither do ItemFrames).

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

You could compare with the world time. The item timer would catch up to the real value as soon as you take it from the chest, and gets destroyed/unusable/whatever.

You could compare with the world time.

 

Tricky, but doable.*  Also annoying (player perspective) when you pick the item up and it vanishes.

 

*Use world.getWorldInfo().getWorldTotalTime() there are at least two other "time" methods, neither of which is the one you'd want.  WorldTotalTime is tracked by how long the server (or single player instance) is active.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Tricky, but doable.*  Also annoying (player perspective) when you pick the item up and it vanishes.

I guess so...

You could use the GuiOpenEvent to perform the item timer catch up a bit sooner.

 

Or if it is something extremely important, use the loaded tile entities list in world, with a world tick, to "tick" their content yourself.

Personally I'd be happy with a function on Item that gets called (once) when the item is put into a container (or item frame) so that "permanent" effects can get cleared without having to make every effect a potion effect (or similar) that ticks separately.

 

Instead I check to see if the player has an inventory open (that isn't their own, unless creative) and revoke whatever bonus the item gives, so that if the player DOES put the item into the chest the effect doesn't linger inappropriately.

 

Which just leaves item frames.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

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.