fix typo in "fabric missing" error mesage
This commit is contained in:
parent
9bbbedf6cd
commit
7052f9e794
@ -77,7 +77,7 @@ def win_check_folder_exists(folder):
|
|||||||
print()
|
print()
|
||||||
print("[WARN!]: Mod folder not found. (is Fabric installed?)")
|
print("[WARN!]: Mod folder not found. (is Fabric installed?)")
|
||||||
print("[WARN!]: (note: the script will go on as usual without breaking anything, but if")
|
print("[WARN!]: (note: the script will go on as usual without breaking anything, but if")
|
||||||
print("[WARN!]: you don't have fabric installed, your mods won't load when you start the game.")
|
print("[WARN!]: you don't have fabric installed, your mods won't load when you start the game.)")
|
||||||
os.mkdir("mods")
|
os.mkdir("mods")
|
||||||
print()
|
print()
|
||||||
time.sleep(20)
|
time.sleep(20)
|
||||||
|
Reference in New Issue
Block a user