Jump to content

Edit vanilla mobs drops


SenkuG

Recommended Posts

Hello! I want to edit the drops of a vanilla goat to drop 1 to 3 pieces of a new custom item I codded, but I don't seem to get it to work. Please show me how to do this

Version: 1.20.1

Edited by SenkuG
Added the version
Link to comment
Share on other sites

4 hours ago, SenkuG said:

Hello! I want to edit the drops of a vanilla goat to drop 1 to 3 pieces of a new custom item I codded, but I don't seem to get it to work. Please show me how to do this

Version: 1.20.1

You can do it with global loot modifiers. You can learn about them on the Forge docs here

Link to comment
Share on other sites

11 hours ago, SenkuG said:

it didn't work, the goat drops my item, but it drops it one piece everytime, I want it to act like a sheep, drops an item from 1-3 pieces
IDK how to send images here sadly

 

You can use the Random object from LootContext.getRandom() to determine how many items should be added to the loot.

Link to comment
Share on other sites

15 hours ago, vemerion said:

You can use the Random object from LootContext.getRandom() to determine how many items should be added to the loot.

Do you have an example mod

Tutorial 

Repository 

I can look at, because I am lost. This simple thing made me consider quitting the whole project

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

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