Jump to content

[1.16.5] How to handle ore drops?


Fishron

Recommended Posts

I made an ore in my mod. When I copied the loot table json file from diomand_ore in vanilla, I found it only drop one item, not like other vanilla ores.

I compared other json file of vanilla ores(diomand_ore, coal_ore and so on), they have no difference except the name of loot.

Where can I handle the drop count of ores?

 

Link to comment
Share on other sites

I guess this is the function that handles drop count in diomand_ore json file, but I could not find where to fix my own ore(now it only drop one)

 

{

"function": "minecraft:apply_bonus",

"enchantment": "minecraft:fortune",

"formula": "minecraft:ore_drops"

}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

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