This commit is contained in:
Casey 2024-05-22 13:14:48 +03:00
parent 422c319f1f
commit 08a124f8ee
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ async def main(seam_texture: str = "block.dark_oak_planks"):
if i == 0: if i == 0:
ctm.save( ctm.save(
OUTPUT_PATH OUTPUT_PATH
/ "assets/seasonsextras/textures/block/{texture_name}.png" / f"assets/seasonsextras/textures/block/{texture_name}.png"
) )
with (OUTPUT_PATH / "pack.mcmeta").open("w") as fp: with (OUTPUT_PATH / "pack.mcmeta").open("w") as fp:
json.dump( json.dump(