Compare commits

...

5 Commits

Author SHA1 Message Date
876a53c173
initial server testing 2023-09-02 11:02:36 -03:00
2aa7d595b7
add klee slabs 2023-09-01 19:27:19 -03:00
f9af9a0fb8
add architectury 2023-09-01 19:06:17 -03:00
5e4030c6f7
update mods 2023-09-01 19:05:46 -03:00
45b7be6fcb
approve some more mods 2023-09-01 19:04:40 -03:00
26 changed files with 1106 additions and 448 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
review/review.json
server/

View File

@ -1,2 +1,7 @@
README.md
review/
review
review/*
server
server/*
docker-compose.yml
justfile

View File

@ -0,0 +1,15 @@
#automatically generated default config file
#Sat Sep 02 09:54:10 ADT 2023
useDoubleJump=false
exhaustionWallJump=0.8
minFallDistance=7.5
autoRotation=false
enableEnchantments=false
stepAssist=true
allowReClinging=false
sprintSpeedBoost=0.0
elytraSpeedBoost=0.0
wallSlideDelay=15
useWallJump=true
wallJumpHeight=0.55
playFallSound=true

27
docker-compose.yml Normal file
View File

@ -0,0 +1,27 @@
version: "3.5"
services:
server:
image: itzg/minecraft-server
environment:
TZ: America/Halifax
TYPE: FABRIC
VERSION: 1.20.1
FABRIC_LOADER_VERSION: 0.14.22
MEMORY: "10G"
USE_AIKAR_FLAGS: "true"
EULA: "TRUE"
OPS: endigma_
REPLACE_ENV_VARIABLES: "TRUE"
CONSOLE: "false"
PACKWIZ_URL: "http://localhost:8080/pack.toml"
MOTD: "§l§cBINGUS"
volumes:
- ./server:/data
network_mode: host
restart: unless-stopped
stdin_open: true
tty: true

View File

@ -24,6 +24,10 @@ hash = "f1732450e74cbeaece566e75c5de7ee81cdeafd96693f786a460abb68162f65d"
file = "config/rules.json"
hash = "4e126cb5d83c38dec8b0df299539aa92fff39fd3faa2a3824c94e1171749f1f1"
[[files]]
file = "config/wall-jump.properties"
hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3"
[[files]]
file = "mods/advancementinfo.pw.toml"
hash = "a14f8a33991b072fcece09a03c630cbfd17bbc74a24a04f9cf537bfa5d425280"
@ -49,6 +53,11 @@ file = "mods/appleskin.pw.toml"
hash = "6869de1ca55dc09beabb3c234727e84be4d4fbdcbad2c8081c03010713f374e1"
metafile = true
[[files]]
file = "mods/architectury-api.pw.toml"
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
metafile = true
[[files]]
file = "mods/auth-me.pw.toml"
hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9"
@ -69,6 +78,11 @@ file = "mods/badpackets.pw.toml"
hash = "cbf5544ba86d4d10262fff9c53af6c9ef05bb92d329bb02f891a5aaf3ca94631"
metafile = true
[[files]]
file = "mods/balm.pw.toml"
hash = "a69efb704b2ba8f1ec23809071f4902311db4ddf2c531358428e0803f2d8e26e"
metafile = true
[[files]]
file = "mods/better-mount-hud.pw.toml"
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
@ -89,6 +103,11 @@ file = "mods/betterf3.pw.toml"
hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f"
metafile = true
[[files]]
file = "mods/blur-fabric.pw.toml"
hash = "5f53eb8d272bfec2c6f58d6d744397b8152d7561a370f1d6e7e1e495fc4a1e7a"
metafile = true
[[files]]
file = "mods/bobby.pw.toml"
hash = "628ca822826f31018f97293b673e09defe9bc46616a7636bbd4a3b51ee4c9949"
@ -101,7 +120,7 @@ metafile = true
[[files]]
file = "mods/bounced.pw.toml"
hash = "d3d2b1382a91e4883a72d3f77dd377b0f1649d180f9724e85c52605368174417"
hash = "0d41b33c13b1b8df02a37b37290474c6aa1a8329d674e96b8674c13dd03aef2c"
metafile = true
[[files]]
@ -111,7 +130,12 @@ metafile = true
[[files]]
file = "mods/calcmod.pw.toml"
hash = "1954480b9ca39e03d69d992523f7ad16221c5bdbf8909e20da3c2c66417b9870"
hash = "068a45759a111a7fef83d858b1b7f300745c26469397c2e399f652f4d54ddd62"
metafile = true
[[files]]
file = "mods/can-i-mine-this-block.pw.toml"
hash = "2c44652bbda4fe3994fafbb44ce756e0edccf17e449b865c5021e51877768682"
metafile = true
[[files]]
@ -204,6 +228,11 @@ file = "mods/debugify.pw.toml"
hash = "4ba45966a267b774f5d83442c3c43d740f55e11a910e117e50c046b4f77b5c66"
metafile = true
[[files]]
file = "mods/diagonal-fences.pw.toml"
hash = "9be216fe8f8f086415d946964a4648941738da7838b2844398d31326f7dedb89"
metafile = true
[[files]]
file = "mods/ding.pw.toml"
hash = "7c5259e9ac7df8366d01465703abcfbb38b59ab68c885cba988f259bea36afb2"
@ -226,7 +255,7 @@ metafile = true
[[files]]
file = "mods/dynamiccrosshair.pw.toml"
hash = "5d3432ea801302589dd7349d8b675f507562fae19e8a8e05e86bfb8654d0ffd7"
hash = "4d6d8c0f190599465a9c8e3d47e0403d16075e38a329e204e9d52da0087465f1"
metafile = true
[[files]]
@ -234,11 +263,6 @@ file = "mods/dynamiccrosshaircompat.pw.toml"
hash = "8d9ea18bd45e85f091bbc2239a05ce35392260cae70297ab219048f76911fc33"
metafile = true
[[files]]
file = "mods/e4mc.pw.toml"
hash = "706924659dac92dc50b584b1ecf8f90ba628ede1e029d8642ca4aaec4d9eb3d5"
metafile = true
[[files]]
file = "mods/elytra-boosters.pw.toml"
hash = "5dedf416ffa0816ab53ab5983fdc6017d49fd4db505e8eb8458e38774bf594c1"
@ -389,6 +413,11 @@ file = "mods/jei.pw.toml"
hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124"
metafile = true
[[files]]
file = "mods/kleeslabs.pw.toml"
hash = "85e5ee80b3d6911217d846c082408fdf008aaf10386032e90a9caed44c89f785"
metafile = true
[[files]]
file = "mods/lambdynamiclights.pw.toml"
hash = "8bb36bbf7dbac0d531f6c308329109d29d95a83a2c0d972178655efd8afddf4b"
@ -424,6 +453,11 @@ file = "mods/main-menu-credits.pw.toml"
hash = "2a79f7fb98b7073c926c6f87a93473f5714cf82a2ace7f344e4e2de4a33e0233"
metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "bc79745faf3cfec5d60e239817905c2bebfb692f8ae3ff3671fc8afd4800227e"
metafile = true
[[files]]
file = "mods/mixintrace.pw.toml"
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
@ -436,7 +470,7 @@ metafile = true
[[files]]
file = "mods/moonlight.pw.toml"
hash = "ff0b7cc43e94918d6ed53872cc2abea33d90b3bb3fff2f0dee50f571a9fbabc7"
hash = "82e4285035d6ce01cd5d58619287852abdf801984edd04f23caf8ebb59e5e54d"
metafile = true
[[files]]
@ -509,6 +543,11 @@ file = "mods/patchouli.pw.toml"
hash = "cd1f0cf0ae2b6e1c14e3caa4685ae721cb590835110e076400cd986be1db9903"
metafile = true
[[files]]
file = "mods/ping-wheel.pw.toml"
hash = "175d182b49bb9da6b73e1a31e2ccc18395a167031fabda3991ae174e40813361"
metafile = true
[[files]]
file = "mods/polymorph.pw.toml"
hash = "94117ed150a83f6e54dc9196f84e1f21b3922e58cd4ed3d389c7b78c7f2b1f87"
@ -529,6 +568,11 @@ file = "mods/puzzle.pw.toml"
hash = "a6e087aa1beacb72cbfd77e442c78329b8a3c8af71cd3833078ff4cc7186d64f"
metafile = true
[[files]]
file = "mods/puzzles-lib.pw.toml"
hash = "8cd8f7a7a486065f4fafb0f841bc231b2542e13fe0795c8cb3af1735a83da013"
metafile = true
[[files]]
file = "mods/radiant-gear.pw.toml"
hash = "f6d1e9e7ae5c58e553b7ed878a835b60516243663c0f9fb57c547f1ca61ba8ea"
@ -549,6 +593,11 @@ file = "mods/replaymod.pw.toml"
hash = "9e7c1e6cf3b81dce5a77bf5c95ed9d8e9b936b932aeadb1255245234230ced16"
metafile = true
[[files]]
file = "mods/repurposed-structures-fabric.pw.toml"
hash = "09da26c23f2c39be66ae5e45adaf7046e9a46dc737077ceb422d2ed272d9b8c2"
metafile = true
[[files]]
file = "mods/resourcify.pw.toml"
hash = "538f31487e2c0104a8f376c86972ca78e7a432306c03418c49386657ab76d40c"
@ -654,6 +703,11 @@ file = "mods/ukus-armor-hud.pw.toml"
hash = "4a807bf22e6095d7732c4e619201a372bbe132f9b1ed478e409ff9777e6f6ffd"
metafile = true
[[files]]
file = "mods/vanilla-permissions.pw.toml"
hash = "07f7ec6edd1deefe5cf36f83104374ba2a28b44a0877984e5030e3a4e4de5854"
metafile = true
[[files]]
file = "mods/voice-chat-interaction.pw.toml"
hash = "5efd3cf3ce070d55b607d938dae8ecd201ef54ca2def1fa3f316d6247de6ca8d"
@ -681,12 +735,12 @@ metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "0e6c95ef1ccab7d1c56a0222ecc3072e1ac9dfae171ae860e3d0e9a1a008e529"
hash = "b2dd36a482e7526f70823d742886030089c966ab8a94a1e63c2e92c48bb5863b"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "6c1a9c599f7c81d6c2f39533b335afe410a3beeb6d2b02b251ad74d5c7a34782"
hash = "1cfb52ef509e73cd2df7d19af4fff3a5b2d46ebe5e2674257ce78e3f400bb66e"
metafile = true
[[files]]

11
justfile Normal file
View File

@ -0,0 +1,11 @@
logs:
docker compose logs -f
reload:
docker compose restart
up:
docker compose up -d
down:
docker compose down --volumes

View File

@ -0,0 +1,13 @@
name = "Architectury API"
filename = "architectury-9.1.12-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar"
hash-format = "sha1"
hash = "add0fffa445ee2959b0898484732704a15156553"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "Sbew3kXe"

13
mods/balm.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Balm"
filename = "balm-fabric-1.20-7.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/I5betUED/balm-fabric-1.20-7.0.7.jar"
hash-format = "sha1"
hash = "4146542912d84041708b60c08721c837928d4c8c"
[update]
[update.modrinth]
mod-id = "MBAkmtvl"
version = "I5betUED"

13
mods/blur-fabric.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Blur (Fabric)"
filename = "blur-3.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar"
hash-format = "sha1"
hash = "3a0811af7f425daab896fbfc38898a22e7af39cf"
[update]
[update.modrinth]
mod-id = "NK39zBp2"
version = "dki8Ab2D"

View File

@ -1,13 +1,13 @@
name = "Bounced"
filename = "bounced-1.20-2.1.2.jar"
filename = "bounced-fabric-1.20.1-2.1.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/2mlOZXZr/versions/WuSJVn3D/bounced-1.20-2.1.2.jar"
url = "https://cdn.modrinth.com/data/2mlOZXZr/versions/DLZQla5h/bounced-fabric-1.20.1-2.1.4.jar"
hash-format = "sha1"
hash = "a21871aa160a416aee10f1eb75ab39de9e501301"
hash = "49919e48e6a1533e47603e91dbcbc07f84e1d4c3"
[update]
[update.modrinth]
mod-id = "2mlOZXZr"
version = "WuSJVn3D"
version = "DLZQla5h"

View File

@ -1,13 +1,13 @@
name = "CalcMod"
filename = "calcmod-1.2.0.jar"
side = "both"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/A9kFOzYp/calcmod-1.2.0.jar"
hash-format = "sha1"
hash = "842569f3f9f088cd2b1d043c602a8b865cf777ff"
url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/A9kFOzYp/calcmod-1.2.0.jar"
hash-format = "sha1"
hash = "842569f3f9f088cd2b1d043c602a8b865cf777ff"
[update]
[update.modrinth]
mod-id = "XoHTb2Ap"
version = "A9kFOzYp"
[update.modrinth]
mod-id = "XoHTb2Ap"
version = "A9kFOzYp"

View File

@ -0,0 +1,13 @@
name = "cAn i MiNe thIS bLOCk?"
filename = "can-i-mine-this-block-1.4.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fEwSlaoa/versions/lZ1YTSiE/can-i-mine-this-block-1.4.0.jar"
hash-format = "sha1"
hash = "61a5201d1e7c277b55fe740159c354a824be3b2e"
[update]
[update.modrinth]
mod-id = "fEwSlaoa"
version = "lZ1YTSiE"

View File

@ -0,0 +1,13 @@
name = "Diagonal Fences"
filename = "DiagonalFences-v8.0.1-1.20.1-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IKARgflD/versions/pKppH9ZE/DiagonalFences-v8.0.1-1.20.1-Fabric.jar"
hash-format = "sha1"
hash = "472783003ba988d7655947aa3adeef278fb7e18a"
[update]
[update.modrinth]
mod-id = "IKARgflD"
version = "pKppH9ZE"

View File

@ -1,13 +1,13 @@
name = "Dynamic Crosshair"
filename = "dynamiccrosshair-7.0.4+1.20-fabric.jar"
filename = "dynamiccrosshair-7.1+1.20-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/rOBAdNim/dynamiccrosshair-7.0.4%2B1.20-fabric.jar"
url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/n7vNnWWX/dynamiccrosshair-7.1%2B1.20-fabric.jar"
hash-format = "sha1"
hash = "6a370903bf69f5e3ad19cc60b0c4451313992036"
hash = "0b66aad8956f0aeee765ad7e69bde881ee2f5197"
[update]
[update.modrinth]
mod-id = "ZcR9weSm"
version = "rOBAdNim"
version = "n7vNnWWX"

View File

@ -1,13 +0,0 @@
name = "e4mc"
filename = "e4mc-4.0.1+1.19.4-fabric.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/vVFlVRt7/e4mc-4.0.1%2B1.19.4-fabric.jar"
hash-format = "sha1"
hash = "458253f15e3c5bb0d5354f42f3eedc5b1a71472c"
[update]
[update.modrinth]
mod-id = "qANg5Jrr"
version = "vVFlVRt7"

13
mods/kleeslabs.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "KleeSlabs"
filename = "kleeslabs-fabric-1.20-15.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/7uh75ruZ/versions/IDj7kzhS/kleeslabs-fabric-1.20-15.0.0.jar"
hash-format = "sha1"
hash = "6b2527ccb5d6afbdcb374394b5b796be8b1278c1"
[update]
[update.modrinth]
mod-id = "7uh75ruZ"
version = "IDj7kzhS"

13
mods/midnightlib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "MidnightLib"
filename = "midnightlib-fabric-1.4.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/codAaoxh/versions/YXz8kIQl/midnightlib-fabric-1.4.1.1.jar"
hash-format = "sha1"
hash = "23ab09b69c30e296d35fc957c2e9168b10a94001"
[update]
[update.modrinth]
mod-id = "codAaoxh"
version = "YXz8kIQl"

View File

@ -1,13 +1,13 @@
name = "Moonlight Lib"
filename = "moonlight-1.20-2.8.14-fabric.jar"
filename = "moonlight-1.20-2.8.15-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/PXyqXIbn/moonlight-1.20-2.8.14-fabric.jar"
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/fQhx5ml2/moonlight-1.20-2.8.15-fabric.jar"
hash-format = "sha1"
hash = "a9dd1eb7d32d0b289a7a1d96a1ff73e79f8ae054"
hash = "977315c3d3ab64cb49996e4ee6794ca94bda8297"
[update]
[update.modrinth]
mod-id = "twkfQtEc"
version = "PXyqXIbn"
version = "fQhx5ml2"

13
mods/ping-wheel.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Ping Wheel"
filename = "Ping-Wheel-1.5.0-fabric-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QQXAdCzh/versions/kst0hx3O/Ping-Wheel-1.5.0-fabric-1.20.1.jar"
hash-format = "sha1"
hash = "ad8b7d2467c249cbadef784cfc87510120c3066b"
[update]
[update.modrinth]
mod-id = "QQXAdCzh"
version = "kst0hx3O"

13
mods/puzzles-lib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Puzzles Lib"
filename = "PuzzlesLib-v8.0.24-1.20.1-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QAGBst4M/versions/KGAO1rK6/PuzzlesLib-v8.0.24-1.20.1-Fabric.jar"
hash-format = "sha1"
hash = "f945c6219e97716d7cfcd0911aeb24b7de1c2d70"
[update]
[update.modrinth]
mod-id = "QAGBst4M"
version = "KGAO1rK6"

View File

@ -0,0 +1,13 @@
name = "Repurposed Structures - Quilt/Fabric"
filename = "repurposed_structures-7.1.4+1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/muf0XoRe/versions/UUsn75P9/repurposed_structures-7.1.4%2B1.20.1-fabric.jar"
hash-format = "sha1"
hash = "93b7d671d573218c5ff18425395671c6e8a0ad59"
[update]
[update.modrinth]
mod-id = "muf0XoRe"
version = "UUsn75P9"

View File

@ -0,0 +1,13 @@
name = "Vanilla Permissions"
filename = "vanilla-permissions-0.2.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/POy2ZtwI/vanilla-permissions-0.2.2%2B1.20.1.jar"
hash-format = "sha1"
hash = "92fc0342d4823dd527d92eb75ac8027fd1d2a85e"
[update]
[update.modrinth]
mod-id = "fdZkP5Bb"
version = "POy2ZtwI"

View File

@ -1,13 +1,13 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_23.6.3_Fabric_1.20.jar"
filename = "Xaeros_Minimap_23.7.0_Fabric_1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/vm3OXacK/Xaeros_Minimap_23.6.3_Fabric_1.20.jar"
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/AmT4OYf4/Xaeros_Minimap_23.7.0_Fabric_1.20.jar"
hash-format = "sha1"
hash = "a9f6215937afeb6caefcdb8ee808a2c3fb64001c"
hash = "b77e0c88d5f962ccb65700aa0bac81bd04b730f7"
[update]
[update.modrinth]
mod-id = "1bokaNcj"
version = "vm3OXacK"
version = "AmT4OYf4"

View File

@ -1,13 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.33.1_Fabric_1.20.jar"
filename = "XaerosWorldMap_1.34.0_Fabric_1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/4PJpJJKj/XaerosWorldMap_1.33.1_Fabric_1.20.jar"
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/qwwKbodF/XaerosWorldMap_1.34.0_Fabric_1.20.jar"
hash-format = "sha1"
hash = "af39f0e465ffc9f192d4f6ae8b24aedb70c2fd1a"
hash = "955e9af2001fb42f38dd3efe2ee87ce417330a2c"
[update]
[update.modrinth]
mod-id = "NcUtCpym"
version = "4PJpJJKj"
version = "qwwKbodF"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "fb19f5e873272f3c50b39ffdf656e899780d21192f15aca1e1a5123432838d8a"
hash = "d25982aa80e2ad924c07803207cf5f427476cba7e1cf88271b3d22276a9d3505"
[versions]
fabric = "0.14.22"

File diff suppressed because one or more lines are too long