[Bug]: Proj + Place Block Crash
10BamberJ opened this issue ยท 1 comments
Describe the bug
Made a Proj + Place Block and Shift + C and Crashed a Server. Here's the crash log
https://bytebin.lucko.me/sVAy28w1Kv
Version of mod arsmagicalegacy-1.19.2-1.2.1.jar
Steps to Reproduce
- Crafted a Proje + Place Block
- Pressed Shift + M
- Then Crashed
Expected behavior
Wanted to find the key to copy the block with the spell and place it as that's what the placeblock spell does.
(Shift + Rightclick with spell and it copies the block allowing you to place it.)
Screenshots
No response
Version
1.19.2-1.2.0
Forge Version
Forge - 43.1.47
Other Mods
Log
No response
@IchHabeHunger54
Additional context:
- Erroring code:
Spell.java:184
- It looks like the shape group is empty and causes an exception
- Possible solution: add check before
getLast
call and return if empty