update
This commit is contained in:
@@ -82,7 +82,10 @@ def mods():
|
||||
)
|
||||
|
||||
for file in glob.glob(os.path.join(INSTANCE_DIR, ".minecraft", "mods", "*")):
|
||||
if os.path.basename(file) == "OptiFine_1.16.5_HD_U_G8.jar":
|
||||
if (
|
||||
os.path.basename(file) == "OptiFine_1.16.5_HD_U_G8.jar"
|
||||
or os.path.basename(file) == "TrainerCommands-1.16.5-2.6.0.jar"
|
||||
):
|
||||
continue
|
||||
os.remove(file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user