From a476bf2b835049325b0c38da6e4e8e667465908c Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 22 May 2024 13:49:55 +0300 Subject: [PATCH] ??????????? --- make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.py b/make.py index ed6ca0c..5b6d350 100644 --- a/make.py +++ b/make.py @@ -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):