Plz Put Zombie drop into a json file!
momentforever opened this issue · 4 comments
Verison
1.16.x crafting-dead-survival
Why this problem
When I searched for the monster's drop profile, I didn't find the monster drop information and monster production switch of the mod in all the profiles.
When I browsed the source code, I found that it seemed that the monster drop was written into the code. So, should I store the mod’s monster generation, drop options, probability and other information in the configuration file?
Suggestions on how to modify
rewrite crafting-dead/crafting-dead-survival/src/main/java/com/craftingdead/survival/data/loot/SupplyDropLootTables.java
How is
SupplyDropLootTables
related to zombies?
I guess it's this file, I'm not sure. Can you find the relevant configuration here?