forked from FabricMC/fabric
fix fabric-tag-extensions-v0 on 1.14.2
This commit is contained in:
parent
05f11b75e4
commit
7e493977f4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class MixinTagBuilder<T> implements FabricTagBuilder<T> {
|
|||
}
|
||||
|
||||
@Inject(at = @At(value = "INVOKE", target = "Ljava/util/Set;clear()V"), method = "fromJson")
|
||||
public void onFromJsonClear(Predicate<Identifier> predicate_1, Function<Identifier, T> function_1, JsonObject jsonObject_1, CallbackInfoReturnable<Tag.Builder<T>> info) {
|
||||
public void onFromJsonClear(Function<Identifier, T> function_1, JsonObject jsonObject_1, CallbackInfoReturnable<Tag.Builder<T>> info) {
|
||||
fabric_clearCount++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue