Ender IO Zoo

Ender IO Zoo

964k Downloads

getExplosionResistance() returns too high value for blast resistant blocks

HenryLoenwind opened this issue ยท 1 comments

commented

developer ticket

Issue Description:

We return 2000 from getExplosionResistance() for blast resistant blocks because that is what is used for setResistance() for obsidian. However, for vanilla blocks that value is multiplied by 3 when being store in blockResistance and then divided by 5 when returned by getExplosionResistance(). So the correct value of obsidian actually is 1200.

Affected Versions (Do not use "latest"):

  • EnderIO: all versions
commented

Fixed in 1.9.4