Skip to content

Commit

Permalink
fix? KJS not being able to remove tags from GT items/blocks/whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Mar 19, 2024
1 parent 96965ef commit 211e9b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.List;
import java.util.Map;

@Mixin(TagLoader.class)
@Mixin(value = TagLoader.class, priority = 500)
public class TagLoaderMixin<T> implements IGTTagLoader<T> {

@Nullable
Expand Down

0 comments on commit 211e9b5

Please sign in to comment.