mod updates, docker compose
This commit is contained in:
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
mc:
|
||||||
|
image: itzg/minecraft-server
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
|
ports:
|
||||||
|
- "25565:25565"
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: mc-forge
|
||||||
|
environment:
|
||||||
|
EULA: "TRUE"
|
||||||
|
PACKWIZ_URL: http://patatapack.oier.ovh:8080/pack.toml
|
||||||
|
TYPE: FORGE
|
||||||
|
VERSION: 1.20.1
|
||||||
|
FORGE_VERSION: 47.1.47
|
||||||
|
MEMORY: 24G
|
||||||
|
MOTD: PatataPack 1
|
||||||
|
volumes:
|
||||||
|
# attach the relative directory 'data' to the container's /data path
|
||||||
|
- ../patata-data:/data
|
||||||
@@ -1270,7 +1270,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-mechanical-extruder.pw.toml"
|
file = "mods/create-mechanical-extruder.pw.toml"
|
||||||
hash = "db34fb4f846111dde59efc042a93c0b6258c87674091f86195e87ea479a085ac"
|
hash = "0136c9a401e19c269b21c04a480f716455d4ce4b3861b4705ec7d35c4ae7d581"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -1613,6 +1613,11 @@ file = "mods/rhino.pw.toml"
|
|||||||
hash = "7f6366de12daf27f89276e4b67f4ea8040c0b1af81e1bbb8cc499504110e0dce"
|
hash = "7f6366de12daf27f89276e4b67f4ea8040c0b1af81e1bbb8cc499504110e0dce"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/rubidium.pw.toml"
|
||||||
|
hash = "25d6f35a409f98b57d6e9003a9a0be5b2479fa08c9ed24d20da6eb29b3ccfffe"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/runelic.pw.toml"
|
file = "mods/runelic.pw.toml"
|
||||||
hash = "61ce4ba81f3903ab9d2c27f7fa073f800f9480d910d3022e1701bfcdbb0ad6dd"
|
hash = "61ce4ba81f3903ab9d2c27f7fa073f800f9480d910d3022e1701bfcdbb0ad6dd"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Create Mechanical Extruder"
|
name = "Create Mechanical Extruder"
|
||||||
filename = "create_mechanical_extruder-1.20.1-1.5.3.d-9.jar"
|
filename = "create_mechanical_extruder-1.20.1-1.5.4.d-9.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/hGAlcCDJ/versions/2zUEs7KC/create_mechanical_extruder-1.20.1-1.5.4.d-9.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c2935822d583eccef8b136a03a7772811a27b7c5"
|
hash = "ba8366cdf1b62f641f19fa1276d3689e9dc220c5"
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 4741278
|
mod-id = "hGAlcCDJ"
|
||||||
project-id = 686100
|
version = "2zUEs7KC"
|
||||||
|
|||||||
13
mods/rubidium.pw.toml
Normal file
13
mods/rubidium.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Rubidium"
|
||||||
|
filename = "rubidium-mc1.20.1-0.7.0a.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/4ZqxOvjD/versions/KoZMxzwB/rubidium-mc1.20.1-0.7.0a.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "76aeb487ee9bb20fe76bc3d4ff920daf1188aa75"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "4ZqxOvjD"
|
||||||
|
version = "KoZMxzwB"
|
||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "349a0db19ccff1433298ede7c28f9e4a581ed14e6f480d56662dcc2b5ff55d0a"
|
hash = "990754dd4652c2cb8b74fdb93db10bc60f70bd8169ff5b01ff266f25b3fbce1d"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.1.47"
|
forge = "47.1.47"
|
||||||
|
|||||||
Reference in New Issue
Block a user