Skip to content

Commit c49cf09

Browse files
committed
move MC-136249 to gameplay, and add fix explanation and effect; it caused bans on minemen.club anti-cheat.
1 parent 20be8cf commit c49cf09

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bugs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ patched 123450 server basic
6464
patched 129909 server basic
6565
patched 132878 server basic
6666
patched 134110 server basic
67-
patched 136249 server basic
67+
patched 136249 server gameplay
6868
patched 139041 server basic
6969
patched 147659 server basic
7070
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
@@ -20,7 +20,7 @@
2020
"basic.mc132878.ArmorStandMixin",
2121
"basic.mc133218.ServerPlayerMixin",
2222
"basic.mc134110.ChestBlockMixin",
23-
"basic.mc136249.LivingEntityMixin",
23+
"gameplay.mc136249.LivingEntityMixin",
2424
"basic.mc139041.FishingRodItemMixin",
2525
"basic.mc147659.CatSpawnerMixin",
2626
"basic.mc153010.FoxMixin",

0 commit comments

Comments
 (0)