Skip to content

Commit b9075f3

Browse files
committed
bruh
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
1 parent be76b63 commit b9075f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/octol1ttle/flightassistant/mixin/EntityInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@Mixin(Entity.class)
77
public interface EntityInvoker {
88
//? if >=1.21.2 {
9-
/*@org.spongepowered.asm.mixin.gen.Invoker("isInvulnerableToBase)
9+
/*@org.spongepowered.asm.mixin.gen.Invoker("isInvulnerableToBase")
1010
boolean invokeIsInvulnerableToBase(net.minecraft.world.damagesource.DamageSource damageSource);
1111
*///?}
1212
}

0 commit comments

Comments
 (0)