Compare commits

...

3 commits

Author SHA1 Message Date
6bae88bebe add global datapack mod
so I can add 1 level of xp to start.
2024-08-16 11:34:30 -06:00
a2657b8d30 remove sqlite cache thing from repo
oops
2024-08-16 11:28:18 -06:00
2f5864c257 Add simple radio, give transciever on join. 2024-08-16 11:19:30 -06:00
8 changed files with 60 additions and 7 deletions

5
.gitignore vendored
View file

@ -1,6 +1,5 @@
*.zip
*.mrpack
packwiz.exe
website/*.sqlite
website/dependency_tree_cache.json
venv
*.sqlite
venv

Binary file not shown.

View file

@ -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 : '',

View file

@ -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"
@ -1867,6 +1867,11 @@ file = "mods/geckolib-fabric-1.20.1-4.4.7.pw.toml"
hash = "2620df2a688ad1c4036e870ba3545f15afbf785be128d2beb99a41808562bf9d"
metafile = true
[[files]]
file = "mods/globalpacks.pw.toml"
hash = "dd95cf09d9a642a0914a01790dee89b72963e088a4ceb88e206efea6998b03a4"
metafile = true
[[files]]
file = "mods/grapplemod-1.8+1.20(.1).pw.toml"
hash = "f9b075713959ea15d90c685874486ba5003e3d06df0b510786f8fa837dbef712"
@ -1962,6 +1967,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 +2247,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"

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

@ -0,0 +1,13 @@
name = "Global Packs"
filename = "global_packs-fabric-1.19.4-1.16.1_fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NRLPy2mk/versions/9so0FT8s/global_packs-fabric-1.19.4-1.16.1_fabric.jar"
hash-format = "sha1"
hash = "927c59d923a7a38837427046d6b3b2feedf26128"
[update]
[update.modrinth]
mod-id = "NRLPy2mk"
version = "9so0FT8s"

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"
version = "0.1.2"
version = "0.1.1"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c143d6cd7f6ec9064d0bb78c636ba92f2d7ac9c43f0bd9a94ddc67cf7d1eeb1b"
hash = "2347e9d373bc7c9ebcff0542bce44b488dc1a2685d0b18580fa41d74b596552f"
[versions]
fabric = "0.16.0"