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

Hi!

I want to create an item that slowly poisons the player if he has it in his inventory(kind of parasite) after a random time between 20 and 4 secs.

Now there are two points i am stuck with:

 

1: I have to check if the item is in the players inventory, so that my mod doesn't try to poison a chest.

2: I need a random number thats created when the player gets the item.(He will most get it by right clicking my parasite-mob)

3: I need an animated texture That seems to be kind of easy. Now i just have to draw 20 pics of a worm...

 

Any ideas how to get this working?

Here could be your advertisement!

  • Author

Override onUpdate in your Item class, that is called every tick as long as the item is in the player's inventory.

For random numbers use the Random class, google will have information on that.

Thats bot.the peoblem. My problem is to check if the item ia in a playerinventory and to figure out when it has to reset the random int used for the countdown.

Here could be your advertisement!

Correct me if I'm wrong diesienben07, but that is only called if it is in the player's inventory, not if they are wearing it. 

 

I ran into that on a peice of armor I was working on. 

 

I can't tell from the description if he plans on making it wearable or not.

Long time Bukkit & Forge Programmer

Happy to try and help

That is what I used and was going to suggest, but wanted to make sure there wasn't a slicker way to do it.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

onUpdate will only be called if it's in the player's inventory.

For the countdown you can either use the Item damage value or the NBT data attached to the ItemStack.

Oh, ok. Then my problem is solved.

Here could be your advertisement!

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.