[1.16.3] Gunpowder Barrel Crash
prc94 opened this issue ยท 4 comments
Minecraft Version 1.16.3
Forge Version 34.1.0
IE Version 1.16.3-4.0.1-121
Any other mods are disabled for experiment purity
Occasion: Attempting to detonate gunpowder barrel, crash occurs at explosion moment
Crash Report https://paste.ee/p/axL41
Looks like parameters changed in 1.16.3.
I'll look into this, specifically by testing 1.16.1 as well, since that has both parameters.
Looks like parameters changed in 1.16.3.
I'll look into this, specifically by testing 1.16.1 as well, since that has both parameters.
Well, i've found pretty simple solution for this
.withParameter(LootParameters.field_237457_g_, Vector3d.copy(pos))
i'm not sure if this is any kind of proper solution, but it working now, despite no explosion animation or sound is played, game is not crashing any further and explosion can now damage the world
Looks like parameters changed in 1.16.3.
I'll look into this, specifically by testing 1.16.1 as well, since that has both parameters.Well, i've found pretty simple solution for this
.withParameter(LootParameters.field_237457_g_, Vector3d.copy(pos))
i'm not sure if this is any kind of proper solution, but it working now, despite no explosion animation or sound is played, game is not crashing any further and explosion can now damage the world