diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 17:11:51 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 17:11:51 +0300 |
commit | de8b9f1e1fef64e450fb10967416483ce3bba27a (patch) | |
tree | 41c89f0226689ecae103a8d2a0083166e8537497 /mods | |
parent | b01ad2a97fbe799c017f6981d74d402d0c82c609 (diff) |
add crafttweaker+contenttweaker, remove mekanism ceu
Diffstat (limited to 'mods')
-rw-r--r-- | mods/base.pw.toml | 13 | ||||
-rw-r--r-- | mods/contenttweaker.pw.toml | 13 | ||||
-rw-r--r-- | mods/crafttweaker.pw.toml | 13 | ||||
-rw-r--r-- | mods/mekanism-ce-unofficial.pw.toml | 13 |
4 files changed, 39 insertions, 13 deletions
diff --git a/mods/base.pw.toml b/mods/base.pw.toml new file mode 100644 index 0000000..a3c7919 --- /dev/null +++ b/mods/base.pw.toml @@ -0,0 +1,13 @@ +name = "B.A.S.E" +filename = "base-1.12.2-3.14.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fbf3bae670f626028e29b57622b0ee98a8ad4db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3440963 +project-id = 246996 diff --git a/mods/contenttweaker.pw.toml b/mods/contenttweaker.pw.toml new file mode 100644 index 0000000..6f169d5 --- /dev/null +++ b/mods/contenttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "ContentTweaker" +filename = "ContentTweaker-1.12.2-4.10.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0d8efbe8c66e50b2cd82f30fb67f5bc368625f26" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3331364 +project-id = 237065 diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml new file mode 100644 index 0000000..16e906e --- /dev/null +++ b/mods/crafttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CraftTweaker" +filename = "CraftTweaker2-1.12-4.1.20.700.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "431fa9277f8e429dada81bfef76339073c4d3e05" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5486112 +project-id = 239197 diff --git a/mods/mekanism-ce-unofficial.pw.toml b/mods/mekanism-ce-unofficial.pw.toml deleted file mode 100644 index 60b9d2e..0000000 --- a/mods/mekanism-ce-unofficial.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -filename = 'Mekanism-CE-Unofficial-All-9.9.1.205.jar' -name = 'Mekanism-CE-Unofficial' -side = 'both' - -[download] -hash = '58d209c2dc81a893c0010ec4ea3ff0cdc581231d' -hash-format = 'sha1' -mode = 'metadata:curseforge' -url = '' - -[update.curseforge] -file-id = 5618143 -project-id = 840735
\ No newline at end of file |