Add simple radio, give transciever on join.

This commit is contained in:
Hiina 2024-08-16 11:17:17 -06:00
parent 555c108656
commit 2f5864c257
5 changed files with 40 additions and 4 deletions

View file

@ -9,7 +9,7 @@
3 : '{Count:1b,id:"minecraft:book",tag:{Damage:0}}', 3 : '{Count:1b,id:"minecraft:book",tag:{Damage:0}}',
4 : '{Count:6b,id:"minecraft:torch",tag:{Damage:0}}', 4 : '{Count:6b,id:"minecraft:torch",tag:{Damage:0}}',
5 : '{Count:1b,id:"camping:tent_white",tag:{Damage:0}}', 5 : '{Count:1b,id:"camping:tent_white",tag:{Damage:0}}',
6 : '', 6 : '{Count:1b,id:"simpleradio:transceiver"}',
7 : '', 7 : '',
8 : '', 8 : '',
9 : '', 9 : '',

View file

@ -1078,7 +1078,7 @@ hash = "290f6b832794b6876aba9da963b585ba4e99e5e6a972aebb52810e9a256e2f65"
[[files]] [[files]]
file = "config/starterkit/kits/Default.txt" file = "config/starterkit/kits/Default.txt"
hash = "07c2e46a2d65d217a886c97887130ba135c01177baf8c94a7d55a5c49662d06e" hash = "74f856b1aa1d894750181e13f1e78f067d444abc1c0e6aea2b6ac5d08ff317a3"
[[files]] [[files]]
file = "config/starterkit/kits/inactive/Archer.txt" file = "config/starterkit/kits/inactive/Archer.txt"
@ -1962,6 +1962,11 @@ file = "mods/letsdo-camping-fabric-1.0.0.pw.toml"
hash = "ee9665b184b4134920dc19d105e3e6de3a98ae47bc0f06d6b4e392668d94131e" hash = "ee9665b184b4134920dc19d105e3e6de3a98ae47bc0f06d6b4e392668d94131e"
metafile = true metafile = true
[[files]]
file = "mods/lexiconfig.pw.toml"
hash = "d6d76f9f3f73047163fd8255ffcd709ef071bd941d128d5dcb3da7d7b344533d"
metafile = true
[[files]] [[files]]
file = "mods/libz.pw.toml" file = "mods/libz.pw.toml"
hash = "18c5ea7c56454fab1b7c959d50b366e05ddcedfa90cb8dc2faf45ad3a5db11a0" hash = "18c5ea7c56454fab1b7c959d50b366e05ddcedfa90cb8dc2faf45ad3a5db11a0"
@ -2237,6 +2242,11 @@ file = "mods/runes-0.9.13+1.20.1.pw.toml"
hash = "9f2f4b25992a74e2f51b439fcf8db3ccc8aa83911c01494c0ae27fdb774335f8" hash = "9f2f4b25992a74e2f51b439fcf8db3ccc8aa83911c01494c0ae27fdb774335f8"
metafile = true metafile = true
[[files]]
file = "mods/simple-voice-radio.pw.toml"
hash = "0194d00e6892b9eb20c21d90639044bdd5453de8011d3b3a83bbfb3b520743ce"
metafile = true
[[files]] [[files]]
file = "mods/simplyskills-1.5.0+1.20.1.pw.toml" file = "mods/simplyskills-1.5.0+1.20.1.pw.toml"
hash = "361dc80f42c0184a001fc158fde6eb0588bf05fc936b77a0cac2564260c64b97" hash = "361dc80f42c0184a001fc158fde6eb0588bf05fc936b77a0cac2564260c64b97"

13
mods/lexiconfig.pw.toml Normal file
View file

@ -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"

View file

@ -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"

View file

@ -1,11 +1,11 @@
name = "vr-crawler" name = "vr-crawler"
version = "0.1.2" version = "0.1.1"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "c143d6cd7f6ec9064d0bb78c636ba92f2d7ac9c43f0bd9a94ddc67cf7d1eeb1b" hash = "1ababdb9f6e75dd38fcd1f747b5437116a3f99612ace5c3287e17532a48991a9"
[versions] [versions]
fabric = "0.16.0" fabric = "0.16.0"