Can anyone help me setup a compose for this modpack? #3769
Unanswered
Rubyzillaaa
asked this question in
Q&A
Replies: 1 comment
-
|
What is UNsV-1U_ ? Please provide a link. And actually, that link is what you should have set in CF_PAGE_URL instead of cobblemon. Was that intended? Wow, why are all those files listed in CURSEFORGE_FILES? The point of modpacks is that they include the mods needed. I'm afraid the setupmc tool may not be doing a great job at giving people the info to understand the point of the modpack variables. Read more here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am stupid, I don't have time to figure out how to get this server stuff to work without any errors or conflicts. Could someone ELI5 on how I can get this modpack UNsV-1U_ (in curse forge) into a compose (I was trying to use (https://setupmc.com/java-server/) and it just work with no issues or show me how it's supposed to look. This is the current compose I made (I know it sucks)
Generated by setupmc.com on 2025-11-22T02:37:18.995Z
services:
mc:
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
TYPE: "FABRIC"
VERSION: "1.21.1"
CF_PAGE_URL: "https://www.curseforge.com/minecraft/mc-mods/cobblemon/files/6125079"
CF_API_KEY: "$$2a$$10$$IfRa4u3aYyfC29553L/gxupiGHiG4.1bX6xJz8OgPWaxLcR9xKSjq"
MEMORY: "36864M"
MAX_PLAYERS: "15"
TZ: "America/New_York"
ENABLE_COMMAND_BLOCK: "true"
LEVEL: "EGUMon"
CURSEFORGE_FILES: |-
mns-moogs-nether-structures
better-archeology
cobblemon-capture-xp
mmv-moogs-missing-villages
moogs-voyager-structures
loot-integrations-better-archeology
almanac-lib
moogs-structure-lib
loot-integrations
moogs-end-structures
loot-integrations-formations-overworld-nether
cobblemon-tim-core
cobblemon-playerxp
yung-structures-addon-for-loot-integrations
cobblemon-more-sparkles
recipe-essentials-forge-fabric
vanilla-loot-addon-for-loot-integrations
cobblemon-unchained
mss-moogs-soaring-structures
loot-integrations-moogs-voyager-soaring-end-nether
youre-in-grave-danger
what-are-they-up-to
cobblemon-trainer-structures
cobblemon-badgebox
simpletms-tms-and-trs-for-cobblemon
coroutil
carry-on
formations-nether
cobblemon-delight
formations-overworld
cobbleverse-badges
cobblemon-size-variations
farmers-delight-refabricated
enchanted-vertical-slabs
accessories-cc-layer
cupboard
cobblemore-lib
cobblemon-ride-on
my-nethers-delight-refabricated
backpacked
cobbledollars
formations
cobblemon-box-link
double-slabs
plushie-buddies
emi-loot
patchouli-fabric
poke-clothing
bookshelf
crate-delight-fabric
cobblemon-counter
krypton
prickle
cobblemon-smartphone
berry-pouch
cobblemon-pokenav
cobblefurnies
cobblemon-show-held-items
cobblemon-spawn-notification
cobblemon-safepastures
cobblepedia
open-loader
fabric-api
cobblemon
framework
architectury-api
accessories
resourceful-config
geckolib
athena
pommel-held-item-models
fzzy-config
trinkets
polymer
forge-config-api-port-fabric
forge-config-api-port-fabric
owo-lib
fabric-language-kotlin
cloth-config
emi
cobblefurnies
recipe-essentials-forge-fabric
MODRINTH_PROJECTS: |-
cobblemon-mega-showdown
MODRINTH_DOWNLOAD_DEPENDENCIES: "required"
volumes:
- "./data:/data"
Beta Was this translation helpful? Give feedback.
All reactions