I wanted to destroy some of my conveyor belts using ore excavation, and the server restarted. First time i thought it was just random timing. Reconnected after start, mined again and server restarted again. Wont do it in future, but should be fixed on serverside
Hi, do you have the cords to the conveyor belts so we can remove them? It sounds like they’re glitched which is why when you broke them the server crashed.
Heyo! Thanks for the report! Easy fix, we just need to blacklist the conveyor belts from that mod. I'll tag @Aidoneus or @HanoverFist69 to go and do that. Spoiler: Blacklist help Go to oreexcavation-common.TOML, you can then ctrl+f to find blacklist. Code: #Blocks blacklisted from being excavated "Block Blacklist" = [] Afterwards it will look similar to: Code: #Blocks blacklisted from being excavated "Block Blacklist" = ["minecraft:dirt","minecraft:grass_block"]