???????????

This commit is contained in:
Casey 2024-05-22 13:49:55 +03:00
parent bf017975d8
commit a476bf2b83
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ async def main(seam_texture: str = "block.dark_oak_planks"):
fp.write(f"tiles=0-46\n")
fp.write(f"connect=block\n")
fp.write(
f"resourceCondition=seasonsextras:textures/block/{texture_name}.png\n"
f"resourceCondition=seasonextras:textures/block/{texture_name}.png\n"
)
with Image.open(GLASS_CACHE_SEAMLESS / f"{color}.png") as glass:
for i in range(47):