Remove obsolete invalidation logic

This commit is contained in:
embeddedt 2025-09-29 20:05:41 -04:00
parent a8abed1d56
commit a287375522
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -190,9 +190,4 @@ public abstract class IngredientMixin implements ExtendedIngredient {
public void mfix$clearReference() {
this.mfix$cachedItemStacks = null;
}
@Inject(method = "invalidate", at = @At("RETURN"), remap = false)
private void invalidateSoftReference(CallbackInfo ci) {
mfix$clearReference();
}
}