@@ -40,8 +40,7 @@ public class CraftDataPack implements DataPack {
|
||||
|
||||
@Override
|
||||
public int getPackFormat() {
|
||||
ResourcePackLoader.a info = ResourcePackLoader.readPackInfo(this.getRawId(), this.getHandle().resources);
|
||||
return (info == null) ? 0 : info.format();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user