Skip to content

Commit

Permalink
Use correct method for mappings file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Mar 24, 2024
1 parent 1d19987 commit 315e81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public AprilFoolsMappings(String unmappedVersion, String mappedVersion, @Nullabl

@Override
protected @Nullable CompoundTag readMappingsFile(String name) {
return LOADER.loadNBT(name);
return LOADER.loadNBTFromDir(name);
}

@Override
Expand Down

0 comments on commit 315e81c

Please sign in to comment.