Skip to content

Commit

Permalink
Add 1_20 datapack, add explorify for backward compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
justmangoou committed Jan 28, 2023
1 parent 5cddd42 commit 90e95a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ services:
- "25565:25565"
environment:
# Whitelist
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-b49bfdfa964,2440be0d-38a6-4759-a907-f6422d1dbc42,b2a12a5e-e49e-4c94-9ccc-e7a162f51e8a"
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"
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"
Expand All @@ -32,6 +34,7 @@ services:
SYNC_CHUNK_WRITES: true
SIMULATION_DISTANCE: 8
ENFORCE_SECURE_PROFILE: false
MOTD: "MangoPlex SMP"
# Server JVM options
MEMORY: 4G
ENABLE_ROLLING_LOGS: true
Expand Down

0 comments on commit 90e95a7

Please sign in to comment.