Code:
on explosion:
loop exploded blocks:
set block at location of loop-block to stone
None blocks was set, and I get this error:
Code:
[15:17:30] [Server thread/ERROR]: Block at 133, 65, -179 is Block{minecraft:stone} but has net.minecraft.server.v1_16_R2.TileEntityFurnaceFurnace@777e41d5. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
Works if put a delay:
Code:
loop exploded blocks:
wait 3 seconds
set block at location of loop-block to stone