mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-15 20:15:10 +01:00
fix: correctly format strings
This commit is contained in:
@@ -69,7 +69,7 @@ def processLeaf(root, files, infile, jsonData, args) -> int:
|
||||
|
||||
# We don't want to generate assets for compile-only or overlay textures
|
||||
if leaf.getTextureId() in compileonly_textures or leaf.getTextureId() in overlay_textures.values():
|
||||
printOverride(f"Skipping {"compile-only" if leaf.getTextureId() in compileonly_textures else "overlay"} texture")
|
||||
printOverride(f"Skipping {'compile-only' if leaf.getTextureId() in compileonly_textures else 'overlay'} texture")
|
||||
return 0
|
||||
|
||||
leaf.use_legacy_model = shouldUseLegacyModel(leaf, root, infile, args)
|
||||
|
||||
Reference in New Issue
Block a user