Merge remote-tracking branch 'origin/1.19.4' into 1.20
This commit is contained in:
commit
5bd5c8289c
|
|
@ -70,7 +70,7 @@ public abstract class BlockStateBaseMixin implements IBlockState {
|
||||||
opcode = Opcodes.GETFIELD,
|
opcode = Opcodes.GETFIELD,
|
||||||
target = "Lnet/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase;fluidState:Lnet/minecraft/world/level/material/FluidState;",
|
target = "Lnet/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase;fluidState:Lnet/minecraft/world/level/material/FluidState;",
|
||||||
ordinal = 0
|
ordinal = 0
|
||||||
))
|
), require = 0)
|
||||||
private FluidState genCacheBeforeGettingFluid(BlockBehaviour.BlockStateBase base) {
|
private FluidState genCacheBeforeGettingFluid(BlockBehaviour.BlockStateBase base) {
|
||||||
generateCache(base);
|
generateCache(base);
|
||||||
return this.fluidState;
|
return this.fluidState;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user