Skip to content

Commit

Permalink
Bring back mine-treasure
Browse files Browse the repository at this point in the history
  • Loading branch information
justmangoou committed Jan 29, 2023
1 parent 90e95a7 commit db0b2d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ services:
WHITELIST: "05f9e15f-4ed3-4ecd-b7f7-b9ad1f0a8e58,88abe932-7628-4636-937f-1549a9dc4993,ea56242b-d809-407d-991a-09db0ee7a660,19469d5c-3619-4ca9-b4a7-e002df05ae70,c7df62f1-e10a-4151-a2af-c3def82b1b8f,3c1306b6-3604-46e4-9bbf-b49bfdfa9643,2440be0d-38a6-4759-a907-f6422d1dbc42,b2a12a5e-e49e-4c94-9ccc-e7a162f51e8a"
# Mods and datapacks
VANILLATWEAKS_SHARECODE: "dWuZTL,d4Xleu"
DATAPACKS: "https://cdn-raw.modrinth.com/data/HSfsxuTo/versions/kn0j4TYn/explorify-1.19-1.3.0.zip"
DATAPACKS: "https://cdn-raw.modrinth.com/data/HSfsxuTo/versions/kn0j4TYn/explorify-1.19-1.3.0.zip,https://cdn-raw.modrinth.com/data/5y2R1ofr/versions/FvKsx2Xt/mine-treasure-1.1.4.zip"
INITIAL_ENABLED_PACKS: "update_1_20,bundle,fabric"
MODRINTH_PROJECTS: "fabric-api,alternate-current,c2me-fabric,ferrite-core,krypton,lithium,memoryleakfix,starlight,spark,no-chat-reports,terra,fallingtree,apollos-additional-structures"
MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES: false
MODRINTH_ALLOWED_VERSION_TYPE: "alpha"
MODS: "https://github.com/MangoPlex/smp/releases/latest/download/mangoplex-smp-mc${minecraftVersion}.jar"
# Auto-execute RCON commands
RCON_CMDS_STARTUP: |-
scoreboard players set in mt.common_chance 2200
scoreboard players set in mt.rare_chance 11000
scoreboard players set in mt.epic_chance 36000
scoreboard players set in mt.legendary_chance 2147483647
gamerule disableElytraMovementCheck true
gamerule playersSleepingPercentage 50
# Server version
Expand Down

0 comments on commit db0b2d7

Please sign in to comment.