lots of stuff had been added
This commit is contained in:
parent
28420e86dd
commit
814900b72e
16 changed files with 257 additions and 0 deletions
22
flatcraft/docker-compose.yml
Normal file
22
flatcraft/docker-compose.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
environment:
|
||||
EULA: "true"
|
||||
GENERATE_STRUCTURES: true
|
||||
LEVEL_TYPE: FLAT
|
||||
VERSION: 1.20.1
|
||||
TYPE: FABRIC
|
||||
ports:
|
||||
- "25564:25565"
|
||||
volumes:
|
||||
# - data:/data
|
||||
- ./data:/data
|
||||
- ./mods:/mods
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
data: {}
|
||||
14
flatcraft/mods/.index/architectury-api.pw.toml
Normal file
14
flatcraft/mods/.index/architectury-api.pw.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-9.1.12-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
mode = "url"
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "54bdfc469f897e70a10b31c49d908e09b9cdefdda87c662ad6695c713fbf901bc37256c157ca7d2b9c70a13b304ee74a88cbead98bb23f1ae10e2aef3482db17"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "Sbew3kXe"
|
||||
14
flatcraft/mods/.index/ftb-library-fabric.pw.toml
Normal file
14
flatcraft/mods/.index/ftb-library-fabric.pw.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name = "FTB Library (Fabric)"
|
||||
filename = "ftb-library-fabric-2001.1.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
mode = "metadata:curseforge"
|
||||
url = ""
|
||||
hash-format = "sha1"
|
||||
hash = "258199e79e242460d1ae7e6423d4af2b9b408cc3"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4720055
|
||||
project-id = 438495
|
||||
14
flatcraft/mods/.index/ftb-ultimine-fabric.pw.toml
Normal file
14
flatcraft/mods/.index/ftb-ultimine-fabric.pw.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name = "FTB Ultimine (Fabric)"
|
||||
filename = "ftb-ultimine-fabric-2001.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
mode = "metadata:curseforge"
|
||||
url = ""
|
||||
hash-format = "sha1"
|
||||
hash = "aa28741db72062ee7401217435338a7ae1fb6575"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4597011
|
||||
project-id = 448231
|
||||
14
flatcraft/mods/.index/identity.pw.toml
Normal file
14
flatcraft/mods/.index/identity.pw.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name = "Identity"
|
||||
filename = "identity-2.7.1-1.20.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
mode = "metadata:curseforge"
|
||||
url = ""
|
||||
hash-format = "sha1"
|
||||
hash = "469cf3bfc9473f8db2ac6fdb4546a52ad7c8a3f5"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4687497
|
||||
project-id = 391390
|
||||
Loading…
Add table
Add a link
Reference in a new issue