diff --git a/config/starterkit/kits/Default.txt b/config/starterkit/kits/Default.txt index 8f42066..3778b13 100644 --- a/config/starterkit/kits/Default.txt +++ b/config/starterkit/kits/Default.txt @@ -9,7 +9,7 @@ 3 : '{Count:1b,id:"minecraft:book",tag:{Damage:0}}', 4 : '{Count:6b,id:"minecraft:torch",tag:{Damage:0}}', 5 : '{Count:1b,id:"camping:tent_white",tag:{Damage:0}}', -6 : '', +6 : '{Count:1b,id:"simpleradio:transceiver"}', 7 : '', 8 : '', 9 : '', diff --git a/index.toml b/index.toml index 94390f1..7bdfdd7 100644 --- a/index.toml +++ b/index.toml @@ -1078,7 +1078,7 @@ hash = "290f6b832794b6876aba9da963b585ba4e99e5e6a972aebb52810e9a256e2f65" [[files]] file = "config/starterkit/kits/Default.txt" -hash = "07c2e46a2d65d217a886c97887130ba135c01177baf8c94a7d55a5c49662d06e" +hash = "74f856b1aa1d894750181e13f1e78f067d444abc1c0e6aea2b6ac5d08ff317a3" [[files]] file = "config/starterkit/kits/inactive/Archer.txt" @@ -1962,6 +1962,11 @@ file = "mods/letsdo-camping-fabric-1.0.0.pw.toml" hash = "ee9665b184b4134920dc19d105e3e6de3a98ae47bc0f06d6b4e392668d94131e" metafile = true +[[files]] +file = "mods/lexiconfig.pw.toml" +hash = "d6d76f9f3f73047163fd8255ffcd709ef071bd941d128d5dcb3da7d7b344533d" +metafile = true + [[files]] file = "mods/libz.pw.toml" hash = "18c5ea7c56454fab1b7c959d50b366e05ddcedfa90cb8dc2faf45ad3a5db11a0" @@ -2237,6 +2242,11 @@ file = "mods/runes-0.9.13+1.20.1.pw.toml" hash = "9f2f4b25992a74e2f51b439fcf8db3ccc8aa83911c01494c0ae27fdb774335f8" metafile = true +[[files]] +file = "mods/simple-voice-radio.pw.toml" +hash = "0194d00e6892b9eb20c21d90639044bdd5453de8011d3b3a83bbfb3b520743ce" +metafile = true + [[files]] file = "mods/simplyskills-1.5.0+1.20.1.pw.toml" hash = "361dc80f42c0184a001fc158fde6eb0588bf05fc936b77a0cac2564260c64b97" diff --git a/mods/lexiconfig.pw.toml b/mods/lexiconfig.pw.toml new file mode 100644 index 0000000..dfcb59d --- /dev/null +++ b/mods/lexiconfig.pw.toml @@ -0,0 +1,13 @@ +name = "Lexiconfig" +filename = "Lexiconfig-fabric-1.3.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/D157Rgyf/versions/PwdyJM6K/Lexiconfig-fabric-1.3.11.jar" +hash-format = "sha1" +hash = "93a1642277ebe032f865e165094e5fb714833677" + +[update] +[update.modrinth] +mod-id = "D157Rgyf" +version = "PwdyJM6K" diff --git a/mods/simple-voice-radio.pw.toml b/mods/simple-voice-radio.pw.toml new file mode 100644 index 0000000..1f85cbb --- /dev/null +++ b/mods/simple-voice-radio.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Radio" +filename = "SimpleRadio-fabric-1.20.1-2.4.6.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/S7b8mMXS/versions/jRK9rzce/SimpleRadio-fabric-1.20.1-2.4.6.1.jar" +hash-format = "sha1" +hash = "ddd604beb542c4ffe648a14aecd1b3618d7d719e" + +[update] +[update.modrinth] +mod-id = "S7b8mMXS" +version = "jRK9rzce" diff --git a/pack.toml b/pack.toml index 62e10ce..b25f182 100644 --- a/pack.toml +++ b/pack.toml @@ -1,11 +1,11 @@ name = "vr-crawler" -version = "0.1.2" +version = "0.1.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c143d6cd7f6ec9064d0bb78c636ba92f2d7ac9c43f0bd9a94ddc67cf7d1eeb1b" +hash = "1ababdb9f6e75dd38fcd1f747b5437116a3f99612ace5c3287e17532a48991a9" [versions] fabric = "0.16.0"