BloodyMods / ExNihiloCreatio

Ex Nihilo with progression!
MIT License
25 stars 20 forks source link

[Question] What normalDropPercent does? #197

Closed Insane96 closed 5 years ago

Insane96 commented 5 years ago

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

SirLyle commented 5 years ago

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.