diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-15 06:29:46 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-15 06:29:46 +0200 |
commit | 495469bf7d84c547ae6e34446899115fae60d366 (patch) | |
tree | 2606d0db029480f3495e6f69674dec1e6eb986a9 | |
parent | cc14d21b436568b657c3d8631acaf9a9eeaa6cef (diff) |
add automated redstone and redstone control
-rw-r--r-- | mods/automated-redstone.pw.toml | 13 | ||||
-rw-r--r-- | mods/cd4017be-library.pw.toml | 13 | ||||
-rw-r--r-- | mods/redstone-control.pw.toml | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/mods/automated-redstone.pw.toml b/mods/automated-redstone.pw.toml new file mode 100644 index 0000000..2c9de1b --- /dev/null +++ b/mods/automated-redstone.pw.toml @@ -0,0 +1,13 @@ +filename = 'AutomatedRedstone-1.12.2-6.1.6.jar' +name = 'Automated Redstone' +side = 'both' + +[download] +hash = 'aae7c52d2e6e769e027955ec8224bd75b5d388c5' +hash-format = 'sha1' +mode = 'metadata:curseforge' +url = '' + +[update.curseforge] +file-id = 2669116 +project-id = 229507
\ No newline at end of file diff --git a/mods/cd4017be-library.pw.toml b/mods/cd4017be-library.pw.toml new file mode 100644 index 0000000..6db7997 --- /dev/null +++ b/mods/cd4017be-library.pw.toml @@ -0,0 +1,13 @@ +filename = 'CD4017BE_lib-1.12.2-6.4.17.1.jar' +name = 'CD4017BE Library' +side = 'both' + +[download] +hash = 'fce398ea00a305dbb755e9a9d7ed10255bd04568' +hash-format = 'sha1' +mode = 'metadata:curseforge' +url = '' + +[update.curseforge] +file-id = 2885783 +project-id = 229208
\ No newline at end of file diff --git a/mods/redstone-control.pw.toml b/mods/redstone-control.pw.toml new file mode 100644 index 0000000..2f8f355 --- /dev/null +++ b/mods/redstone-control.pw.toml @@ -0,0 +1,13 @@ +filename = 'RedstoneControl-1.12.2-0.2.6.1.jar' +name = 'Redstone Control' +side = 'both' + +[download] +hash = 'd4aa1db6b2279ecd8133dd4e2688e8bf0dcf8cc7' +hash-format = 'sha1' +mode = 'metadata:curseforge' +url = '' + +[update.curseforge] +file-id = 2885689 +project-id = 319994
\ No newline at end of file |