modrinth docker not working

cannot figure out why docker-mc-server is trying to use the forge loader in trying to load fabric mc mods from modrinth. did I format it really badly? i'm using fabric on itzg/minecraft-server
No description
37 Replies
Admincraft Meta
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by goner5#0
AeonRemnant
AeonRemnant2w ago
Pretty sure you need to use the modIDs instead of names.
Goner5
Goner5OP2w ago
oh fun did not work even with mod IDs apperently?
AeonRemnant
AeonRemnant2w ago
Oh wait. What version is the server supposed to be set to?
Goner5
Goner5OP2w ago
server jar is 1.21.3
AeonRemnant
AeonRemnant2w ago
Add VERSION: "1.21.3" to environment.
Goner5
Goner5OP2w ago
Ok
Goner5
Goner5OP2w ago
did not work
No description
Goner5
Goner5OP2w ago
same error
AeonRemnant
AeonRemnant2w ago
Paste the log output here.
Goner5
Goner5OP2w ago
except this time we have this
No description
AeonRemnant
AeonRemnant2w ago
And the Compose.
Goner5
Goner5OP2w ago
wdym by compose you mean the yml?
AeonRemnant
AeonRemnant2w ago
Yes.
Goner5
Goner5OP2w ago
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.3"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
TYPE: CUSTOM
CUSTOM_SERVER: /data/server.jar
INIT_MEMORY: 1G
MAX_MEMORY: 6G
USE_AIKAR_FLAGS: "TRUE"
MODRINTH_PROJECTS: "D0sHdnXY, P7dR8mSH, Ha28R6CL, 8dI2tmqs, wKko>
restart: unless-stopped
volumes:
# attach the relative directory 'data' to the container's /data >
- /etc/minecraft/tgosf:/data

[ Read 21 lines ]
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.3"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
TYPE: CUSTOM
CUSTOM_SERVER: /data/server.jar
INIT_MEMORY: 1G
MAX_MEMORY: 6G
USE_AIKAR_FLAGS: "TRUE"
MODRINTH_PROJECTS: "D0sHdnXY, P7dR8mSH, Ha28R6CL, 8dI2tmqs, wKko>
restart: unless-stopped
volumes:
# attach the relative directory 'data' to the container's /data >
- /etc/minecraft/tgosf:/data

[ Read 21 lines ]
sudo docker logs -f downloads-mc-1
[init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x. 1 1000 1000 556 Jan 12 09:02 /data'
[init] Resolving type given CUSTOM
[mc-image-helper] 09:02:36.982 ERROR : Invalid parameter provided for 'modrinth' command: No files are available for the project 'Inv View' for loader forge and Minecraft version 1.21.3
sudo docker logs -f downloads-mc-1
[init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x. 1 1000 1000 556 Jan 12 09:02 /data'
[init] Resolving type given CUSTOM
[mc-image-helper] 09:02:36.982 ERROR : Invalid parameter provided for 'modrinth' command: No files are available for the project 'Inv View' for loader forge and Minecraft version 1.21.3
AeonRemnant
AeonRemnant2w ago
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.3"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
TYPE: FABRIC
CUSTOM_SERVER: /data/server.jar
INIT_MEMORY: 1G
MAX_MEMORY: 6G
USE_AIKAR_FLAGS: "TRUE"
MODRINTH_PROJECTS: "D0sHdnXY,P7dR8mSH,Ha28R6CL,8dI2tmqs"
restart: unless-stopped
volumes:
- /etc/minecraft/tgosf:/data
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.3"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
TYPE: FABRIC
CUSTOM_SERVER: /data/server.jar
INIT_MEMORY: 1G
MAX_MEMORY: 6G
USE_AIKAR_FLAGS: "TRUE"
MODRINTH_PROJECTS: "D0sHdnXY,P7dR8mSH,Ha28R6CL,8dI2tmqs"
restart: unless-stopped
volumes:
- /etc/minecraft/tgosf:/data
Goner5
Goner5OP2w ago
oh i just realized some stuff got cut off by nano whatever so change type to fabric?
AeonRemnant
AeonRemnant2w ago
The formatting for MODRINTH_PROJECTS is what I changed.
Goner5
Goner5OP2w ago
Oh
AeonRemnant
AeonRemnant2w ago
Oh wait you're running Forge, aren't you?
Goner5
Goner5OP2w ago
no, fabric
AeonRemnant
AeonRemnant2w ago
Ah. Yeah that's fine then.
Goner5
Goner5OP2w ago
Wait changing the type ot fabric worked what thehell
AeonRemnant
AeonRemnant2w ago
👍
Goner5
Goner5OP2w ago
Nvm
AeonRemnant
AeonRemnant2w ago
?
Goner5
Goner5OP2w ago
had another crash, but the mods loaded so i guess I fixed the issue?
AeonRemnant
AeonRemnant2w ago
Idk show me the crash.
Goner5
Goner5OP2w ago
think that's it? oh it's still processing
AeonRemnant
AeonRemnant2w ago
Cool.
Goner5
Goner5OP2w ago
why is discord processing the file it's a 80b file 😭
Goner5
Goner5OP2w ago
Pastebin
log - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Admincraft Meta
Pastebin is blocked in some countries
Requested by goner5
Goner5
Goner5OP2w ago
that's the log, idk if it'll help but crash reports apperently aren't generating from ym server
AeonRemnant
AeonRemnant2w ago
Modernfix is goofy and broken.
Goner5
Goner5OP2w ago
ah wait I thought I excluded it from the set, weird maybe it was in the original folder seems to have worked, thanks for the help
Admincraft Meta
Closed post!
Your post has been marked as solved!
Requested by goner5#0

Did you find this page helpful?