Closed drfiveminusmint closed 3 years ago
Previously, Fireball Penetration would cause the onBlockIgnite function to return if it did not find a block to replace with air. This pull request fixes that by segregating the Fireball Penetration code to a doFireballPenetration function.
This has been tested, correct?
It's been tested on 1.10.2 , I can test it on 1.14 if necessary but the code is copy-pasted so nothing version-specific should have changed
Previously, Fireball Penetration would cause the onBlockIgnite function to return if it did not find a block to replace with air. This pull request fixes that by segregating the Fireball Penetration code to a doFireballPenetration function.