Mixin fix
This commit is contained in:
parent
b72da7d1bf
commit
859a686ad3
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class ServerLevelMixin {
|
||||||
method = "tickChunk",
|
method = "tickChunk",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "Lnet/minecraft/world/level/Level;setBlockAndUpdate(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)Z"
|
target = "Lnet/minecraft/server/level/ServerLevel;setBlockAndUpdate(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)Z"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
private BlockState be_modifyTickState(BlockPos pos, BlockState state) {
|
private BlockState be_modifyTickState(BlockPos pos, BlockState state) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue