Skip to content

Commit

Permalink
examples: updated BMC4 for v32.5 (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Oct 5, 2024
1 parent d0a3ee3 commit 34187ad
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions examples/bmc4/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
services:
mc:
image: itzg/minecraft-server:java17
image: itzg/minecraft-server
environment:
EULA: true
TYPE: MODRINTH
MEMORY: 4G
MODRINTH_MODPACK: better-mc-forge-bmc4
MODRINTH_VERSION: v28
MOD_PLATFORM: MODRINTH
MODRINTH_MODPACK: https://modrinth.com/modpack/better-mc-forge-bmc4/version/v32.5
MODRINTH_EXCLUDE_FILES: |
XaeroPlus
XaerosWorldMap
MODRINTH_OVERRIDES_EXCLUSIONS: |
mods/NekosEnchantedBooks-*.jar
mods/citresewn-*.jar
volumes:
- data:/data
**/datapacks/BE_default_endgen_fix*
MODRINTH_FORCE_SYNCHRONIZE: true
MEMORY: 4G
ports:
- "25565:25565"

volumes:
data: {}
# declare /data volume mapping as desired
# volumes:
# - ./data:/data

0 comments on commit 34187ad

Please sign in to comment.