From d0ff06ea1c228cea42fbc6073c5607fb9ce63041 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 1 Jul 2022 08:59:20 -0700 Subject: [PATCH] add kubejs for future changes --- .minecraft/index.toml | 10 ++++++++++ .minecraft/mods/kubejs.pw.toml | 13 +++++++++++++ .minecraft/mods/rhino.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/kubejs.pw.toml create mode 100644 .minecraft/mods/rhino.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index f3b3dd3..05fa51f 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -92,6 +92,11 @@ file = "mods/indium.pw.toml" hash = "8144bc5631457a762074a032a196e7cf5b40607f705923ee3305c9d20aed61cf" metafile = true +[[files]] +file = "mods/kubejs.pw.toml" +hash = "4cf142664257bc0c3829c7bbebd52a97c06ca7ea057fa80400debcaf9ca4824a" +metafile = true + [[files]] file = "mods/mineral-chance-fabric.pw.toml" hash = "04c72f0ff8258b9269c0b6b70d73f18403b8a7587b8736982048d88561cefa8b" @@ -112,6 +117,11 @@ file = "mods/reborncore.pw.toml" hash = "f0715bc089d1779fda4585603916eeda828d8c0a6f4bdbf88150ac27a0dd26ee" metafile = true +[[files]] +file = "mods/rhino.pw.toml" +hash = "fab7b46eb6df4a61c38635a09aaba428e7c187fda9a517ff7ff46052dfe9842b" +metafile = true + [[files]] file = "mods/roughly-enough-items.pw.toml" hash = "e9e611d1d415a3023065b986563f7c0a2deb3179994b75683978aec0f651b3ee" diff --git a/.minecraft/mods/kubejs.pw.toml b/.minecraft/mods/kubejs.pw.toml new file mode 100644 index 0000000..b31394c --- /dev/null +++ b/.minecraft/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-fabric-1802.5.4-build.508.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cdd242fca359c45660ed120b9d4ac588da676044" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3855261 +project-id = 238086 diff --git a/.minecraft/mods/rhino.pw.toml b/.minecraft/mods/rhino.pw.toml new file mode 100644 index 0000000..76e74a0 --- /dev/null +++ b/.minecraft/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-fabric-1802.1.14-build.190.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2edbbf292479369ab5fbbbf6b251cc48742b0971" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3846163 +project-id = 416294 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 9c6aa8f..bbb2844 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e02fe1633d6daac3770c20d8ae680ef60400441117c0b0d3d99fdd94ea9199ab" +hash = "21d57117c06a990566fa03684926cb9587dc120c39dba89ef8803130569c4ada" [versions] fabric = "0.13.3"