F-uck
This commit is contained in:
parent
422c319f1f
commit
08a124f8ee
2
make.py
2
make.py
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue