Skip to content

Commit 4a89565

Browse files
committed
move MC-136249 to gameplay, and add fix explanation and effect; it caused bans on minemen.club anti-cheat.
(cherry picked from commit c49cf09)
1 parent 4195b88 commit 4a89565

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bugs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ patched 123605 server basic
6767
patched 129909 server basic
6868
patched 132878 server basic
6969
patched 134110 server basic
70-
patched 136249 server basic
70+
patched 136249 server gameplay
7171
patched 139041 server basic
7272
patched 147659 server basic
7373
patched 155509 server basic

src/main/java/dev/isxander/debugify/mixins/basic/mc136249/LivingEntityMixin.java renamed to src/main/java/dev/isxander/debugify/mixins/gameplay/mc136249/LivingEntityMixin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package dev.isxander.debugify.mixins.basic.mc136249;
1+
package dev.isxander.debugify.mixins.gameplay.mc136249;
22

33
import com.llamalad7.mixinextras.expression.Definition;
44
import com.llamalad7.mixinextras.expression.Expression;
@@ -10,7 +10,7 @@
1010
import org.spongepowered.asm.mixin.Shadow;
1111
import org.spongepowered.asm.mixin.injection.At;
1212

13-
@BugFix(id = "MC-136249", category = FixCategory.BASIC, env = BugFix.Env.SERVER, description = "Wearing boots enchanted with depth strider decreases the strength of the riptide enchantment")
13+
@BugFix(id = "MC-136249", category = FixCategory.GAMEPLAY, env = BugFix.Env.SERVER, description = "Wearing boots enchanted with depth strider decreases the strength of the riptide enchantment")
1414
@Mixin(LivingEntity.class)
1515
public abstract class LivingEntityMixin{
1616
@Shadow

src/main/resources/debugify.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"basic.mc132878.ArmorStandMixin",
2424
"basic.mc133218.ServerPlayerMixin",
2525
"basic.mc134110.ChestBlockMixin",
26-
"basic.mc136249.LivingEntityMixin",
26+
"gameplay.mc136249.LivingEntityMixin",
2727
"basic.mc139041.FishingRodItemMixin",
2828
"basic.mc147659.CatSpawnerMixin",
2929
"basic.mc153010.FoxMixin",

0 commit comments

Comments
 (0)