Closed cokejoke closed 2 years ago
In my case it's firing once. Do you have explosionProtectedRegions enabled?
Yes and you can check all my nacho settings in the attached file 'nacho.txt'
Found the problem, https://github.com/CobbleSword/NachoSpigot/blob/5ecca27d5de406e4e5ede90465a73ce9e2aaf1fe/NachoSpigot-Server/src/main/java/net/minecraft/server/Explosion.java#L75
so the temp fix is putting optimizeLiquidExplosions
in taco.yml
to false
If a TNT explodes the EntityExplodeEvent is called twice first with a blockList containing only one AIR block and the second time with the actual blocklist.
Produces the following output
nacho.txt