Replies: 5 comments 7 replies
-
Sorry, for the confusion with SETUP_ONLY. I had accidentally left that there from testing. Normally you just don't include that variable. (That option is for non-docker users that just want to leverage the setup logic) As for the issue with v26 I would need to see some logs. In general though, this is something that the modpack publisher should really help with since they are not designating mod client/server applicability correctly. |
Beta Was this translation helpful? Give feedback.
-
Hi itzg, amazing!! - Thank you so much, absolute legend for this and the entire project. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm an absolute beginner when it comes to NAS and Docker. I've managed to download the docker-compose.yml file from the docker-minecraft-server/examples/bmc4 directory and set up the server. The server appears to start up fine, and everything seems to be in order so far. owever, when I try to connect to the server using the CurseForge Launcher v26, my screen freeze during the encrypting. services: volumes: #Minecraft server properties Appreciate any help. |
Beta Was this translation helpful? Give feedback.
-
Hi, Bring that memory down to 4G and try again, that's the easiest thing to try. More memory is not always better in MC servers. It could be a client / server modpack issue. I had issues as I was using an existing world that was made in curse forge. I switched to curse forge and it's been rock solid since. Double check and reinstall the BMC4 MODRINTH launcher and modpack, make sure you use the MODRINTH modpack and not the curse forge one for your client. they are not quite the same. Good luck! |
Beta Was this translation helpful? Give feedback.
-
I'm stuck at encrypting when joining the server. Using the bmc4 docker-compose.yml as is, downloaded BMC4 in Modrinth, and launching with Modrinth. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Thank you for th efforts in putting this all together and maintaining everything.
1/2 - Noob question, but am I correct in thinking you run the compose once with SETUP_ONLY as true and then again with false? I assume so as I got the example yaml from here, bmc4 working, though I could not connect with the client as it's default is V4 and my client is v26 (and forge, but apparently that should be fine). I hope to move my v26 world in once it's working.
If I change MODRINTH_VERSION to v26 however it fails to start the server, ending with "Done". I have chnaged as little as possible and my compose looks like this:
services:
mc:
image: itzg/minecraft-server
environment:
EULA: true
TYPE: MODRINTH
MEMORY: 4G
MODRINTH_MODPACK: better-mc-forge-bmc4
MODRINTH_VERSION: v26 # changed to 26
MODRINTH_FORCE_SYNCHRONIZE: true
MODRINTH_EXCLUDE_FILES: |
citresewn
oculus
yungsmenutweaks
notenoughanimations
ryoamiclights
euphoriapatcher
entity_model_features
entity_texture_features
3dskinlayers
MODRINTH_OVERRIDES_EXCLUSIONS: |
mods/NekosEnchantedBooks-.jar
mods/citresewn-.jar
DEBUG: true
SETUP_ONLY: true
volumes:
- /mnt/cache/mineserv:/data # Changed to my path
ports:
- "25565:25565"
Am I missing something, if not maybe the excluded files/overrides need updating, but not sure how would I go about doing this? if nothing else does anyone have a working compose for v26 based on MODRINTH or autoforge?
Appreciate any help you can offer.
Beta Was this translation helpful? Give feedback.
All reactions