
[Bug] Pumice that cannot be breaked is produced.
TwelveYO21 opened this issue ยท 3 comments
Error Behaviour
As the title suggests.
Unable to destroy pumice blooms naturally generated by volcanic vent.
Expected Behaviour
Reproduce
Minecraft.NeoForge_.1.20.1.mp4
Crash Report
No response
Mod version
caupona-1.20.1-0.4.9
Server version
neoforge-47.1.101
Other mods and plugins
No response
I actually encountered this too on a server, what other mods are you using?
It seems like there is a client-server desync going on, where the client thinks there is pumice there when there actually isn't.
ok.mp4
FumaroleVentBlockEntity#placeFumarole
likely just needs a !pLevel.isClientSide
check.