Crash when nuke is blown up by an explosion
coderbot16 opened this issue ยท 4 comments
When any type of explosion causes a nuke block to break, the game has a chance of crashing. This appears to be a random chance, but if you try it a few times you should get the crash.
Steps to reproduce:
- Place a nuke in the world.
- Place a block of TNT adjacent to the nuke.
- Place a lever adjacent to the TNT, and flip it.
- The TNT explodes, either causing a crash, or igniting the nuke.
I don't think so, here's the relevant section of my current config as a reference:
nuke {
# Should the nuke explode, set to false to prevent block damage [Default=true]
B:enabled=true
# Nuke fuse time (ticks) [Default=400]
I:fuse=400
# Nuke explision radius [Default=40]
I:radius=40
}