Started by
EndermanHD28
on
Topic category: Troubleshooting, bugs, and solutions
So, I used air to create rarity for my drops in the loot tables. For example, Entry Weight of 9 for air and Entry Weight of 1 for diamonds, would give me 10% of getting diamonds in a Loot Table.
The problem is: you can not use air as a drop from loot tables anymore.
Maybe that's a bug? It is really a problem for my mod...
You can set up chances for loot tables without using air. Take a look at some of the base game code. If you open the minecraft.jar file with winRAR or something similar, loot tables are .json, so you can open them with a text editor to view them. I recommend looking at something like diamond ore, and looking at the way they set up the fortune. You can copy this and use it without the fortune part.