Quantum64 / ExGregilo

GregTech addon for skyblock
GNU General Public License v3.0
4 stars 8 forks source link

Fix issues with zero durability sieves #45

Closed WSpadaro closed 6 years ago

WSpadaro commented 6 years ago

Gregtech uses a long when setting up max durability and a .01 modifier was causing low durability items to come out as decimal only and then getting truncated to 0 when casted to a long. MaxDurabilityModifier has been changed to .1 instead and damage increased to 10 instead of 1. This way everything has the original intended durability.