[Question] What normalDropPercent does?
Insane96 opened this issue ยท 1 comments
It is used for the default recipes, it lets them all be modified easily in the event that someone wants to play in a non-skyblock world and doesn't want to generate JSONs and edit them all by hand.
If B:isSkyWorld
is false then most of the default sieve recieps will be multiplied by I:normalDropPercent
/ 100.
See this code file (ctrl+f for "getDropChance") for the affected recipes.
If this answered your question please close this issue.