Ex Nihilo: Creatio

Ex Nihilo: Creatio

17M Downloads

[Question] What normalDropPercent does?

Insane96 opened this issue ยท 1 comments

commented

This property what is used for? I:normalDropPercent=100 in the world category

commented

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.