File tree 1 file changed +5
-0
lines changed
arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/world/entity
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 81
81
import org .spongepowered .asm .mixin .Overwrite ;
82
82
import org .spongepowered .asm .mixin .Shadow ;
83
83
import org .spongepowered .asm .mixin .Unique ;
84
+ import org .spongepowered .asm .mixin .gen .Invoker ;
84
85
import org .spongepowered .asm .mixin .injection .At ;
85
86
import org .spongepowered .asm .mixin .injection .Inject ;
86
87
import org .spongepowered .asm .mixin .injection .Redirect ;
@@ -245,6 +246,10 @@ public SoundEvent getEatingSound0(ItemStack itemstack) {
245
246
return getEatingSound (itemstack );
246
247
}
247
248
249
+ // Preserve NMS invocation for Citizens2
250
+ @ Invoker ("detectEquipmentUpdates" )
251
+ public abstract void detectEquipmentUpdatesPublic ();
252
+
248
253
/**
249
254
* @author IzzelAliz
250
255
* @reason
You can’t perform that action at this time.
0 commit comments