sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
394 stars 203 forks source link

Fix ProjectE's Dark Matter axe causes a crash when the skill cuts a tree which try to get ore from an empty ItemStack #2332

Open Ecdcaeb opened 3 months ago

Ecdcaeb commented 3 months ago

Fix https://github.com/CleanroomMC/Cleanroom/issues/72 Cause by empty Item without check.

same at https://github.com/sinkillerj/ProjectE/blob/mc1.11.x/src/main/java/moze_intel/projecte/gameObjs/items/tools/PEToolBase.java#L129 https://github.com/sinkillerj/ProjectE/blob/mc1.10.x/src/main/java/moze_intel/projecte/gameObjs/items/tools/PEToolBase.java#L128