Skip to content

Commit

Permalink
actually use that method oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Nov 9, 2024
1 parent 7460892 commit b29fa53
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ public Map<Entry<?>, EntryMapping> getDynamicProposedNames(EntryRemapper remappe
return null;
}

@Override
public boolean alwaysSave() {
return true;
}

@Override
public String getId() {
return "test:name_all_methods_gaming";
Expand Down

0 comments on commit b29fa53

Please sign in to comment.