Various fixes and additions #30

Merged
BlakeRain merged 6 commits from BlakeRain/utamacraft:main into main 2023-12-04 17:51:53 +00:00
Showing only changes of commit f7c937f628 - Show all commits

View File

@ -89,3 +89,7 @@ for item in ITEMS:
},
"output": { "item": item, "count": 2 }
}, indent=2))
with open("insolator-recipes.md", "w") as fp:
for item in ITEMS:
fp.write(f"| [{item}] | 500 | 16,000 | 500 | 25 |\n")