update
This commit is contained in:
+32
-36
@@ -1,49 +1,34 @@
|
|||||||
services:
|
services:
|
||||||
v_ashtonia:
|
|
||||||
image: ghcr.io/beardedio/terraria:latest
|
|
||||||
ports:
|
|
||||||
- '7586:7777'
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- world=The_Unexplored_Pasture.wld
|
|
||||||
volumes:
|
|
||||||
- /home/jashton/terraria/config:/config
|
|
||||||
tty: true
|
|
||||||
stdin_open: true
|
|
||||||
ashtonia:
|
|
||||||
image: jacobsmile/tmodloader1.4:latest
|
|
||||||
ports:
|
|
||||||
- '7495:7777'
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- TMOD_SHUTDOWN_MESSAGE=Goodbye!
|
|
||||||
- TMOD_AUTOSAVE_INTERVAL=15
|
|
||||||
- TMOD_AUTODOWNLOAD=2824688072,2824688266,2669644269,2619954303,2687866031,2827634634,3478100653,2562922612,3462956119,3436130213
|
|
||||||
- TMOD_ENABLEDMODS=2824688072,2824688266,2669644269,2619954303,2687866031,2827634634,3478100653,2562922612,3462956119,3436130213
|
|
||||||
- TMOD_MOTD=Welcome to Ashtonia I.
|
|
||||||
- TMOD_PASS=@pples2@pples
|
|
||||||
- TMOD_MAXPLAYERS=16
|
|
||||||
- TMOD_WORLDNAME=Safe_Fold_of_Beenades
|
|
||||||
volumes:
|
|
||||||
- $HOME/terraria/data:/data
|
|
||||||
tty: true
|
|
||||||
stdin_open: true
|
|
||||||
nps_mc:
|
nps_mc:
|
||||||
image: itzg/minecraft-server:latest
|
image: itzg/minecraft-server:latest
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
|
- "24454:24454/udp"
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
TYPE: "NEOFORGE"
|
TYPE: "NEOFORGE"
|
||||||
MEMORY: "4096M"
|
MEMORY: "10000M"
|
||||||
TZ: "America/Denver"
|
TZ: "America/Denver"
|
||||||
DIFFICULTY: "3"
|
DIFFICULTY: "3"
|
||||||
FORCE_GAMEMODE: "true"
|
FORCE_GAMEMODE: "true"
|
||||||
SEED: "440966437063949288"
|
SEED: "4499612627314820176"
|
||||||
LEVEL: "NPSCraft"
|
LEVEL: "NPSCraft"
|
||||||
VERSION: "1.21.1"
|
VERSION: "1.21.1"
|
||||||
|
WHITELIST: |
|
||||||
|
quaxlyqueen
|
||||||
|
jascovawich
|
||||||
|
qwed09
|
||||||
|
hasuku_ce
|
||||||
|
nierly
|
||||||
|
invokirex
|
||||||
|
exact_noah
|
||||||
|
hyperdrifterman
|
||||||
|
na1ts1rhc_
|
||||||
|
OPS: |
|
||||||
|
quaxlyqueen
|
||||||
CURSEFORGE_FILES: |
|
CURSEFORGE_FILES: |
|
||||||
https://www.curseforge.com/minecraft/mc-mods/servercore/files/6390848
|
servercore
|
||||||
lithium
|
lithium
|
||||||
leaves-be-gone
|
leaves-be-gone
|
||||||
tectonic
|
tectonic
|
||||||
@@ -52,7 +37,7 @@ services:
|
|||||||
entityculling
|
entityculling
|
||||||
lithostitched
|
lithostitched
|
||||||
puzzles-lib
|
puzzles-lib
|
||||||
https://www.curseforge.com/minecraft/mc-mods/chunky-pregenerator-forge/files/6383261
|
chunky-prefenerator-forge
|
||||||
apotheosis
|
apotheosis
|
||||||
placebo
|
placebo
|
||||||
jade
|
jade
|
||||||
@@ -61,15 +46,26 @@ services:
|
|||||||
apothic-spawners
|
apothic-spawners
|
||||||
apothic-enchanting
|
apothic-enchanting
|
||||||
apothic-combat
|
apothic-combat
|
||||||
https://www.curseforge.com/minecraft/mc-mods/better-combat-by-daedelus/files/6992930
|
better-combat-by-daedelus
|
||||||
jei
|
jei
|
||||||
simple-voice-chat
|
simple-voice-chat
|
||||||
sophisticated-backpacks
|
sophisticated-backpacks
|
||||||
|
sophisticated-storage
|
||||||
sophisticated-core
|
sophisticated-core
|
||||||
https://www.curseforge.com/minecraft/mc-mods/waystones/files/6976678
|
waystones
|
||||||
https://www.curseforge.com/minecraft/mc-mods/balm/files/7087416
|
balm
|
||||||
cloth-config
|
cloth-config
|
||||||
playeranimator
|
playeranimator
|
||||||
|
curios
|
||||||
|
waystones
|
||||||
|
sound-physics-remastered
|
||||||
|
comforts
|
||||||
|
lootr
|
||||||
|
deeperdarker
|
||||||
|
fast-leaf-decay
|
||||||
|
serene-seasons
|
||||||
|
glitchcore
|
||||||
|
nullscape
|
||||||
CF_API_KEY: "$$2a$$10$$eR7Ey07LzD6J13mkk892X.lDAzm8Q4mR9MQKc6JGG1j7k/KHk5Goe"
|
CF_API_KEY: "$$2a$$10$$eR7Ey07LzD6J13mkk892X.lDAzm8Q4mR9MQKc6JGG1j7k/KHk5Goe"
|
||||||
MODRINTH_PROJECTS: |
|
MODRINTH_PROJECTS: |
|
||||||
better-trees
|
better-trees
|
||||||
|
|||||||
Reference in New Issue
Block a user