`OpCreateFluid` should use `CastingEnvironment.assertPosInRangeForEditing`
object-Object opened this issue ยท 0 comments
This is currently how Create Water/Lava checks for ambit:
This results in the mishap message always being the "forbidden to you" (missing permissions) message, even when the actual error is just that the vector is out of ambit.
We should change this to just call env.assertPosInRangeForEditing - this is exactly what it's meant for.