mirror of
https://github.com/ViaVersion/ViaAprilFools.git
synced 2024-11-15 10:35:12 +01:00
Use correct method for mappings file loading
This commit is contained in:
parent
1d19987cc4
commit
315e81c286
@ -36,7 +36,7 @@ public class AprilFoolsMappings extends BackwardsMappings {
|
||||
|
||||
@Override
|
||||
protected @Nullable CompoundTag readMappingsFile(String name) {
|
||||
return LOADER.loadNBT(name);
|
||||
return LOADER.loadNBTFromDir(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user