why did i do this
This commit is contained in:
parent
d8a9b0e15b
commit
873b0aa889
@ -14,7 +14,7 @@ import ru.dbotthepony.mc.otm.config.ServerCompatConfig;
|
|||||||
@Mixin(EntityOxygenSystem.class)
|
@Mixin(EntityOxygenSystem.class)
|
||||||
public class EntityOxygenSystemMixin {
|
public class EntityOxygenSystemMixin {
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "oxygenTick()V",
|
method = "oxygenTick(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/server/level/ServerLevel;)V",
|
||||||
at = @At("HEAD"),
|
at = @At("HEAD"),
|
||||||
cancellable = true,
|
cancellable = true,
|
||||||
remap = false
|
remap = false
|
||||||
|
@ -14,7 +14,7 @@ import ru.dbotthepony.mc.otm.config.ServerCompatConfig;
|
|||||||
@Mixin(OxygenUtils.class)
|
@Mixin(OxygenUtils.class)
|
||||||
public class OxygenUtilsMixin {
|
public class OxygenUtilsMixin {
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "entityHasOxygen()Z",
|
method = "entityHasOxygen(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;)Z",
|
||||||
at = @At("HEAD"),
|
at = @At("HEAD"),
|
||||||
cancellable = true,
|
cancellable = true,
|
||||||
remap = false
|
remap = false
|
||||||
|
Loading…
Reference in New Issue
Block a user