Rename mattery player reference in coremod

This commit is contained in:
DBotThePony 2025-03-12 19:34:26 +07:00
parent 05a081d9cb
commit 0424dd1944
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -585,7 +585,7 @@ function initializeCoreMod() {
new VarInsnNode(opcodesRemapped.aload, 0),
new MethodInsnNode(
opcodesRemapped.invokestatic,
'ru/dbotthepony/mc/otm/capability/MatteryPlayerCapability',
'ru/dbotthepony/mc/otm/player/MatteryPlayer',
'addEatEffectHook',
'(Ljava/util/Iterator;Lnet/minecraft/world/entity/LivingEntity;)Ljava/util/Iterator;'
),