Skip to content

Commit 21d854a

Browse files
committed
Add patched avataria mod
1 parent e0f21ca commit 21d854a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/nomi/nomi_builder.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@ def append_resources():
3030

3131

3232
def remove_unsupported():
33-
pass
34-
# os.remove(unzipped_modpack_folder + "mods/fastcraft-1.25.jar")
33+
os.remove(unzipped_modpack_folder + "mods/Avaritia-1.12.2-3.3.0.37-universal.jar")
3534
# os.remove(unzipped_modpack_folder + "mods/notenoughIDs-1.5.3.jar")
3635
# os.remove(unzipped_modpack_folder + "mods/hydroenergy-1.1.1.jar")
3736

3837

3938
def main():
4039
prepare_nomi()
41-
append_resources()
4240
remove_unsupported()
41+
append_resources()
4342

4443

4544
if __name__ == '__main__':
Binary file not shown.

0 commit comments

Comments
 (0)