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
Admincraft Meta3mo ago
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
AeonRemnant3mo ago
Pretty sure you need to use the modIDs instead of names.
Gooner5
Gooner5OP3mo ago
oh fun did not work even with mod IDs apperently?
AeonRemnant
AeonRemnant3mo ago
Oh wait. What version is the server supposed to be set to?
Gooner5
Gooner5OP3mo ago
server jar is 1.21.3
AeonRemnant
AeonRemnant3mo ago
Add VERSION: "1.21.3" to environment.
Gooner5
Gooner5OP3mo ago
Ok
Gooner5
Gooner5OP3mo ago
did not work
No description
Gooner5
Gooner5OP3mo ago
same error
AeonRemnant
AeonRemnant3mo ago
Paste the log output here.
Gooner5
Gooner5OP3mo ago
except this time we have this
No description
AeonRemnant
AeonRemnant3mo ago
And the Compose.
Gooner5
Gooner5OP3mo ago
wdym by compose you mean the yml?
AeonRemnant
AeonRemnant3mo ago
Yes.
Gooner5
Gooner5OP3mo 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
AeonRemnant3mo 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
Gooner5
Gooner5OP3mo ago
oh i just realized some stuff got cut off by nano whatever so change type to fabric?
AeonRemnant
AeonRemnant3mo ago
The formatting for MODRINTH_PROJECTS is what I changed.
Gooner5
Gooner5OP3mo ago
Oh
AeonRemnant
AeonRemnant3mo ago
Oh wait you're running Forge, aren't you?
Gooner5
Gooner5OP3mo ago
no, fabric
AeonRemnant
AeonRemnant3mo ago
Ah. Yeah that's fine then.
Gooner5
Gooner5OP3mo ago
Wait changing the type ot fabric worked what thehell
AeonRemnant
AeonRemnant3mo ago
👍
Gooner5
Gooner5OP3mo ago
Nvm
AeonRemnant
AeonRemnant3mo ago
?
Gooner5
Gooner5OP3mo ago
had another crash, but the mods loaded so i guess I fixed the issue?
AeonRemnant
AeonRemnant3mo ago
Idk show me the crash.
Gooner5
Gooner5OP3mo ago
think that's it? oh it's still processing
AeonRemnant
AeonRemnant3mo ago
Cool.
Gooner5
Gooner5OP3mo ago
why is discord processing the file it's a 80b file 😭
Gooner5
Gooner5OP3mo 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
Admincraft Meta3mo ago
Pastebin is blocked in some countries
Requested by goner5
Gooner5
Gooner5OP3mo ago
that's the log, idk if it'll help but crash reports apperently aren't generating from ym server
AeonRemnant
AeonRemnant3mo ago
Modernfix is goofy and broken.
Gooner5
Gooner5OP3mo 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
Admincraft Meta3mo ago
Closed post!
Your post has been marked as solved!
Requested by goner5#0

Did you find this page helpful?