???????????
This commit is contained in:
parent
bf017975d8
commit
a476bf2b83
2
make.py
2
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"tiles=0-46\n")
|
||||||
fp.write(f"connect=block\n")
|
fp.write(f"connect=block\n")
|
||||||
fp.write(
|
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:
|
with Image.open(GLASS_CACHE_SEAMLESS / f"{color}.png") as glass:
|
||||||
for i in range(47):
|
for i in range(47):
|
||||||
|
|
Loading…
Reference in New Issue