From b254d6f8fb01a9a567c5a8189af30bc99bc1168e Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Fri, 26 May 2023 10:49:09 +0800 Subject: [PATCH] Fix ModelEngine access error (#995) --- .../mixin/core/world/entity/player/ServerPlayerMixin.java | 2 +- .../src/main/resources/META-INF/accesstransformer.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/world/entity/player/ServerPlayerMixin.java b/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/world/entity/player/ServerPlayerMixin.java index cf4bca08..6ce2f650 100644 --- a/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/world/entity/player/ServerPlayerMixin.java +++ b/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/world/entity/player/ServerPlayerMixin.java @@ -944,7 +944,7 @@ public abstract class ServerPlayerMixin extends PlayerMixin implements ServerPla } @Override - protected boolean isImmobile() { + public boolean isImmobile() { return super.isImmobile() || !this.getBukkitEntity().isOnline(); } diff --git a/arclight-common/src/main/resources/META-INF/accesstransformer.cfg b/arclight-common/src/main/resources/META-INF/accesstransformer.cfg index 3cccc904..4582744b 100644 --- a/arclight-common/src/main/resources/META-INF/accesstransformer.cfg +++ b/arclight-common/src/main/resources/META-INF/accesstransformer.cfg @@ -1,6 +1,7 @@ # Arclight 1.19.4 public net.minecraft.world.item.DebugStickItem m_150802_(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;ZLnet/minecraft/world/item/ItemStack;)Z # handleInteraction public net.minecraft.world.level.block.ComposterBlock m_269590_(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;)Lnet/minecraft/world/level/block/state/BlockState; # empty +public net.minecraft.world.entity.player.Player m_6107_()Z # isImmobile # Arclight 1.19.3 public net.minecraft.server.MinecraftServer$TimeProfiler (JI)V # TimeProfiler public net.minecraft.world.level.block.entity.SkullBlockEntity f_262250_ # noteBlockSound