mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
Ensure translations aren't loaded in datagen
This commit is contained in:
@@ -120,7 +120,7 @@ public abstract class RainbowModelProvider extends FabricModelProvider {
|
||||
byte[] textureBytes = inputTexture.readAllBytes();
|
||||
output.writeIfNeeded(path, textureBytes, HashCode.fromBytes(textureBytes));
|
||||
} catch (IOException exception) {
|
||||
// TODO log
|
||||
LOGGER.error("Failed to save file to {}", path, exception);
|
||||
}
|
||||
}, Util.backgroundExecutor().forName("PackSerializer-saveTexture"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user