#👽︱game-support

1 messages · Page 188 of 1

autumn agate
#

k will try

last parcel
#

instructions say how to use both, please read them

autumn agate
#

Thanks by the way so just optifine isnt really possible within curse forge?

last parcel
#

it's an issue with optifine. nothing to do with curseforge

autumn agate
#

gotcha

spring shard
#

um, why cant I find the default fence gate texture (oak) in the games texture file?

#

please help 😐

coarse elm
#

it uses the plank texture. Look at the block state file for what texture it uses

spring shard
#

so i cant edit just the fence gate?

coarse nest
#

You would have to change the texture references in the model file

spring shard
#

ugh. idk how to do that so instead of doing that is there anything that has no collision other than a fence gate that you can place a item frame on?

coarse nest
#

the model file is here: version.jar\assets\minecraft\models\block\wood_fence_gate.json where wood is the wood type. (like oak)
You can copy that file over and change the texture to smthn else: "texture": "minecraft:block/acacia_planks". This can refer to any texture file

spring shard
#

Im sorry but im kind of confused how would i make that only affect the fence gate without it affecting the plank texture too?

coarse nest
#

this is the model file for the acacia fence gate: json { "parent": "minecraft:block/template_fence_gate", "textures": { "texture": "minecraft:block/acacia_planks" } }
Copy that into your resource pack and change the texture part to a different one, such as dirt: json { "parent": "minecraft:block/template_fence_gate", "textures": { "texture": "minecraft:block/dirt" } }
(You can even put a custom texture, such as minecraft:block/fibblebob, which would be a fibblebob.png file in your resource pack at the path resource_pack/assets/minecraft/block/fibblebob.png

spring shard
#

also for me there is only "armor" in assets\minecraft\textures\models

coarse nest
#

its assets/minecraft/models

spring shard
#

yea, i go into the models folder and there is only "armor"

#

oh wait

#

nvm lol

#

hm... ok

#

so basically im just copying the texture code but it overwrites the fence gate without effecting the plank texture as well?

spring shard
#

oooohh ok i think i get it now
thanks so much

spring shard
#

uh i have all the files just like any other resourcepack compressed into a zip file in my resourcepack folder and its not even showing up for me in my list of resourcepacks

#

im so confused :c

waxen pine
#

Double check resource pack file requirements?

#

Dammit lol. Sorry don't know how to disable html link stuff on muh phone

soft edge
#

so im having an issue where players connecting to my game have incorrect block rendering'

#

should clarify this is on the fabric modloader

coarse nest
#

Tell them to remove optifine, sodium and any other performance mods

soft edge
#

would that be causing it?

#

we both have sodium and it only renders as a different block on their end

coarse nest
#

Yes. Most performance mods mess with rendering and are incompatible with some other mods

soft edge
#

okay

#

is there any workarounds you know of?

#

i ask because they need sodium just to get 20 fps

waxen pine
#

If that's true then sodium is being used as a crutch, not as a solution

soft edge
#

that is fair

waxen pine
#

Check to see if sodium is loaded as the latest version in standalone mod form or if using one packaged in a mod that is outdated

#

Check mods folder for a sodium.jar

spring shard
stone egret
#

i cant join or have someone join my custom modpack over lan, but we can use official modpacks just fine. is this a 1.18 issue or is something wrong with custom packs

spring shard
#

aaaand... it didnt change the fence gate at all

waxen pine
#

Nice

waxen pine
#

You just reminded me to remove the lan button from my modpack, thanks lol

stone egret
#

sheesh glad something good came of it

waxen pine
#

Ye either create a server pack or find a modpack with server pack published, of has server running that is public

soft edge
stone egret
#

bothersome, it used to work just fine without that before.

soft edge
#

some specific problems, copper ore is shown as waterlogged blue candles, and dripstone is shown as waterlogged waxed weathered copper stair corner, and mineshaft air is shown as cyan glazed terracotta

#

changing the mods installed has an effect on what gets replaced and what block replaces it

#

in "vanilla" (only mods being sodium and fabric API) bamboo is grey glazed terracotta

waxen pine
#

Is this bleeding edge 1.18.1 files?

soft edge
#

the correct item drops if mined, the incorrect rendering only affects items in the world

#

this is 1.18

#

i chose to use 1.18 rather than 1.18.1 since it had more mods available in the curseforge launcher

waxen pine
#

Everything 1.18 or 1.18.1 is in flux right now. Nothing is stable and nailed down yet

#

You can do the mc-installfix to purge and redownload the core MC files, and try redoing your pack if you want

soft edge
#

okay

spring shard
#

both files are in the resourcepacks assets folder

dawn pulsar
#

Can someone help me this happens then it crashes my game

#

heres my logs

coarse nest
coarse nest
# dawn pulsar

This file: easy_villagers-server.toml in the worlds serverconfig folder is open in another program or you have another instance of mc open

dawn pulsar
#

i have no other minecraft opend

spring shard
coarse nest
dawn pulsar
#

Ok I just did

coarse nest
spring shard
#

uh ok? i tried it again instead of completely transparent its completely black

#

what file format is transparency compatible?

coarse nest
#

png, png is also the only one mc accepts

spring shard
#

what? so i cant make it transparent?

coarse nest
#

You can. What program are you making it in?

spring shard
coarse nest
#

Huh. That should work

spring shard
#

i used the magic wand and deleted the color so everything is in checked boxes telling me its completely invisible

coarse nest
#

huh

#

the fence post may not support transperancy

spring shard
#

wtf? seriously?

coarse nest
#

lemme try

dawn pulsar
#

it is still happening

coarse nest
#

Do you have an antivirus or a program like onedrive running in that folder?

dawn pulsar
#

idk

coarse nest
#

Try delete the file easy_villagers-server.toml

dawn pulsar
#

wait so delete the mod?

coarse nest
#

no

#

the config file

spring shard
#

im going through my resourcepacks and somehow one of them uses a transparent texture and its a png file as well but that one works wtf is going on here?

dawn pulsar
#

i don't know how to do that

spring shard
coarse nest
#

Go to yes\saves\REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE\serverconfig\easy_villagers-server.toml and delete the file

dawn pulsar
#

ok

coarse nest
#

@spring shard figured it out, just replace the model file with one that only contains this: {}
No textures needed!

spring shard
#

no textures needed?

coarse nest
#

Yeah, if you don't define a model (just leave a pair of empty {} brackets) its invisible. It does put a message to the log, but imo that doesn't matter

spring shard
#

😮 Holy shit it works now! Thank you so much!

#

😄

dawn pulsar
#

so i accedently removed the mod and re added it

#

before you said don't

coarse nest
#

Nah. way too much work. Ill leave that to people like Clay 😅

grand kraken
#

lol

sonic fulcrum
#

why are my leaves like that

coarse nest
#

turn on fancy graphics

#

or disable the bushy leaves texture pack

sonic fulcrum
#

ahh

#

worked ty

#

smart worked

autumn agate
#

Hello, currently I will start playing with Mods, I downloaded a few of some YouTube Videos approximately +20 mods, but I have a Problem that the interface of the menu, the bar and the inventory are totally Invisible
When I open the inventory, the only thing that is seen is my flow and this happens with the menu, if someone could tell me what would be the problem or the mod that conflicts, I would appreciate it a lot

coarse nest
#

maybe try press the F1 key on your keyboard

#

Also try remove optifine, that often messes with rendering

subtle hazel
#

I'm safe from the vulnerability if I only play singleplayer with Forge?

#

sorry if wrong channel

waxen pine
subtle hazel
#

how do I check that?

waxen pine
#

by doing what the announcement says?

subtle hazel
#

oh ok sorry bad at reading + a bit distracted

sonic fulcrum
#

now this happend

#

any help?

coarse nest
#

You are using a resource pack thats messing with the font

#

or lang files

#

remove your resource packs and re add them to see whats causing the issue

#

If that doesn't work it may be a mod with an embedded resource pack, try removing mods till it works if that is the case

sonic fulcrum
#

its not resource pack

#

idk what it is

#

how would i find out if a mod has embedded

waxen pine
#

by removing mods. junk like this is why creating a modpack takes a fair amount of effort. you'd get faster results if you build whatever you're doing 1 mod / thing at a time and seeing if everything works or not

kind dew
#

yknow what takes more effort to make a modpack? a mod

waxen pine
#

Of course, I'm just setting the bar low ;)

grave onyx
#

I'm not sure whether to post here or in #🔥︱curseforge-support, but trying to connect to a LAN session for Minecraft with partner; we are both on the same network, router ports are open as appropriate, are using the same Forge version, firewall is set to allow as needed, and same modpack version, but everytime they try to connect we get this error:

#

wat do?

last parcel
#

looks like you dont have forge loaded

grave onyx
#

guess I should have specified: we both loaded the game through the CurseForge app launcher.

last parcel
#

curseforge isnt forge

#

you need to have the modpack installed clientside and serverside, the mods must match on both.

grave onyx
#

so running a LAN session is impossible, because you need a serverside client running Forge for two people to connect?

last parcel
#

whoever that screenshot came from wasnt using forge

grave onyx
#

so I have to add Forge from somewhere to the CurseForge app/launcher for both computers?

last parcel
#

you have to make a profile in the app that the mods get installed to. im honestly clueless with how you could be using the app currently and getting this error

coarse nest
#

if the install is corrupted the game sometimes launches only as vanilla

last parcel
#

guess that makes sense

#

?mc-installfix

golden muskBOT
#
  1. Click on the Minecraft Tab on the Left side of the CurseForge App.
  2. Click CFmenu button next to the Create Custom Profile option.
  3. Click CFrepair Repair Installation option.
  4. Play game.

NOTE: You will not lose any modpacks or worlds, These are saved in the Instances folder. DO NOT TOUCH THIS FOLDER OR YOU WILL LOSE EVERYTHING

last parcel
#

do that, then load the pack and try to connect again

#

..you are both using a modpack, yes?

grave onyx
#

both using the exact same modpack and version

#

got it

#

thanks all

high spade
#

hi i wanted to ask for help regarding minecraft that i can't even walk if someone can give me a hand i'm really happy

golden muskBOT
#
╰( ͡° ͜ʖ ͡° )つ──☆*:・゚ *˜”*°•.˜”*°• Many Help •°*”˜.•°*”˜* <:curselit:796985620550385705>

Please provide a description of your issue with as much detail as possible. If you have an issue with a mod or modpack, tell us the name. Explain what you can see happening. Be specific!

CFarrow_right Tell us what is happening, we already know it "doesn't work".
CFarrow_right Avoid using words like "it", tell us exactly what "it" is.
CFarrow_right Don't assume anyone knows what you are talking about, be specific.
CFarrow_right Tell us what you expected to happen.

Provide screenshots or video if possible.
Provide a log if possible. ?mc-log

obtuse lintel
#

I have a server with a friend and when I try to enter it indicates that a mod is missing, I look at the folder and it is not there, I add it and when I enter it again it indicates the same thing again, it seems that when I access the server or start minecraft that mod removes it and the one using the normal launcher doesn't have the problem, just me using the curse

coarse nest
#

try install it manually, second set of instructions below

#

!mc-installmods

golden muskBOT
#
How to install mods in CurseForge App.
  1. Click + Create Custom Profile
  2. Name it, select the required Minecraft version, select the Forge version (usually the highest number), click Create.
  3. Click the profile icon.
  4. Click Add More Content
  5. Search and install the desired mods.
  6. Start the game!
How to install mods not on CurseForge.
  1. Right click the profile picture or Open the profile and click the CFmenu Icon next to the play button.
  2. Click CFfolderOpen Folder.
  3. Drag the mod(s) into the mods folder. (Note: Some mods will require others, to run. Make sure to read the instructions for the mod!)
  4. Start the game!
obtuse lintel
#

I do that, I open the folder and always add the mod manually but it disappears as soon as I try to access the server, this has never happened to me

coarse nest
#

Whats the mod?

obtuse lintel
#

macaw fences

#

and 3 other people are playing without problem, but they do not use the curse

sonic fulcrum
#

why is this happening. it looks like stretched textures

acoustic idol
#

Are you using optifine or any other texture packs?

sonic fulcrum
#

nope

#

im using 1.18.1

coarse nest
#

Any performance mods at all?

sonic fulcrum
#

idk

#

ill look

dusty flame
#

make curse forge for road blocks

last parcel
#

what

still iris
#

My minecraft keeps freezing every time i do something, but i can still mine things and play it normally except for the fact its stuck on the last frame i saw before it happened

#

so its stuck on a frame and i can't play basically

eager falcon
#

@last parcel just a trolling idiot

eternal owl
#

So I made my own modpack and just tossed some mods from an old modpack I used to play in it, and I keep getting this screen whenever I launch it. Any ideas why?

coarse elm
#

remove memory tester

eternal owl
#

Ah, cheers!

tribal forum
#

scams

vast current
#

Ive made this modpack for me and anybody who wants to play it.

#

Though when I start up the game it crashes with no reason.

#

The only thing I get is "Error Code:0"

golden muskBOT
#
Error/Exit codes are useless. Follow these steps so someone can actually help you.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
vast current
#

what does this mean

#

fixed

#

once again

#

why did it crash?

#

what

coarse nest
#

Rats mischief is erroring

vast current
#

oh

#

hm

opal tide
#

Can someone help me with installing forge server?
doesnt matter what version I try, I get the same error
I have already tried uninstalling and reinstalling java

coarse nest
#

What is the error

opal tide
wild jewel
#

Show what you are starting please

opal tide
#

forge-1.12.2-14.23.5.2860-installer.jar

#

My AV is turned off, tried it with my firewall off, nothing works

gleaming dagger
#

i get over 200 fps but lagspikes every 2 seconds, i downloaded a mod called general disasters and deleted it then the problem started.
also it never crashes only lagspikes

#

and the sky is flickering black

wild jewel
#

Is that an old or a new world?

gleaming dagger
#

how long is old?

wild jewel
#

From before the mod was installed

gleaming dagger
#

if you mean i created it and started adding mods yeah

wild jewel
#

Did the world use the mod?

gleaming dagger
wild jewel
#

Then try a new world

gleaming dagger
#

ok

#

also biomes o plenty updated and i deleted it and reinstalled the older version

#

the lag is even worse on the new world....

eager raptor
#

How do I find out what mod is doing this

upbeat abyss
#

might help to share the link

coarse nest
#

!mc-logs

golden muskBOT
#
Sending logs for support.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
eager raptor
upbeat abyss
#

Apparently there is a bug with vanillafix where it needs to be loaded first, try renaming VanillaFix-1.0.10-150.jar to 000VanillaFix-1.0.10-150.jar

gleaming dagger
#

i get over 200 fps but lagspikes every 2 seconds, i downloaded a mod called general disasters and deleted it then the problem started.
also it never crashes only lagspikes
and the sky is flickering black

eager raptor
#

I was an idiot and I installed some more mods without backing up my game and vanilla flux isn't a mod that came with the pack

gleaming dagger
#

i made it? how do i reinstall it

#

also will the world get deleted if i did?

coarse nest
#

If you do not delete the old install the world will not be lost

gleaming dagger
#

wdym?

coarse nest
#

To reinstall it click create custom profile in the top and re-add the mods.
If there are too many mods then export and import the pack (!mc-packshare and !mc-installpack in #🟢︱user-bot-spam) selecting only the mods folder.

#

It will not overwrite the existing install

gleaming dagger
#

ok will do!

#

what about the world? do i abandon it?

coarse nest
#

Yes. It may be possible to recover it, however for now do not bother

gleaming dagger
#

aw man

blissful field
#

Bro is it just me or when I try to find the better minecraft modpack on aternos it isnt there?

wild jewel
#

Ask aternos?

blissful field
#

They said its either the creator of the mod pack or curse forge for not updating the server part of the files

#

I asked the creator and he said he did so i figured it was curse forge

wild jewel
#

Link the pack please

wild jewel
blissful field
#

Ok

#

what do i tell aternos?

eager raptor
#

I got my game to load. Went into the mod's folder and deleted any months added today

coarse nest
blissful field
#

Ok

#

Thanks for the help

gleaming dagger
wild jewel
#

What other mods did you add?

gleaming dagger
#

applied energistics 2

#

mowzie's mobs

#

astral sorcery, electroblob wizardry iron furnaces, and like 5 other mods

#

draconic evolution, extraspells, and reinstalled biomes o plenty

coarse nest
#

Start from nothing (or before you added any of those) then add one or two at a time, till the problem happens

gleaming dagger
#

wont that just break all the other mods?

#

i want to do it but its just not worth the effort

coarse nest
#

It wont break them if you make a new world each time.
And this is why modifying existing packs is not reccomended. If you do want to do it then you have to put in the effort

gleaming dagger
#

would do it later probably, thanks for the help tho!

vague coyote
#

Hello, im super new to the modpack scene, i was wondering how and where i put the scripts file i made? I already put the mods with the curseforge app
The game in question is mincraft

wild jewel
#

What scripts?

vague coyote
#

scripts like crafttweak that change game recipes

wild jewel
#

In the folder that they belong, those mods make their own folders for that

fleet obsidian
#

what’s the command for the list of 3rd party allowed mods in cf mc packs?

last parcel
#

?mc-3rdparty

golden muskBOT
#
Minecraft Modpack 3rd party

Mods not on CurseForge must be on the 3rd-party list to be included in modpacks uploaded to CurseForge. If a mod is not on this list it can't be included in the export of a modpack and must be removed before uploading. If you upload with a mod that isn't on this list the file will be rejected.

List of approved 3rd party mods:
https://docs.google.com/spreadsheets/d/176Wv-PZUo9hFxy6oC6N8tWdquBLPRtSuLbNK-r0_byM

fleet obsidian
#

tyty

coarse nest
#

You can run !mc- in #🟢︱user-bot-spam to get a list of all mc commands, or !commands to get a dump of command names dmed to you

prime edge
#

my wifi out but I wanna play my modpack

#

on minecraft

#

is there a way to do it

#

like maybe running the launcher from folder

#

or sumth

last parcel
#

no

prime edge
#

damn

#

that's so annoying

#

need internet to play singe player game

last parcel
#

welcome to 2010+

prime edge
#

I can run steam in offline mode

#

and it allowes me to play single player

last parcel
#

only if you know to set that up beforehand

#

you can also run modpacks offline, if you load them before you go offline

#

even the "new" minecraft launcher requires a connection to load now

prime edge
last parcel
#

it requires being online to do that at least

prime edge
last parcel
#

not sure why you're trying to be insulting

prime edge
#

insulting?

#

I'm trinna say

#

that u dont need to set up anything

#

on steam

last parcel
#

which is factually incorrect, since you need to be online on steam to enable offline mode.

prime edge
#

can I get a pic of that process

#

cuz I'm pretty sure u can rn just unplug ur internet and this chat box would appear

last parcel
#

disable offline mode on your steam, then disconnect from your internet and try to use it

prime edge
#

I'm not in offline mode

#

by choice

#

that's why I'm even here

#

my internet cut out

#

providers coming tomorrow to fix

#

I want to play my modpacks

#

I didnt click "go offline" on top left

#

I just opend a steam game and the previous chat message appear

last parcel
#

already told you you cant, so not sure what the point here is other than arguing over something you apparently dont understand

prime edge
#

I got that

#

I was just explaining the offline steam thing

#

alr imma head out

#

ty for the time

#

I found a way of doing it gg

wise isle
#

does anyone know how to get the lost infinity stones mod

obtuse lintel
#

I have a problem that I do not understand with minecraft, I am on a server with some friends and we all have the same mods installed but when I open minecraft it removes one of the mods, so I cannot access the server map, we have the same configuration and everything but only happens to me

#

Until now, something like this never happened to me

autumn agate
#

my server and my launcher has the exact same mod folder but when I try to join the server it says it isnt the same mod catalog or something

acoustic idol
#

Post your servers log called latest from the logs folder, also send your clients latest log

autumn agate
#

here?

acoustic idol
#

drag and drop the files here

autumn agate
#

I cant

acoustic idol
#

Too powerfull?

autumn agate
#

it just says upload failed

acoustic idol
#

For both files?

autumn agate
#

I started with latest

#

why do you need the latest logs

acoustic idol
#

They can give info on whats going on.

autumn agate
#

welp I cant send it

acoustic idol
#

Were you doing the one from the server OR the client first?

autumn agate
#

server

acoustic idol
#

How do you start your server?

autumn agate
#

by pressing start

last parcel
#

award for being as obtuse as possible?

#

just send your client log, it'll say which mods dont match

#

?mc-log

golden muskBOT
#
Sending logs for support.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
autumn agate
#

I got 2 debug logs

#

it just says "something went wrong, try again later"

last parcel
#

upload it to pastebin then and send a link

autumn agate
#

it just says that I dont have access to the file

last parcel
#

copy the file and paste it on your desktop

#

then drag it into discord

autumn agate
#

I cant

#

Im using filezilla

last parcel
#

for what reason?

autumn agate
#

idk I cant copy it, maybe telling my FTP client could help

last parcel
#

why do you need filezilla to get a file from your pc

autumn agate
#

its from the server

last parcel
autumn agate
#

how do I see that

last parcel
#

the instructions i sent directly after that

autumn agate
#

on cf or what

#

Im confused

#

sorry

last parcel
#

the instructions are for the curseforge app

#

now try to connect to the server, then send the log

autumn agate
#

huh I could connect now

#

alright ty

#

hello could i ask how the moderation system works ?

coarse elm
#

In what way?

last parcel
#

might help to provide more info. what mod, how do you know it's removed, what do you see?

obtuse lintel
#

the mod is mcw-fence and doors i have seen it disappear from the mods folder while the game started. Also the error has always been the same, I have done several tests, starting from curse and from the minecraft launcher. I only see that the mod disappears and that when accessing the server it indicates that this mod is not there, nothing else.

last parcel
#

got a log from when this happens?

obtuse lintel
#

I dont know

limpid vale
#

Hey so I have a mod that is decently successful as it has a few thousand downloads and lately for some reason the downloads have just stopped coming which personally doesn’t make sense since normally when I post a new file to it it gets downloads almost instantly and it’s been two days since it’s gotten any downloads which doesn’t make sense so personally I think either there’s something wrong and the downloads aren’t rendering or my mod pack isn’t even rendering for the public or if I’ve just completely fallen off do you have any idea why this is happening

#

I feel like this is a technical problem and I’m not sure what happened

last parcel
#

It's an issue with the CurseForge website. The downloads are still tracked on the backend and there will be no issue with point distribution. It's been a problem for years, eventually the count will catch up properly.

limpid vale
#

Ok thanks man have a nice day

shrewd flint
#

Hi!

#

I am having this issue when I would like to start my 1.18.1 forge (forge version: 39.0.5) server.

#

"The update manager reported a successful update, but ./Minecraft/ForgeMod.jar is missing."

last parcel
#

!mc-forge

golden muskBOT
last parcel
#

try there

shrewd flint
#

Thanks!

pure topaz
#

is rl craft RLCraft v2.9 out yet?
alot of ppl said its out but when i go to update it i just find V2.8.2

coarse elm
#

go look at the rlcraft project...

gray cosmos
#

my forge currently isnt working

#

is their any mods that can help?

golden muskBOT
#
Sending logs for support.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
wild jewel
#

@gray cosmos How about following rule 4

gray cosmos
#

i just need some help with my forge

wild jewel
#

Then show those logs

gray cosmos
#

what are logs

wild jewel
gray cosmos
#

i dont have a modpack profile

#

that isnt my issue

wild jewel
#

Then how did you install forge?

#

Then what is your issue?

gray cosmos
#

my forge just wont install

#

it wont recognise java

wild jewel
#

Then use curseforge to do it?

gray cosmos
#

thats what im talking about

#

can i just screen show the problem to u

wild jewel
#

No, post a screenshot

gray cosmos
#

?

wild jewel
#

That is not curseforge silly

golden muskBOT
#
Looking to install the CurseForge app?
<:windows:798410728188936222> Windows

Minimum Requirements:

  • OS Version: 7 (64 bit), 8.1, 10, 11
  • 64 bit Required.
  • 350MB storage space.
  • Microsoft .Net 4.8
  • Intel/AMD quad-core CPU
  • 8GB ram

Download: https://download.overwolf.com/install/Download?&PartnerId=4047

If you are having issues with the installer use the URL below to install Overwolf then go to the app store to download CurseForge.
https://content.overwolf.com/downloads/setup/latest/regular.html



<:mac:798410654418862130> Mac

Minimum Requirements:

  • OS Version 10.14 or newer.
  • 64 bit Required.

Download: https://curseforge.overwolf.com/downloads/curseforge-latest.dmg



:penguin: Linux

Minimum Requirements:
Yes.

Download: :person_shrugging:

gray cosmos
#

i have curseforge

wild jewel
#

You are not using it though

gray cosmos
#

i mean im trying to download a version of forge

#

not actuall curse forge

wild jewel
#

And I am telling you to use curseforge to do that instead

gray cosmos
#

how?

wild jewel
#

!mc-installmods

golden muskBOT
#
How to install mods in CurseForge App.
  1. Click + Create Custom Profile
  2. Name it, select the required Minecraft version, select the Forge version (usually the highest number), click Create.
  3. Click the profile icon.
  4. Click Add More Content
  5. Search and install the desired mods.
  6. Start the game!
How to install mods not on CurseForge.
  1. Right click the profile picture or Open the profile and click the CFmenu Icon next to the play button.
  2. Click CFfolderOpen Folder.
  3. Drag the mod(s) into the mods folder. (Note: Some mods will require others, to run. Make sure to read the instructions for the mod!)
  4. Start the game!
gray cosmos
#

this link

acoustic idol
#

This for a server or a clinet?

wild jewel
#

I know what you are trying to do

gray cosmos
#

server

#

can u help me

#

like step by step

#

just a bit confused ??

wild jewel
#

!mc-installserver

golden muskBOT
#
How to **manually** install a server - **On your own PC**
  1. Check if the modpack has a server pack, if it does: use that and skip below.
  2. Go to the Forge website http://files.minecraftforge.net/ and download the Installer for the forge version the pack is using.
  3. Run the installer and choose Install server. Do not install to your desktop. Also do not install inside a OneDrive folder.
  4. Run the server using the forge.jar. A file called eula.txt will be generated. Open it and change eula=false to eula=true
  5. From the Client; Copy the mods folder, config folder, and any other folders needed for the pack to work into the server folder. If the modpack has a server pack, use this instead!
  6. Run the server again.
  7. Port forward your machine if needed. (Google it)

Long version: https://pastebin.com/83DXfGTH

deep spindle
wild jewel
gray cosmos
#

how am i supposed to sdhow my problem then ?

wild jewel
#

I posted instructions for installing a server, you read

gray cosmos
#

this is what i need to install

#

and it isnt working

#

im not trying to download a server just this

wild jewel
#

You said that, did you follow all instructions I posted?

#

Well, you are installing it for a server aren't you 🤦‍♂️

gray cosmos
#

the instructions where for the wrong thing

wild jewel
gray cosmos
#

wrong word

vale turret
#

when he trys to follow the instructions it stops at 3 and this comes up

wild jewel
#

Then use the app if it is for a client 🤷‍♂️

vale turret
wild jewel
#

Don't talk for him

gray cosmos
#

hes my mate DW

vale turret
#

relax bro

gray cosmos
#

hes in VC with me

wild jewel
#

I am not gonna talk to 2 people for the same issue.

vale turret
#

fine

wild jewel
#

Is it for a client or server?

gray cosmos
#

no hes helping me i just am bad with words

vale turret
#

he is trying to download 1.16.5 forge version to join a server but he cant open it

wild jewel
#

Then use the curseforge app to install it instead, makes things a lot easier

gray cosmos
#

can u tell me how to download it in curse forge

wild jewel
#

Already did

deep spindle
wild jewel
#

Got a mod with the name spacex?

autumn agate
#

how can i install mods to my server?

wild jewel
#

!mc-installserver

golden muskBOT
#
How to **manually** install a server - **On your own PC**
  1. Check if the modpack has a server pack, if it does: use that and skip below.
  2. Go to the Forge website http://files.minecraftforge.net/ and download the Installer for the forge version the pack is using.
  3. Run the installer and choose Install server. Do not install to your desktop. Also do not install inside a OneDrive folder.
  4. Run the server using the forge.jar. A file called eula.txt will be generated. Open it and change eula=false to eula=true
  5. From the Client; Copy the mods folder, config folder, and any other folders needed for the pack to work into the server folder. If the modpack has a server pack, use this instead!
  6. Run the server again.
  7. Port forward your machine if needed. (Google it)

Long version: https://pastebin.com/83DXfGTH

deep spindle
wild jewel
gray cosmos
#

Tim u actually helped

#

thank u bro

deep spindle
#

ah ok ill try that

autumn agate
#

how can i install mods to my server?

last parcel
#

tried reading the answer you got already?

undone pawn
coarse nest
#

Phosphor doesn't like one of the other mods you have installed, it may be aether

#

So uninstall one

undone pawn
#

thank you so much i disabled the aether mod and i works

sacred marsh
#

Server crashed not sure why

last parcel
#
Details:
    Block location: World: (2601,11,2624)```
flowing lava?
gray cosmos
#

what should i do ??

#

is their anything i can do ?

gray cosmos
#

??

last parcel
#

Don't spam, and don't use other non-relevant channels just because you didn't get an answer here. #📛︱rules

gray cosmos
#

can uhelp me then

last parcel
#

Did I answer you?

gray cosmos
#

no the problem im having

#

do u know how to fix it

last parcel
#

Did I tell you how to fix it?

gray cosmos
#

no im asking if u can?

last parcel
#

If I haven't told you how to fix it, then I do not know how to fix it.

gray cosmos
#

do u know someone who can

last parcel
#

Let me activate my psychic mind reading probe.
One moment please.

gray cosmos
#

cheers

wild jewel
autumn agate
#

How does one empty a tinker smeltery

coarse nest
#

breaking the controller voids all liquids inside it.
You can use faucets on drains to pout out liquid into casting tables with casts in them, or tanks

waxen pine
#

You can also rig up a faucet with a pipe set to pull that leads to some thing that voids liquids. Ideally something you can have redstone activated and use a lever or pressure plate to activate. You can also do that to seared cauldrons or casting tables to suck out fluids you sent in by accident.

glossy brook
#

can anyone help me with something?

golden muskBOT
#
╰( ͡° ͜ʖ ͡° )つ──☆*:・゚ *˜”*°•.˜”*°• Many Help •°*”˜.•°*”˜* <:curselit:796985620550385705>

Please provide a description of your issue with as much detail as possible. If you have an issue with a mod or modpack, tell us the name. Explain what you can see happening. Be specific!

CFarrow_right Tell us what is happening, we already know it "doesn't work".
CFarrow_right Avoid using words like "it", tell us exactly what "it" is.
CFarrow_right Don't assume anyone knows what you are talking about, be specific.
CFarrow_right Tell us what you expected to happen.

Provide screenshots or video if possible.
Provide a log if possible. ?mc-log

fair whale
#

Hello! I am having an issue in curseforge where all the text from the game disappears. including item numbers [ there are more then one of several of the items in those images] as well as menus and books. Here is the zip file for my modlist , but I have no idea what could be causing this. It happens seemingly randomly, especially after interacting with something that might have text [Ie a book, or chests with a number of items in them]. Anyone have any idea what to do?

#

we are using 1.18.1 in the most recent forge version I think
39.0.3
also it should be noted we are doing this on a server, and all clients have optifine installed

waxen pine
#

problem with modpack > optifine loaded > remove optifine to check

fair whale
#

so just try removing optifine from clients?

waxen pine
#

your issue isn't with curseforge by the way, it's with minecraft / Forge

#

yes.

fair whale
#

ok because I did a lot of testing and couldn't figure out what the issue was with

#

imma test the optifine thing rn

waxen pine
#

it couljld also be inventory hud

#

also everything 1.18.1 related is quite unstable, untested, in progress still

fair whale
#

i tried disabling inventory hud and it didnt impact anythign

fair whale
#

oh im dumb

#

there is a minecraft section now

#

idk why the role add was so delayed

waxen pine
#

here is ok, the mc channels are better but this chan is for the bar-is-low crowd that don't get roles

fair whale
#

so if the optifine thing doesn't work what should be my next steps?

waxen pine
#

make a test profile and remove mods until you find the culprit?

#

the perils of modpack making

fair whale
#

ive tried that and nothing else seems to be working

#

i was eliminating them by 10s

waxen pine
#

make a blank profile and open it - if you can read text then it's one of your mods

limpid vale
#

Hey uh I have been having issues with the tissous zombie texture pack with the issue being the zombies are not loading properly they are supposed to be randomly chosen throughout like over 200 different zombie textures and for some reason it’s only loading as one texture with that being the default zombie texture for this texture pack also the baby zombies are the normal zombie texture and I was not having this issue before I updated my personal modpack. Any clue what might be wrong here?

coarse nest
#

You need optifine for those sorts of packs to work, that should be stated very clearly on the texture packs page

#

!mc-optifine

golden muskBOT
#
We do not offer support for Optifine!

If you have issues with Optifine, remove it. If you want further support try the discord found on their website.
https://www.optifine.net/home

Installing Optifine with modpacks on Curseforge:

  1. Right click the modpack icon, select Open Folder.
  2. Put the Optifine.jar into the mods folder.
  3. Now start the modpack.
limpid vale
#

Well optifine was installed

waxen pine
#

@dusky imp what is the issue

limpid vale
#

all of the zombies look the same and it should not be doing that

dusky imp
#

bro so im trying to set up a server on ateranos and it keeps saying that mymod list is out of date i change it and it still says the same thing so im lost

limpid vale
#

they should all look different

#

does anyone know whats wrong

waxen pine
#

What did you "update on your personal modpack"? So you changed something and it went from working to broken?

waxen pine
dusky imp
#

thats another problem ive run in to im not smart enough my buddy created that one for me last time

waxen pine
#

Maybe you should find a public server on some modpack then or have friend set up

quasi sequoia
#

Hello ! I would like to know if i can launch my own modpack on curseforge without curseforge, i don't know why this app is not working, can I do this or it's impossible ?

wild jewel
twilit kindle
#

kay so i hear that all servers have bad security now so its not safe to open servers
then i see the announcements that some are okay now?
in my server folder i see a jar file called "forge-1.12.2-2855" and another called "minecraft_server.1.12.2"
am i safe? or do i need to change a file? or if i change anything will my server get corrupted?

#

sorry i still dont quite understand the problems

last parcel
twilit kindle
#

ok so im assuming since the numbers are different, my server is not safe. so do i just download the new forge file that is in that message and replace my current 2855 file for the 2857 file?

last parcel
#

yep

twilit kindle
#

ok thx

#

wait now it says that the previous file is missing

#

and then the server doesnt run

#

the start file just ends

last parcel
#

show the error

twilit kindle
#

i downloaded the universal version of the 2857 forge for 1.12.2

#

and deleted the 2855 one

last parcel
#

i assume you're using a start.bat?

twilit kindle
#

yep

last parcel
#

you need to change it

twilit kindle
#

change what?

#

the whole start bat file?

last parcel
#

edit it and fix the forge version

twilit kindle
#

ok wait i dont think i have the time to learn how to edit a batch file so do u think it would be easier to wait till all forge files are safe?

last parcel
#

there is nothing you need to learn. just right click and open it

twilit kindle
last parcel
#

edit with notepad or whatever

twilit kindle
#

wew thx so much

#

i think its working now

steel flint
#

I am having trouble decoding an error that appears when I run modded minecraft
Error: java.lang.NoSuchMethodError: 'net.minecraft.class_2561 com.terraformersmc.modmenu.api.ModMenuApi.createModsButtonText()'

last parcel
#

should ask the modmenu dev about this

steel flint
#

ah i see it

#

rip

#

thanks for your help

autumn agate
#

can any1 help me with forge download

#

just pure forge

#

not curseforge

last parcel
#

go to the website and get it

wild jewel
#

And putting more words on a single line does not hurt either

foggy sonnet
#

My game keeps crashing and I got this error:

wild jewel
#

inventorypets is throwing errors

foggy sonnet
#

Ah okay thank you

#

Do i just remove the mod?

last parcel
#

?projectissue

golden muskBOT
#

Please visit the project page for the content you posted about and look for a way to contact the developer.
Somewhere on the page there is usually a method of contact. Look for one of the following things:

  • Issues tab like the image below.
  • Discord link.
  • Twitter link.
  • Comments section below the project.

If no contact method exists you will either have to remove the project or find a solution on your own.

autumn agate
#

hello

#

so I have a modpack of 30 mods and whenever I enable the Ice and FIre:dragons mod my game runs at 1 fps at launch and I can't do anything

#

is there an additional mod that the ice and fire dragon mod needs to be compatible

#

this is on 1.12

last parcel
#

probably should ask the devs of the mod about this

autumn agate
#

okkkk

fast peak
#

does anyone know how to find minecraft mod: Effortless mod? because i cant find it on the forge.

wild jewel
#

That one?

fast peak
#

yeah

fast peak
#

and can u send a omnichunk mod ?

#

on curseforge for 1.16.5

wild jewel
#

Have you considered using google?

fast peak
#

i have tried but and installed but the file that i had added it doesnt worked

#

somehow

wild jewel
#

Well, that is a different problem

gritty coyote
#

hi

#

i need some help

paper yoke
#

Does anyone know a mod to increase height limit for 1.16?

gritty coyote
#

i cant create a custom profile so can someone do it for me and send the dropbox link plz

#

i beg u

#

u know what?

#

nvm

last parcel
#

could just explain why you cannot do it yourself. no reason anyone should have to make you a profile.

fluid bolt
#

Hello, i'm setting up a minecraft server, and have got everything ready in a folder. However, I am on mac, and thus cannot run the run.bat file. What should I do?

#

there's a .sh file too, but that just opens as a text file.

waxen pine
#

Right click the sh file and see if run is an option

#

You'll need java installed for your server to work BTW. Java version depends on your mc version

fluid bolt
fluid bolt
#

Guess I'm kind of stuck then.

wild jewel
#

Open a terminal bash run.sh

fluid bolt
coarse elm
#

did you open the terminal in that path context?

fluid bolt
#

i tried running it through terminal now.

fluid bolt
coarse elm
#

don't know in mac

fluid bolt
#

ouch.

#

well running it through terminal worked but got an error message:

#

Error: Could not open ' user_jvm_args.txt '

waxen pine
limpid vale
#

hey one of the resource packs on my modpack have not been working properly and it is an optifine resource pack but i have optifine installed and it is not working still

acoustic idol
#

Contact optifine support

#

!mc-optifine

golden muskBOT
#
We do not offer support for Optifine!

If you have issues with Optifine, remove it. If you want further support try the discord found on their website.
https://www.optifine.net/home

Installing Optifine with modpacks on Curseforge:

  1. Right click the modpack icon, select Open Folder.
  2. Put the Optifine.jar into the mods folder.
  3. Now start the modpack.
limpid vale
#

thx

waxen pine
coarse nest
#

I think thats forges new servet launcher for 1.17+, it reads the args from a text file

fluid bolt
#

I've put the server folder in a specific location (as the installer bugged out when I tried to install to a folder in desktop) so maybye it's a problem with that?

coarse nest
#

If its in an icloud/onedrive enabled folder that will break things

fluid bolt
#

I don't believe it is but i'll check anyway.

fluid bolt
#

I'm going to give up for today and maybye continue on it tommorow.

hidden smelt
#

imagine if someone gave me mod that would be crazy

#

theres a leak of BEAN CODEIUM

high spade
#

hello friend scs the question I'm playing the tekkit you know how I can put the panel to change the time or put the creative thank you if you help me

autumn agate
#

how do I add mods into minecraft? Im trying to add the connected glass mod

waxen pine
#

Using the CF app?

#

?mc-installmods

golden muskBOT
#
How to install mods in CurseForge App.
  1. Click + Create Custom Profile
  2. Name it, select the required Minecraft version, select the Forge version (usually the highest number), click Create.
  3. Click the profile icon.
  4. Click Add More Content
  5. Search and install the desired mods.
  6. Start the game!
How to install mods not on CurseForge.
  1. Right click the profile picture or Open the profile and click the CFmenu Icon next to the play button.
  2. Click CFfolderOpen Folder.
  3. Drag the mod(s) into the mods folder. (Note: Some mods will require others, to run. Make sure to read the instructions for the mod!)
  4. Start the game!
waxen pine
#

If the mod you search for gets no results that is because it's not available for the MC version of your current profile

dawn pulsar
#

Can someone help me it keeps doing this and not load my world

coarse nest
#

!mc-logs

golden muskBOT
#
Sending logs for support.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
dawn pulsar
coarse nest
#

Delete the file sit-server.toml from instanceName/saves/worldname/serverconfig/

dawn pulsar
#

do i delete it in notepad??

coarse nest
#

no, file explorer

dawn pulsar
#

ok

#

um i don't know where to find the files

#

like those that you said to delete

coarse nest
#

Click the CFfolder Open Folder Button
Find the saves folder, open it
Find the folder that has the same name as the world you are trying to load, open it
Find and open the serverconfig folder
Find the file sit-server.toml and click on it once (it may be named just sit-server)
Press the Delete key on your keyboard

dawn pulsar
#

ok

#

what about the instanceName/saves/worldname/serverconfig/

coarse nest
#

That means the folder called serverconfig inside the folder that is named the the same as your world inside the folder named saves inside the folder named the same as your instance name. the instructions i gave above get you to go into those

dawn pulsar
#

Uhm wich one is it?

coarse nest
#

Are you sure that is the correct world?

dawn pulsar
#

yes

#

because i check in my worlds and i did not find it in any of them

coarse nest
#

!projectissue go report it to the mod author

golden muskBOT
#

Please visit the project page for the content you posted about and look for a way to contact the developer.
Somewhere on the page there is usually a method of contact. Look for one of the following things:

  • Issues tab like the image below.
  • Discord link.
  • Twitter link.
  • Comments section below the project.

If no contact method exists you will either have to remove the project or find a solution on your own.

dawn pulsar
#

ok

#

the problem is that i don't know what mod it is that is causing this

coarse nest
#

Do you have any mods named sit

#

Or anything similar

dawn pulsar
#

oh yes

#

i do

coarse nest
#

It is that mod

dawn pulsar
#

oh ok thanks for trying to help me

foggy sonnet
#

Uh

#

I keep getting a tesselating liquid error

coarse nest
#

Remove Optifine

foggy sonnet
#

But will my world stay corrupted?

coarse nest
#

Idk, optifine messes with vanilla code, it causes a lot of rendering errors/crashes.

foggy sonnet
#

Yeah i heard ir conflicts with create

waxen pine
#

please stop stream-of-consciousness post - it's extraordinarily annoying

coarse nest
#

Modpacks taking that long to load is normal. If you have optifine installed, remove it because having it installed does increase that loading time.

#

Well then you have a choice. Shaders and long load times, or no shaders but shorter load times.

waxen pine
#

you asked for a solution, that's about culprit #1

wild jewel
#

@autumn agateFeel free to make messages with more than 2 words. Full sentences are preferred instead of 2 word messages

autumn agate
#

hey guys

#

is it true that you may download pure forge using the curseforge loader?

coarse nest
#

yes you can

autumn agate
#

how pls

#

ah create a profile

coarse nest
autumn agate
#

ok

wild jewel
autumn agate
#

weeeee

#

i go flying over the moon!

autumn agate
#

help

modern halo
#

Hi, i want to download a server pack for my server but i when i download it i get the "Simple files" zip but thats not the one in need can someone help me with that?

wild jewel
#

How is it not the one you need?

modern halo
#

when i download the server pack i get this

wild jewel
#

And how is that wrong?

modern halo
#

because i dont have a free server

wild jewel
#

I still don't see how it is wrong

modern halo
#

because i need this to run the modpack on my server. i was watching this video from my server hosting site (Server.pro) and they said that if i dont have this when i download it i have to contact u guys

wild jewel
#

they said that if i dont have this when i download it i have to contact u guys
Show that message please.

#

And those items are for a specific modpack, this is a different modpack, works differently

modern halo
#

but its the All the mod 6 Modpack from Curse forge

#

and i downloaded that servre pack

wild jewel
#

Which works different from the server pack in your image

modern halo
#

aha so do u know how i can get the right file so i can put it in my server?

wild jewel
#

If your host was more specific about which exact file they were talking about: yes, but as you are just showing a screenshot of half a server: no

modern halo
#

okay cool i'll try and see if they can provide me more info Thanks for the help tho!

wild jewel
#

But the first image you posted: run the file, it will start the server.

modern halo
#

okay they told me to update my java and i did that and then i did what u said and its working now 🙂

#

thanks!

wild jewel
#

How does updating your java help if they are the host?

modern halo
#

so i bought a server from them and i need a server pack from the mod i wanted so i can play it on my server. so i downloaded that pack and when i wanted to press 'start server' it said that i had a error with java and i need to fix that so i can run the 'start server' file

wild jewel
#

Then it makes sense

rotund basin
#

I am playing modpacks for years (right now for example Greedycraft or Ragnamod 6) und have always thought the low fps (mostly around 15-40) came from my bad computer, but now I have a new computer (with rtx 3060, 32gb RAM and a AMD Ryzen7 3700X) and am still experiencing the low fps.
The only settings I changed, are that minecraft should use around 26gb ram. Do I have to change something else, is my computer still not good enough (which I thought couldn’t be the case, because what powerful computers would all these thousands minecraft-youtubers have to own to play with hundreds of frames) or do you think the problem could be somewhere else?

Thanks in advance ^^

last parcel
#

Why would you give that much ram? You only want to give what is needed plus like 1 or 2 gb over that. Over allocating ram makes it run worse

fleet jewel
#

literally nothing in minecraft's existence needs over 12gb of ram

high spade
#

hi I wanted to ask for help I can't take the items because there is no panel as I can do

wild jewel
#

What panel are you looking for?

high spade
wild jewel
#

That is JEI/NEI/REI

high spade
#

the panel to get the items to get the items

wild jewel
#

Not gonna repeat

high spade
#

in the other packages I find the panel already present in this package tekkit legend I don't find it how do I put it

rotund basin
wild jewel
high spade
#

when I take an object it disappears how can I not make it disappear thank you

last parcel
rotund basin
#

In the MultiMC-launcher is something about "PermGen" could it be that this is the problem? Or do you know if the Java-version could be the problem?

wild jewel
rotund basin
high spade
#

someone can help me how can I make the panel appear to change the time and take the items when I take an object it disappears what should I do that does not happen

last parcel
#

No idea what you are talking about

high spade
#

I can't get the items from here like I do when I get them they disappear

rotund basin
fleet jewel
high spade
#

yes look

rotund basin
high spade
#

how do i enable the panel to change tempo

wild jewel
#

What tempo?

rotund basin
high spade
#

i don't know how to put the panel to change the time and other things i don't remember how i can do there a method

#

guys i need help pls

last parcel
#

you keep saying the same thing, but its not helping to understand what you are talking about

last parcel
rotund basin
grim atlas
#

ive tried it but my frined is getting an error

autumn agate
#

how did u setuped it?

grim atlas
#

what do you mean?

autumn agate
#

i say about playit

grim atlas
#

What do i do lmao

autumn agate
vital relic
#

sure

#

how do i get my java up to a better version than?

autumn agate
#

ok so do u have installed ur java?

#

on pc?

vital relic
autumn agate
#

ok can u check if that version is inside C:/Program Files/Java?

vital relic
grim atlas
autumn agate
#

ok good

grim atlas
#

wdym set up

#

wait 1 sec actually let me check something

autumn agate
autumn agate
# vital relic

now can u go to minecraft launcher but from curseforge?

#

liek when u click Play on curseforge modpack in curseforge

#

but dont start game

vital relic
#

oke?

autumn agate
#

so now go to Installations

vital relic
autumn agate
#

now click Browse and go to folder where is java and go to bin folder and find javaw.exe file

vital relic
#

this one?

autumn agate
#

yes

vital relic
#

so i opened that

#

can i now launch it?

autumn agate
#

yes

vital relic
#

hope it works

#

when i try to join a world

#

o it was the broken furniture mod

waxen pine
#

Also give yourself a bit more ram/memory. 2gb is borderline for modded mc

#

Granted you don't have many added here. 4 is a good starting point though

vital relic
autumn agate
#

@vital relic https://forums.minecraftforge.net/topic/65904-minecraft-forge-crashes-when-i-load-a-world/
You ran out of memory, you need to allocate more to the game.

autumn agate
vital relic
#

8g ddr3

autumn agate
#

so give minecraft 4gb of ram

vital relic
#

it works fine now

autumn agate
#

windows + discord shouldnt use more than 3gb smh

vital relic
#

it do

autumn agate
#

so this is gonna sound dumb but whenever I add a new mod to my modpack it will be added to my world right? or will I have to make a new world to account for the added mod

autumn agate
#

if the mods changes generation u will have chunk walls

grand thicket
#

i have an isue

#

but i am useing

autumn agate
#

u need use 1.18.1 Release Candidate 3 Version

#

not 1.18.1

grand thicket
#

what is Candidate 3

autumn agate
#

a version before release of version

coarse elm
#

tell the server owner to update

grand thicket
#

i am the server owner

coarse elm
#

Then update your server

grand thicket
#

witch one do i pick

coarse elm
#

the 1.18.1 option...?

grand thicket
#

the like two 1.18.1 options

coarse elm
#

There's only one 1.18.1 option

autumn agate
coarse elm
#

the other is 1.18.1-rc3

#

those are not the same.

grand thicket
#

ok

#

ill try it out

#

It worked thx sooo much

autumn agate
#

This is a dumb question but Im trying to set up my Minecraft modding folder but whenever I click one of teh folders it just shows loading for a second then goes back to the selection screen without doing anything

#

Do yall know how to fix that? Ive tried uninstalling and reinstalling and it hasnt worked

mint sail
#

i think this is a dumb question but anyone know how to change crafting recipes?

slender adder
#

im tryna setup a minecraft modded server but everytimeI try to run run.bat it says this:

tropic stream
#

how do I update pixelmon without losing all of my progress? and does anyone else on the server have to do anything?

waxen pine
slender adder
slender adder
waxen pine
#

Open a command prompt and type
java -version

slender adder
waxen pine
# slender adder

Ok sorry was busy. What MC version is the server / modpack based on?

dusty whale
#

When playing insane craft, my game keeps freezing and crashing. What do I do?

waxen pine
#

Ok then you need java 17. To be sure it takes uninstall java 8, but up to you.

slender adder
#

ok

#

when i run it

#

it works

#

and then when i run run.bat

#

stfu

#

scammer

#

nobody wants ur fake links

#

anyways

#

when i run run.bat

#

it loads but the minecraft server doesn't turn on

waxen pine
#

Wut?

slender adder
#

here

#

ill show u

#

look:

#

one sec

#

when i press any key

#

the server panel doesn't open

waxen pine
#

Haha

acoustic idol
#

onedrive....

slender adder
#

what?

waxen pine
#

starts writing Microsoft a hatemail

slender adder
#

wait what

waxen pine
#

Move your stuff out of the onedrive folder path

slender adder
#

how

waxen pine
#

That is cloud storage

#

Windows explorer (file manager)

slender adder
#

im so confused i dont even have one drive

acoustic idol
#

Open a file folder > click This pc > click your C drive > Make a folder called mcservers >> move the server files to the new folder you made.

slender adder
#

does the exact same thing

acoustic idol
#

Post full log.

slender adder
acoustic idol
#

Just to catch up here: this a pack you made or downloaded a server pack?

waxen pine
#

Client only mods crashing

#

For one issue

slender adder
#

pack

#

its better mc

slow yoke
#

hey does anyone know why minecraft is running is crap mode. playing a large modpack and my client is using less than 10% fo all pc resources. Idk if maybe something I can change to fix this.

waxen pine
#

Try removing all mods from mods folder. Looks like whatever you have put in there is not right

#

?mc-ram

golden muskBOT
#
How to set Global Minecraft RAM value.
  1. Click the CFsettings icon in the bottom left to open settings.
  2. Click the Minecraft tab.
  3. Scroll down.
  4. Slide slider to recommended ram range as seen below.
waxen pine
#

Also press f3 in-game to confirm you see your gfx card on the right side of info

slow yoke
#

it is

#

its useing 25%

#

9 actually

#

oh also only useing 30% of ram is has 18 gig to use

acoustic idol
#

as in your allocating 18gb to minecraft? OR you have 18gb total?

slow yoke
#

18 to minecraft

#

I have 64

acoustic idol
#

Yeah drop that. 6-8gb is more then enough. Allocating more ram can actually cause more issues then good

slow yoke
#

ok i can do that however what can i do to make pc use more cpu its useing 7

acoustic idol
#

Start with the ram first. Will go from there after

slow yoke
#

ok i will do 9 because im useing atleast 6 rn

acoustic idol
#

Just no more then 10. Any pack that needs more then 10gb there is something else wrong there. 6-8gb is recommend for most packs

slow yoke
#

ok its booting now

#

nothing changed i have 30 to 60 fps useing 7%cpu 6%gpu and some ram

acoustic idol
#

Screen shot your F3 menu

slow yoke
acoustic idol
#

Dont see anything wrong there?

slow yoke
#

hmm?

slow yoke
acoustic idol
#

Just checking the cpu, But from the looks of the ss I dont see anything that stands out as a worry.

slow yoke
#

except i gave 40 fps. what are some things i can check because last i checked minecrafts engine limit was much higher than 10% of my cpu lol

#

anyone ells have any ideas

sacred cloak
#

hey does anyone know of a way for my brother and I to play splitscreen on RLCraft?

#

I know some ppl use multimc but I just use the curseforge launcher for my mods

sacred cloak
#

so theres no mod that helps out w that?

coarse nest
#

No. Minecraft requires a mouse and most of a keyboard to play, its just not possible to have two people playing on the same computer

crisp oar
#

is here where i can get elp with the croptopia mod

coarse nest
#

Depends what sort of help.
If its a crash, yes, just post your crash log.
If its a question about how to do something in the mod then get grass from #786424115535544350 and ask in one of the dedicated MC channels

teal spear
#

trying to launch rebirth of the night modpack, says "could not verify minecraft version", any idea of what is wrong?

waxen pine
#

?mc-installfix

golden muskBOT
#
  1. Click on the Minecraft Tab on the Left side of the CurseForge App.
  2. Click CFmenu button next to the Create Custom Profile option.
  3. Click CFrepair Repair Installation option.
  4. Play game.

NOTE: You will not lose any modpacks or worlds, These are saved in the Instances folder. DO NOT TOUCH THIS FOLDER OR YOU WILL LOSE EVERYTHING

waxen pine
#

you may need to reboot your computer first if it spits back an error when you click it

teal spear
#

thank you i believe that fixed it

pine spindle
#

so i recently just started playing in my modpack and i noticed that my seeds are not growing but it seems like its just Vanilla crops that aren't growing

clear mist
#

how do you make a server for your friends with mods ?

coarse nest
#

!mc-installserver

golden muskBOT
#
How to **manually** install a server - **On your own PC**
  1. Check if the modpack has a server pack, if it does: use that and skip below.
  2. Go to the Forge website http://files.minecraftforge.net/ and download the Installer for the forge version the pack is using.
  3. Run the installer and choose Install server. Do not install to your desktop. Also do not install inside a OneDrive folder.
  4. Run the server using the forge.jar. A file called eula.txt will be generated. Open it and change eula=false to eula=true
  5. From the Client; Copy the mods folder, config folder, and any other folders needed for the pack to work into the server folder. If the modpack has a server pack, use this instead!
  6. Run the server again.
  7. Port forward your machine if needed. (Google it)

Long version: https://pastebin.com/83DXfGTH

coarse nest
silk crater
#

I have a question. I cant go into specifics but my friend is having a trouble and he says that some mods aren't compatible with the server. The version is 1.12.2

#

have any ideas whats wrong

coarse nest
#

We need more information, such as a screenshot of the error

silk crater
#

i send it tmrw

#

he asleep

restive anchor
coarse nest
#

Report this to the Immersive Tech mod, including the latest.log file

#

!projectissue

golden muskBOT
#

Please visit the project page for the content you posted about and look for a way to contact the developer.
Somewhere on the page there is usually a method of contact. Look for one of the following things:

  • Issues tab like the image below.
  • Discord link.
  • Twitter link.
  • Comments section below the project.

If no contact method exists you will either have to remove the project or find a solution on your own.

deep spindle
#

hellooo im getting an exit code 0 even though the modpack im using was working fine yesterday

golden muskBOT
#
Error/Exit codes are useless. Follow these steps so someone can actually help you.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
deep spindle
#

there is no log for it

#

ok nvm it was just being dodgy

drowsy venture
#

Hello, i have the problem that in "better Minecraft" my FPS a still bad also when i change the grafic settings. My Pc is not bad too.
can you help me please?

pine spindle
drowsy venture
#

Hello i need help, when i play Minecraft with the curseforge louncher i have very bad FPS. I tried to put the video settings down but the FPS are still bad. My PC is not even bad because i dont think the low FPS come from my hardware. Can somebody help me?

coarse nest
#

Post the full log file. A partial core mod list and the error means nothing

silk crater
coarse nest
# silk crater

The mod Ex Nihilo Omnia is erroring, and looking at its GitHub page has been abandoned and so will not ever work. You should remove it

silk crater
#

ok i did and this is occuring

coarse nest
#

You have the mod more refined storage installed, which requires refined storage. Either add refined storage or remove more refined storage

silk crater
#

ok

waxen pine
#

while you're at it add "foamfix" -you're welcome lol

silk crater
#

THank u ur a goddddddd

potent shell
#

um

#

Okay so, the issue is that the person cannot join the server

#

however I can using the ip both with making a client-side "make server" and entering the IP

#

but when they do it, it doesn't wokr

acoustic idol
#

Server on the same pc your playing on?

potent shell
#

Yeah

#

Local

acoustic idol
#

have you tried the ip localhost

potent shell
#

what'st that

acoustic idol
#

When your playing on the same pc as a running server your ip is either localhost OR 127.0.0.1 Anyone outside your network would need your public ip

potent shell
#

this is what I get using local host in direct connect

acoustic idol
golden muskBOT
#
Sending logs for support.
  1. Right-click the modpack profile icon OR click the CFmenu button in the modpack profile.
  2. Click CFfolderOpen Folder.
  3. Open the logs folder.
  4. Drag and drop the FILE named latest OR debug into discord.
clear mist
#

every time i download the server file i get a jar how do i run it

coarse nest
#

Double click it. It will run using the java installed on your computer. If you do not have java installed then install it (Java 8 for below 1.17, Java 16 for 1.17 and Java 17 for 1.18)

potent shell
#

nothing but this is in there

clear mist
#

it just open notepad

potent shell
#

would you like to see the server prop?

coarse nest
#

You are missing many mods on the server. Are you sure you are running it properly?
(Most of these are client side, however some are not, like WAILA)

Attempting connection with missing mods 
itemphysic, foamfixcore, betteradvancements, controlling, craftingtweaks, ctgui, ctm, custommainmenu, defaultsettings, discordsuite, easiervillagertrading, enchdesc, foamfix, ftbguides, waila, inventorytweaks, jeiintegration, jehc, mainmenuscale, minemenu, moreoverlays, mousetweaks, neat, norecipebook, placeableitems, resourceloader, soundfilters, thaumicjei, tips, wailaharvestability, wawla, reauth```
acoustic idol
#

This a pack you made OR downloaded?

potent shell
#

downloaded

acoustic idol
#

Send server log as well

potent shell
#

alr

potent shell
#

im so confused, like I click DOWNLOAD serverpack and then install the modpack client side

#

then TECHNICALLY RIGHT it should be okay. why does it never work for me, I just don't understand

coarse nest
#

Huh. I guess if its a server pack the author should of tested it. Most of the mods in there are client side only or able to be used client side only tho, so it doesn't matter that much

potent shell
#

so it's rigged?

lunar hare
#

im trying to start my server but it wont work it keeps saying something about the heap size

devout cave
#

how do i add

#

spigot to my custom modpack server

#

the plugins seem to require it, im completely new to this

lunar hare
#

you need spongeforge

#

@devout cave

#

you need spongeforge for plugins on modded

devout cave
#

where do i get it?

lunar hare
devout cave
#

do i just add this?

#

and it wont like overwrite the mods?

lunar hare
#

let me check to see if i remember correctly

tacit cargo
waxen pine
jovial vault
#

My game is stuck on applying patch 3 of 4

#

help please

lunar hare
devout cave
#

you got more info on that?

#

im using serverminer as a host

#

im trying to get the plugins to work

plush zinc
#

Ive been playing a small minecraft modpack with only 48 mods for about a month now, and abruptly the game just stopped working. it all works nicely up until i join a world then it just gives the typical "not responding" and it doent even crash it just stays not working. I have 12g invested into the modpack and ive troubleshoot a lot by now but i have no clue what to do now

warped cape
#

Have you tried letting it sit for a few minutes, just to see if it actually loads in? Depending on the version of MC it can take a hot minute to load into a massive world.