
Crash when removing kelp via scan tool
Moobien opened this issue ยท 4 comments
Is there an existing issue for this?
- I have searched the existing issues.
Are you using the latest Structurize Version?
- I am running the latest beta/release version of Structurize for my Minecraft version.
I am also running the latest versions of other mods that are part of my problem.
Did you check on the Wiki? or ask on Discord?
Minecraft Version
1.21
Structurize Version
1.0.762
MineColonies Version (if related bug)
No response
Related Mods and their Versions
No response
Current Behavior
Selected an area with the scan tool, first thing I did was click delete on the entry for kelp and the game instantly crashed.
Expected Behavior
kelp gets deleted of course
Reproduction Steps
select an area of water that has kelp in it with scan tool
click delete on the kelp
Logs
https://gist.github.com/Moobien/03d54870b86c6a0431ce65c9f60d9815
Anything else?
No response
Footer
Viewers
- Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.
This looks like it's a fault in the nautec mixins. I'm not sure what mod this is.
at TRANSFORMER/[email protected]/net.minecraft.world.level.block.GrowingPlantHeadBlock.handler$cea000$nautec$onGetStateForPlacement(GrowingPlantHeadBlock.java:519) ~[client-1.21.1-20240808.144430-srg.jar%23349!/:?] {re:mixin,re:classloading,pl:mixin:APP:nautec.mixins.json:GrowingPlantHeadBlockMixin from mod nautec,pl:mixin:A}
This looks like it's a fault in the nautec mixins. I'm not sure what mod this is.
at TRANSFORMER/[email protected]/net.minecraft.world.level.block.GrowingPlantHeadBlock.handler$cea000$nautec$onGetStateForPlacement(GrowingPlantHeadBlock.java:519) ~[client-1.21.1-20240808.144430-srg.jar%23349!/:?] {re:mixin,re:classloading,pl:mixin:APP:nautec.mixins.json:GrowingPlantHeadBlockMixin from mod nautec,pl:mixin:A}
https://www.curseforge.com/minecraft/mc-mods/nautec
an underwater/ocean mod basically.
it is
They have wrong default value/You have wrong value for config int kelpHeight
Mixin link: https://github.com/Porting-Dead-Mods/Nautec/blob/3da99ae79a4c8d9326b707b5200b840984f0ec43/src/main/java/com/portingdeadmods/nautec/mixin/GrowingPlantHeadBlockMixin.java#L19