#better-mc-forge

1 messages Β· Page 125 of 1

grand gate
#

ill try restarting my pc then

torn frost
#

hello ! I have a question : How I can have custom music in background like on the better minecraft modpack ?

grand gate
#

I restarted my pc and tried to access the world again, it still says "invalid player data" and there's no new crash report

viral garden
#

please

torn frost
#

@viral garden can you help me for musics ?

viral garden
#

delete the session.lock file in your world save

grand gate
#

i delete it then make the backup?

grand gate
viral garden
#

now reload ur world

viral garden
#

backup first

grand gate
#

oh i made a backup before alr

grand gate
# viral garden no

ok i made a backup, deleted the session lock file, placed the backup save into the saves and reloaded the game, but its still not working

viral garden
#

correct?

grand gate
grand gate
viral garden
#

delete 1 file at a time from the backup

#

try to find the problematic one

viral garden
torn frost
#

Currently I'm creating a modpack to play with friends and when I played Better Minecraft I loved the different music in the background. I wanted to know how I can do to have similar music.

viral garden
#

the music is provided by the stay true resourcepack im pretty sure

#

we dont add any custom music

grand gate
viral garden
#

open your world save

#

delete 1 file at a time

#

like normal files

#

and if none of those fix it you can try the folders

weary gazelle
#

Hi I need help

icy estuary
weary gazelle
#

How play with my friend on LAN? on this mod

icy estuary
grand gate
#

LAN is untested and unreliable. Using it will cause longterm damage to your world. There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way. Here are your options:

  1. Create a server using the server pack or through a Bisect purchase. Type !server in #bots for more information.
  2. Install the e4mc mod and then Open to LAN ingame.
icy estuary
#

lan dosent work self-hosting is free

weary gazelle
#

aaa

#

thanks for help πŸ™‚

#

!server

grand gate
#

We suggest renting a server from Bisect Hosting:
Approx. $10 - $25 a month depending on what plan you choose. You can also get 25% off with Code LunaPixel.

Go to https://www.bisecthosting.com/LunaPixel and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method: (This is hosting on your own PC and it can come with issues that's why we suggest Bisect Hosting)

  1. Download the serverpack from Curseforge's website
  2. Right click the start.ps1 file and click Run with Powershell
    To join your own server, type localhost into Direct Connect.
    This video explains the process https://www.youtube.com/watch?v=wuGUbVbLsDc
    The server IP address is your Public IP Address, which can be found by googling my ip address

If other players are unable to join, find a portforwarding guide online.

grand gate
#

i allocated 8gigs of ram but when i check task manager it's using 8334mb should i allocate more?

#

playing singleplayer on bcm3 fresh new world btw

viral garden
#

dont allocate more

grand gate
#

thanks :3

viral garden
#

:3

grand gate
#

!moreinfo

#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

#

no
regular launcher
1.19.2
4.3.2.13 bcm3
loading my world near a house with netherwarts
no
yes

viral garden
#

you need a modded launcher to install & play modpacks

#

or you will be missing files

#

!alternates

grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

grand gate
viral garden
#

yea

#

thats

#

uh

#

not how it works

#

theres a lot more to a modpack than just mods

grand gate
#

makes sense why everything is broken

#

tytry

solemn scarab
#

I need help when I try to open server in the modpac, the PowerShell that can be doesn't open

grand gate
#

An update to windows introduced a new security feature that prevents powershell files from running on your PC. This is great for your security, but not so great for our server start scripts, which require powershell to run them. Fortunately there is a quick fix for this!

Run powershell as administrator, then run Set-ExecutionPolicy RemoteSigned. Read the prompt and press accept. This will allow us to run scripts.

Next, navigate to your server directory using cd path/to/directory (for example: cd C:\Users\Username\Documents\Minecraft\Server)

You can now run the server by double-clicking the start.ps1 file, or typing .\start.ps1 into the command line while in the directory.

IF THE ABOVE DOES NOT WORK, TRY THIS
Run the command Unblock-File -Path .\start.ps1 in the same powershell window. This will allow the start script to not be blocked by windows, and run freely.

If all else fails, a manual installation should work:
FORGE 1.16.5: https://www.youtube.com/watch?v=bIjisWyxU-8
FORGE 1.18.2: https://www.youtube.com/watch?v=R610M102X0U
FORGE 1.19.2: https://www.youtube.com/watch?v=3HD0ibIpO-A
FABRIC: https://www.youtube.com/watch?v=b2W1Xb7nLKo
Make sure to Install the Server in our ServerPacks so it can use the correct files.

solemn scarab
#

try

#

why?

icy estuary
#

!openjdk

grand gate
#
  1. Download an adoptium release for Java (recommended but not required):
  1. When installing through adoptium, make sure that Add to PATH and Set JAVA_HOME variable are both set to be installed (please see https://imgur.com/a/jPu1h7h for how that would look)

  2. Check if java has been correctly installed by running java --version (or java -version on older versions), and seeing if the output is correct (see https://imgur.com/a/OWcoq4p for an example of the output)

  • NOTE: 64 bit versions of java ALWAYS have '64-bit Server VM' in the version output. If that is not there, you have installed a 32-BIT version!! If you're getting Out of Memory errors or any other errors, PLEASE install 64-bit
  1. If the output isn't as intended, you have 2 options.
    i) Delete ALL other java versions from your PC (ONLY recommended if you don't need them)
    ii) Redirect your launcher/server to use your new installation of Java

Method i

  1. Uninstall any other java program listed in your programs list (differs by OS, please find a guide for your own OS if you don't know)
  2. Attempt to re-use the command mentioned above (if the output is now correct, which it should be, you are ready to go)

Method ii

  1. For a server, please modify the $Java/JAVA variable (found in your startup script depending on ps1/sh) to the path of your java installation. For windows, this path is usually found in "Program Files/Eclipse Adoptium/version_of_java/bin"
  2. For a client, depending on whether you use CurseForge, GD, or AT, the process is slightly different. Please see a guide for each respective launcher on how to change the java version.
solemn scarab
#

try

golden night
#

how do i allocate more ram to the server? I tired finding the $args line but i couldn't find it. Help?

viral garden
#

if theres a variables.txt then you do it there

golden night
#

oh ok

oblique cove
#

hey so I've been trying to toggle chunks in game and for whatever reason it will only do so on the mini map and not on screen, is that normal or am I doing something wrong?
edit: got it to work by just spamming f3 g a bunch so if you have the same problem I guess try that

tidal plinth
#

Does forge have more content then fabric

tidal plinth
#

But which has the better selection of mods

#

I’ve seen the faq

icy estuary
#

both are good

junior verge
#

which mod adds these scarecrow structures in bmc4

#

they seem to spawn very often

#

which makes getting bread rather easy for early game

#

from what i've seen one seems to spawn every 100 or so blocks

#

sometimes less and sometimes more

vivid wagon
#

hi who can help me with server start?

icy estuary
vivid wagon
#

when i start server i have this problem

icy estuary
vivid wagon
sick patrol
#

hiiii anyone else get that weird issue where they cant hear like 90% of the audio? i can hear random things like chests opening but not running or placing blocks. any fixes?? ty!!!

grand gate
#

To reload textures and sounds, press F3 + T. If this doesn't bring up a loading screen, do the following:
1. Press escape and go to the Resourcepacks tab.
2. Move a Resourcepack on the left of the screen to the right.
3. Move that SAME Resourcepack back to the left.
4. Exit the menu.
If step 4 does not bring up a loading screen, do step 2, then step 4, then step 3, and then step 4 again.

vivid wagon
sick patrol
junior verge
#

that is an interesting place to build a scarecrow

viral garden
#

please read #faq for modpack installation

#

do not add client mods to the server.

junior verge
#

Don't know what mod adds this, whether it's xaero plus, xaero's minimap, or xaero's world map, but this should probably be fixed going off screen if it's possible to fix

junior verge
#

bmc4

#

im seeing a lot of this so im assuming it's true

viral garden
junior verge
#

already followed everything in it

viral garden
#

directly from your vendors website

junior verge
#

i updated them to the most recent version from the website yesterday

#

guess maybe a new one released

viral garden
#

if you already updated its unlikely theres a new one

junior verge
#

yeah i already have the most up to date version

viral garden
#

send a ss with f3 open ingame

junior verge
#

let me get back on the world

#

it didn't generate a crash report either so i can't send that

high latch
junior verge
junior verge
viral garden
#

decreasing ram to 3gb should help

#

assuming you already have dynresources on

high latch
#

oh nvm then

junior verge
viral garden
#

yea turn ram down to 3gb

#

worth a shot i guess

#

it should make your performance a lot more stable

junior verge
#

if i notice much worse performance, i think i'll go ahead and bring up a bit to maybe 4 gigs

#

yeah the performance seems way more stable when loading chunks now

#

granted i haven't been in the game for as long as before the crash yet

high latch
#

^^ might be better with less ram assigned as integrated gpu's share the system memory

viral garden
high latch
#

I'm not entirely sure how the system manages that though πŸ˜„

#

like at how much its capped/if its dynamic/who gets priority

viral garden
#

releasing a bmc4 update rn

#

while generating chunks continously

#

like creative flying in one direction

#

my game did not go above 2gb ram once

icy estuary
#

2gb

high latch
#

uh pretty neat

icy estuary
#

chorb diff

high latch
#

thats pretty much vanilla

high latch
#

dynamic resources is quite a lot probably, esp on a new world where you just fly around not many modded resources are accessed

viral garden
#

afaik dynamic resources only loads stuff that is nearby or visible

#

something like that

#

it doesnt stay across game instances though

high latch
#

I guess it does it on access, aka when a mod tries to use a resource

viral garden
#

yea

#

i think thats it

#

as far as i'm concerned its just black magic

high latch
#

it is pretty neat πŸ˜„

long cradle
#

Stepping on some plant killed me. Is that part of BMC or is it vanilla?

long cradle
#

I don't know. I just walked on a plant and it killed me.

icy estuary
#

what does it say in chat

long cradle
#

The reason of death was something along the lines of "walked on a plant"

#

Is there a way to see history of my death?

icy estuary
#

were you low

long cradle
#

Yes

icy estuary
#

then you prob stepped on some bush

long cradle
#

Ok so is that a thing in vanilla?

#

Dying by stepping on a bush

icy estuary
#

this thing yes

long cradle
#

Ok thanks

lament whale
#

is it possible to update my 16.5 server to the 1.20 version?

plush current
#

is the server pack for v6 being uploaded? just wondering how long after the client released it's online πŸ™‚

icy estuary
#

Curseforge takes some time to review the file

plush current
#

cool thanks, never used it before but that's good to know

cobalt sparrow
#

i found a bug

#

so when there is a block above a villager

#

and a rail on that block

#

if you hit the rail it damages the villager and it is really frustrating me

#

@icy estuary

icy estuary
dull spear
#

wait chorb when I install better mc on at it says I need to download files on my browser

#

i jsut download them right

icy estuary
#

press open

dull spear
#

i wasnt talking abt u

icy estuary
#

let it download

dull spear
#

but okay

cobalt sparrow
#

@icy estuary please answer

icy estuary
cobalt sparrow
#

maybe.

icy estuary
#

Im not a dev

#

I cant help you

dull spear
#

yo chorb not you qwek is this the right texture thing

icy estuary
dull spear
#

ye

icy estuary
#

it is

dull spear
#

cause chorb said i didnt have one and that i needed to use at launcher

icy estuary
dull spear
#

okay

#

how do i put worlds from the one on curseforge onto this one

#

saves right?

icy estuary
dull spear
#

alrigth

gleaming ocean
#

I wanted to add the mod Piglin expansion to Better MC but it crashed and told me the Architecture failed to load or something

quasi torrent
#

anybody know how to grow rice

#

been trying to figure this out for hours

#

and google aint helpin so

quasi torrent
icy estuary
#

it can be found

quasi torrent
#

i found rice already in a jungle, wild rice

#

oh ykw im stupid

#

rice is the same as rice crops πŸ’€

icy estuary
#

did you figure it out?

quasi torrent
#

yeah

icy estuary
#

πŸ‘

quasi torrent
#

ty

grand gate
dull spear
#

is there a good server to play bmc 1.16.5?

dull spear
#

thasnks

candid spire
long cradle
#

Is having to do F3 + T every time the game is launched a known issue?

#

Basically, everytime I launch BMC3, I need to do F3 + T to have the audio effects working.

cobalt sparrow
#

do farmer villagers trade pumpkins? cause im not seeing any

ocean horizon
#

Is CurseForge still reviewing the server pack for V6?

sinful grail
#

hey so i keep right clicking on my dragon to put on his saddle, but it never works. am i doing something wrong?

undone sleet
#

where to find dragon eggs

atomic narwhal
#

randomly in chests

limber panther
undone sleet
#

hwo to make backpack

#

nvm i know

green locust
#

hi. i'm on the new version but i can't use my own texture pack, it says resource reload failed, something like that

cosmic depot
#

when I vein mine, I mined 4 iron ore and got 17 raw iron, is this a bug?

#

I vein mined 1 ore block and got 2 iron

#

I have a forgotten hat in my inventory

#

does this have anything to do with it?

atomic narwhal
#

yes, it gives +1 to fortune

#

I think

#

anyway I think you also get more than one raw iron from iron ore now ever since 1.18.2 I think, caves and cliffs update

undone sleet
#

are dragon eggs common in forge?

atomic narwhal
#

not really, just have to explore, finding them randomly in chests

viral garden
#

we've uploaded 3

#

none are approved

atomic narwhal
#

cursed forage

grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

viral garden
grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

viral garden
#

we've uploaded 3

ocean horizon
#

Gotcha

viral garden
unique light
#

would someone be willing to check out why my villagers dont breed, via screenshare or world file, like im kinda frustrated im trying everything since hours
Edit: i got 5 villagers with a profession, 2 guards and 2 villagers that dont want to work. i got 9 houses with beds and 3 of them have 3 beds in them. So in total i have 7 breedable villagers and 15 beds and i gave all of them 12 carrots and they do nothing. Also my occultist didnt refresh his stock for more than 10 minecraft days, even though when i replace his workstation the particle animation of ihm being happy appears. World was created on BMC4 v4 and is on v6 now. Oh i just see that a hotfix was released to fix the ai of villagers.... alright imma update and tell if it fixed it πŸ™‚

unique light
#

Update: Oh my God! I got a Baby! Im so happy

viral garden
#

:D

fierce scroll
atomic narwhal
#

In my experience that has not been the case

fierce scroll
#

well idk what youre doing but thats how it works

viral garden
#

yea i saw

#

lmao

last comet
#

so im gonna try playing mc again and i wanted to try out one of the bmc packs, what would be the best one for like getting back into minecraft or whatever

#

cause im pretty sure ive seen people talking about certain ones not being as good or smth like that

cosmic depot
#

is there any mod in this modpack that lets you automatically mine? like with robots or anything

atomic narwhal
#

no, all the tech stuff is in Prominence and Steampunk

cosmic depot
#

would you recommend either one?

atomic narwhal
#

Yeah

cosmic depot
#

basically better MC but heaviler modded? and steampunk is steampunk theme

atomic narwhal
#

better mc is simply vanilla+
prominence is about as far away from vanilla as you can get for the most part
steampunk is steampunk themed and has stuff like guns
#faq for modpack differences

cosmic depot
#

Ahh ok thanks. Would you say prominence is more modded than ATM? but the problem that I have with ATM is that the difficulty of pve is way too easy. all the diffucilty from ATM comes from progression of tech

atomic narwhal
#

most minecraft modpacks are very easy, the only real difficult one we have is #1065584702330773554 but not much tech in that one, although I think it has create

cosmic depot
#

Im liking better MC because its still a grind to get good gear and there is alot of relativity tough enemys. But yeah I think youre right

viral garden
#

ATM is also ran by transphobes

cosmic depot
#

Really?? Modpack lore

#

Also thats crazy, ill give it a try

#

also is there any way to prevent the little goblin from despawning

cosmic depot
#

its already named isnt it?

atomic narwhal
#

no, you need to nametag something to prevent it from despawning

cosmic depot
#

oh shit, since they had names I thought you wouldnt have to do it again

#

but ok I see

#

thank you

left fern
#

Playing on 1.18.2

#

Everytime i have a void totem on and i enter the end

#

It pops despite me not falling

#

It also gives me a feather falling effect thats permanent

#

Additional to that, even though visually the feather falling effect works i still take fall damage

grand gate
#

how much ram would i need to host a server with bcm3 ?

#

4-5 players on at the same time

viral garden
grand gate
#

thanks :3

umbral burrow
#

Is there a server.zip for the Forge BMC4 v6 HF already? or do i have to wait still :)

viral garden
#

its not approved on curseforge

#

due to issues on their side

umbral burrow
#

Okayyy, thaankss :D

leaden palm
#

I only hear mob sounds, nothing else

random sigil
grand gate
#

To reload textures and sounds, press F3 + T. If this doesn't bring up a loading screen, do the following:
1. Press escape and go to the Resourcepacks tab.
2. Move a Resourcepack on the left of the screen to the right.
3. Move that SAME Resourcepack back to the left.
4. Exit the menu.
If step 4 does not bring up a loading screen, do step 2, then step 4, then step 3, and then step 4 again.

viral garden
grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

leaden palm
leaden palm
#

Wdym?

#

I'm on ATlauncher lol

icy estuary
#

!?!?!????!?! chorb

leaden palm
#

But it's good but thx for the effooort.

#

Silly chorbie

icy estuary
pale trellis
#

When is 1.19.2 going to be updated to include leviathan? Love the mod pack so far!

viral garden
#

leviathan?

icy estuary
viral garden
#

ah

#

soon

#

within 24 hours

obsidian oriole
#

quick question
me and my friends got a server with bmc4 but it crashes when we get close to a struckture of the cataclysims mod in the nether
any idea how to fix it?

grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

obsidian oriole
#

1.removed open parties and claims
2.curseforge
3. 1.20.1
4. v5
5. getting close to the struckture
6. no
7.
8. no

obsidian oriole
#

oke

normal lodge
#

"Resource loud failed" any suggestion to fix this ?

viral garden
grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

normal lodge
#

Well I've updating BMC4 v5 to v6 and now v6HT (it was automaticly from curseforge 1.20.1) and when I've done with it, it started to say "Resource loud failed" when I try to change language or texture pack into the game

patent spruce
#

how do u find dragons eggs in better mc 2 ? and what breeds are there

patent spruce
normal lodge
viral garden
normal lodge
#

Alright

viral garden
normal lodge
#

It takes much longer now to load but it work so thanks, it doesn't say it anymore

limber panther
#

How to download server pack with at launcher

elfin heron
#

Anyone have bmc1 server

open temple
#

man my mc keeps crashing

#

giving me errero 1

#

error

icy estuary
grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

open temple
#

i press play

#

and then the menu just appears again

icy estuary
open temple
#

yes

icy estuary
grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

open temple
#
  1. i had to add the mods it told me to add 2. ATLauncher 3. 1.20.1 4.v6 5. i press play on the instance and it closes the tab trying to open something but it just stoppes and opens the menu 6. no i havent 7.
icy estuary
sour harness
#

anyone know what this is?

icy estuary
#

a boss altar iirc

sour harness
#

ah ok thx

unique light
#

uhm im trying to follow the performance guide in the faq and i used the curseforge launcher before but the guide tells me to use ATLauncher so i installed it. Is it normal that when trying to download the BMC4 in the launcher that it says this:

#

i mean it feels like its trying to tell me that i shuold not use this launcher

unique light
#

uhm alright

#

i went with java version 20 i hope newer equals better ( i know newer versions can break things i hope it doesnt tho xd)

icy estuary
#

^^ if you need it

real turret
#

bruhhh i defeated the ur ghast boss and i cant claim the quest but we can fight the yeti

green locust
#

should i delete the v2 or should i keep it?

past nacelle
#

id say just save all the stuff youd want to keep and then delete it

#

like if you took screenshots on it or something

real turret
#

anyone got a fix to the problem i have?

past nacelle
#

whats the problem you have πŸ’€

real turret
#

@past nacelle i said it dawg

past nacelle
#

oh im demented

real turret
#

its all good

#

its just weird how we defeated the ur ghast and it doesn't let us claim the quest

#

but we can fight the alpha yeti

icy estuary
#

i mean

#

force complete it

unique light
#

im playing bmc4 v6HF while following the performance guide, with redner distance 8, simulation distance 5, entity distance 75, particles decreased, chunck update threats 3. using the preinstalled shader. getting 80 fps avg, 40 fps min. feel laggy. Anything i can do? my graphics cards never runs with more than 40% usage which i feel is sus. My specs: cpu: amd ryzen 5 2600 six core, gpu : nvidia gtx 3070, ram: 16gb 3000 hertz. My questin is: is that just a normal performance of is there something i should do
Edit: like how many fps do you all get with the shader complementary on?

real turret
icy estuary
#

editing mode on

#

change progress

real turret
#

alright

icy estuary
#

questbook is tracked different from the advancement

#

sio it lets you progress

real turret
#

im lowkey lost @icy estuary

icy estuary
#

ingame

plush current
#

so what's the latest published server version now?

icy estuary
#

i forgot whats after that

icy estuary
icy estuary
plush current
#

better mc forge?

icy estuary
plush current
#

for 1.20.1

#

bc there's v6 HotFix now but I don't see a server mod :/

icy estuary
#

you can check it here

real turret
#

ohh it worked thank you

plush current
#

thanks, I guess I'm just wondering why there's no v6 server pack

obsidian oriole
#

any idea when there is gonna be a server pack for v6HF?

#

because our server keeps crashing and having villagers restock would also be nice

icy estuary
#

or it did and I just dont know about it

obsidian oriole
#

ah

icy estuary
#

big sad

obsidian oriole
icy estuary
#

always use latest

violet topaz
#

I have an idea

#

Can I create a wiki on fandom about better MCforge for 1.16.5

icy estuary
#

Mods keep updating and changing anyways

#

questbook exists already

violet topaz
#

Oh yeah forgot about that

atomic narwhal
slow rivet
#

Hey I died in the end but did not fall in the void but i can't find my body what is going on?

icy estuary
#

if you did die to the void it would spawn on y 0

slow rivet
#

oh

#

ok I was able to find it

harsh pasture
#

when I try to apply a resource pack, the game says resource reload failed, anyway to fix it?

cinder jackal
#

sooo. i got myself stuck pretty good. im in the nether holding a spawner and one of those guys that drops on your head has me locked.

cant place the spawner to kill the mob. cant switch items.

junior verge
#

Not sure though

#

Havent bothered checking

harsh pasture
harsh pasture
#

and yeah bmc4

icy estuary
#

download this dev version of modernfix

harsh pasture
#

okay it worked thanksπŸ‘

rancid atlas
#

what mod allows for different wood variants of barrels?

icy estuary
#

every compact or quark

#

maybe

#

just a guess

#

a horrible guess

dry remnant
#

hello it is impossible for me to change my resource pack on better mc forge 1.20.1 is this normal?

dry remnant
#

yes I found the answer above thank you

green locust
#

hi i wanna edit the settings config of the traverlers backpack mod and it says this? what does this mean

junior verge
#

either way the fix should hopefully stay in v5.3.3 too anyways

plush current
#

is there a backpack mod in better-mc 1.20.1? couldn't find one in the jei search

junior verge
#

No there isn't yet

#

I just added sophisticated backpacks to it until the bmc3 backpack mod gets added back

#

If you do the same though I wouldn't recommend upgrading your backpack past gold level unless you really need the space otherwise you'll waste 8 diamonds and a netherite ingot

plush current
#

thanks for the tip πŸ˜„

junior verge
#

Assuming you also remove it like i'll do when the bmc3 backpack mod gets added back

#

The gold level is already 1.5 double chests anyways

#

Diamond im assuming is 2, and netherite im assuming is 2.5

quasi plover
#

why cant i download serverpack?

#

im trying to host a server off my pc

#

nvm

green locust
#

hi idk whats mod is doing these boxes beside the name, i want them to be normal

#

plus the names of items are usually colored aren't they? espically when they're renamed, they turn blue and italic sorta.

#

whats causing this

steep ruin
#

where can i report bugs?

past nacelle
#

here

green locust
#

hi how to get this?

vague sequoia
#

hey guys i just joined the discord. i'm using curseforge and i've been battling the internet trying to get bmc4/3/2 (something) to work for hours now.. can anyone help here?

vague sequoia
# icy estuary explain ur issue

error code:1 EXCEPTION_ACCESS_VIOLATION. I go into Curse- download any of the BMC packs (I've tried bmc4 latest version and v5, bmc 3, and bmc1)- launch with 8gb of RAM allocation- then curse open inject mc launcher and download starts- download finishes and launcher closes to launch MC- MC launches and immediately crashes

grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

vague sequoia
#

I'd also like to note that yesterday when my spankin new PC arrived the modpack had worked. i'd changed nothing before trying again before noon today and whatever it was that's different just keeps killing MC. I'll follow those steps and check back in

dense kelp
#

anyone know if BMC3_FORGE has any alternative ways of obtaining netherite beyond mining ancient debris?

vague sequoia
# icy estuary spankin new PC πŸ˜„

I got ATLauncher installed, logged in, etc. When the pack is downloaded and instance ready I'll click play and the Launcher closes but soon after re-opens and MC so far hasn't launched..

past nacelle
icy estuary
#

send latest.log if there isnt

vague sequoia
vague sequoia
#

Sorry how do or check "send latest.log"? Also ATLauncher Console confirmed a crash with "EXCEPTION_ACCESS_VIOLATION" again

icy estuary
vague sequoia
#

[19:50:17] [main/INFO]: ModLauncher running: args [--username, OpioidPhantom, --version, 1.20.1, --gameDir, C:\Users\adajo\AppData\Roaming\ATLauncher\instances\BMC4, --assetsDir, C:\Users\adajo\AppData\Roaming\ATLauncher\assets, --assetIndex, 5, --uuid, 5f028bbd078a4412ab520477dbf75d92, --accessToken, ????????, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 47.1.3, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --width=854, --height=480]
[19:50:17] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.3 by Microsoft; OS Windows 11 arch amd64 version 10.0
[19:50:18] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow
[19:50:18] [main/INFO]: Trying GL version 4.6

icy estuary
#

very bottom

vague sequoia
#

that was latest^ sorry for jamming it in here like that :/

icy estuary
vague sequoia
#

alright i'll give that another shot maybe I missed something. by the way ty all

#

are they specific drivers i should be looking at/for? or just make sure EVERYTHING is up to date..

junior verge
#

Dont know if amd has different types of gpu drivers

icy estuary
#

speaking of which I havent updated my drivers in a few months

#

xd

vague sequoia
#

ty ty i'm looking into it

twin yarrow
#

im having problems with my private server, when in the nether it shuts it down.

grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

past nacelle
#

qwek stop helping poeple and work on chornlezone

icy estuary
#

chorblezone

past nacelle
#

1.20 is the future

twin yarrow
#

the bot doesn't have 1.20.1

icy estuary
twin yarrow
#

yea but im on 1.20.1

icy estuary
twin yarrow
#

ok

icy estuary
#

those are just examples

twin yarrow
#

Kk

icy estuary
quasi plover
#

what command do i do

icy estuary
#

why

quasi plover
#

i need help

icy estuary
#

just fill it out

#
  1. example
  2. example
  3. example
    ...
quasi plover
#

i dont have to have it reply to me?

icy estuary
#

its just a format

quasi plover
#

oh ok

#
  1. Added mods (Cosmetic Armor Reworked, MoreCosmetics, Simple Voice Chat, Simple Hats)
  2. CurseForge
  3. 1.20.1
  4. Better MC [Forge] - BMC4
  5. Joining self hosted server
  6. Yes, when
  7. Done
  8. Yes, but it didn't have the information I needed
#

@icy estuary could you help me out?

#

i get this and i compared the mod files from the modpack and my server and they're the exact same

quasi plover
#

sorry

icy estuary
past nacelle
#

very helpful qwek you deserve cookie

icy estuary
#

bmc 1.20.1 v6 HF serverpack isnt available yet

icy estuary
#

It is what it says ok

icy estuary
quasi plover
#

ohh

#

yea

open fjord
#

hii, my advanced enchantment infuser is not working as intended, it wont allow previously enchanted items and wont repair them for exp, im using the 1.16.5 version, any ideas?

icy estuary
#

send you send a picture of it

quasi plover
icy estuary
#

just wait for Curseforge to finish processing the v6 hf serverpack

quasi plover
#

oh ok

icy estuary
quasi plover
#

ok thank you and sorry for pinging you

icy estuary
#

its almost 3am if I hear a random ping im going to get scared

quasi plover
#

will they announce when the v6 serverpack releases

icy estuary
quasi plover
#

so i'll just have to check the website?

open fjord
icy estuary
#

or a staff will update you

#

whichever happens first

icy estuary
#

thats not bmc

open fjord
#

nope, but since its part of the modpack i thought i could get some help, my installations are right, its an aternos server and idk why its not working

open fjord
#

wut

#

lol

icy estuary
#

Aternos is not supported for any modpacks here

open fjord
#

mb

open fjord
#

thx!

viral garden
viral garden
viral garden
viral garden
viral garden
viral garden
viral garden
green locust
grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

green locust
# viral garden check jei

What do I check there? It only shows the enchant I can put on it and there's no showcase for the shield in that mod

long cradle
#

Is there a way to view stats?

#

Number of deaths, etc.?

random sigil
long cradle
#

Oh, statistics thansk

#

Can you use other people's waystones? Are waystones for all the players or only on a player-by-player basis?

uncut mica
#

Anyway to remove weathering? all my farms are freezing up and not working🀣πŸ˜ͺ

cyan wolf
uncut mica
#

Yeah my torches are frozen my iron farm is frozen and is spawning golems elsewhere 🀣

#

Ice everywhere

cyan wolf
cyan wolf
lofty forum
#

how do you open the backpack? im pressing B didnt work, switched the keybind still doesnt work

past nacelle
#

if it's set to public don't others have it already

#

waystone ^

cyan wolf
#

Uhh not too sure, but isn't that only for the like team waystone or whatever they are called?

lofty forum
#

nevermind, i fixed it

cyan wolf
lofty forum
#

so i switched it to N

gleaming ocean
green locust
# viral garden !alternates

hi i did the curse forge transfer to my atl launcher but i do not see it in the instances tab did i do this right? i put saves folder in this folder

viral garden
#

click open folder

#

then put the saves folder in what it opens

green locust
#

i did that

viral garden
#

you need to install the modpack on atlauncher

#

you cant just transfer all of your cf files

#

please read the command

#

!alternates

grand gate
#

If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.

To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.

To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.

viral garden
#

read the text

#

it explains what to do

#

dont do anything else

#

just what the message says

green locust
#

sorry, i thought thats for when u start ur world the first time. I have imported custom mods, do i import them again?

#

okok

viral garden
#

and add them that way

green locust
#

okay

#

wheres the new version of bmc?

#

doesn't appear

#

nvm

#

aha

#

is this the one?

#

the newest is 1.20.1

viral garden
#

yep

green locust
#

okay

green locust
viral garden
#

you need to transfer your saves folder still

#

to the modpack instance

green locust
#

oh

#

right ok

#

nvm

#

im silly

green locust
#

hi i have a pick on my offhand and its missing an handle lolz

#

why ?

teal urchin
#

swiper stole it

green locust
#

no swiper nooo 😭

green locust
#

oops i said the opposite

teal urchin
#

in all seriousness it might be a visual issue

#

does being on main hand have it missing?

#

what about without your shaders?

green locust
#

ni

#

no its thwere on main hand

#

let me see

teal urchin
#

off-hand specific?

#

interesting

#

what mod is that pickaxe from

#

i cant tell if thats netherite or a modded pick

green locust
#

netherite its a texture pacl

#

yes still occurs with shaders off

#

it isss

#

better vanillla building

teal urchin
#

might be an issue with the mod itself

#

or texture pack

green locust
#

which mod

#

let me see without tp

#

btw off topic is there a difference bwteen texture pack and resource pack?

teal urchin
#

not a big difference

green locust
#

or just the same spelt diferently for osme reason

teal urchin
#

texture pack originally was for the older versions of mc, with just textures, aka images of the blocks and tools

green locust
#

ah

teal urchin
#

resource pack is the now new name, contains sound files, block and model information, and the textures of the tools and blocks

#

so it basically has more stuff

green locust
#

ahhh i see

teal urchin
#

and they decided a rename would be best

green locust
#

yea it sounds more proffessinal

#

nice

teal urchin
#

you can just think of a texture pack as old version resource pack, the naming aside they aren't too different besides obviously the versions they were made for

#

rip embed

green locust
#

lol

teal urchin
#

it almost works

green locust
#

aw it is the texture packdoing that

teal urchin
#

ouch

#

it might be an incompatibility with a mod or maybe a texture-specific issue

green locust
#

ill find anothe rbetter pack

#

yea

teal urchin
#

seems fair, might be a nice idea to let the texture pack dev know

#

on their cf page

#

so they could hopefully fix it

green locust
#

yes ur rigt

quasi plover
#

the v6 serverpack is out now right?

atomic narwhal
#

nah, just a figment of your imagination

quasi plover
#

just making sure its the right one

cosmic depot
#

I have a beacon at y -59 and its not reacing up to y 0, is there some kind of graphic setting to make it render?

past nacelle
#

are you not getting the effect or you just want to see the beam

cosmic depot
#

I want to see the beam, im getting the effect

past nacelle
#

from what i know beacon beams arent very optimized normally so its most likely one of the optimization mods thats doing it if i had to guess

cosmic depot
#

I figured out what setting it was

past nacelle
#

do tell

cosmic depot
#

"Enable Max Entity Distance" , turning it off will let you see the beacon

past nacelle
#

good to know

green locust
#

i need to turn off scary ass mobs in alex's mob

viral garden
#

open the modpack files

green locust
#

they freak me out so much

viral garden
#

open the config folder

#

to disable mobs open the badmobs config

green locust
#

where open modpackfile?

#

in atlauncher?

#

oh

#

nbm i see

#

idk how to edit this?

#

its easier for me in mc menu

#

how do i make them not spawn?

viral garden
#

search the mob you want to disable'

green locust
#

i did

#

now what

viral garden
#

in the badmobs config

#

then set removeAggressively to true

green locust
#

in mc menu or

#

json file

viral garden
#

in the config folder

green locust
#

ooh

hollow veldt
#

what is happeninnnnnng

#

The nether doesn't load, I just fall infinitely

viral garden
hollow veldt
#

singleplayer

viral garden
#

#faq performance guide

grand gate
#

Is the server pack out yet?

viral garden
grand gate
#

eatingblue🫰

obsidian oriole
sour jasper
frigid vault
#

how do i grow baobab trees? hmmm dropped two stacks of bonemeal on the mf saplings in every arrangement

viral garden
#

try placing 4

#

in a 2x2 grid

unique light
#

i wanna say thank you chorb for helping so many people out all the time ❀️

viral garden
#

of course

left fern
#

How can i remove my body here

#

I cant place blocks on it

icy estuary
#

and js wait

winged plover
#

when i open the 1.19.2 version the play button doesnt show up in the menu screen

winged plover
#

essential

glass sky
#

pls, need help
how to fix double map?
Does a round map reduce my fps a lot?
Better MC 1.16.5

viral garden
#

!lan

grand gate
#

LAN is untested and unreliable. Using it will cause longterm damage to your world. There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way. Here are your options:

  1. Create a server using the server pack or through a Bisect purchase. Type !server in #bots for more information.
  2. Install the e4mc mod and then Open to LAN ingame.
viral garden
#

e4mc & using the server pack is free

viral garden
winged plover
#

No

glass sky
#

yes

viral garden
viral garden
#

we offer no support for piracy whatsoever

#

TLauncher does not install mods or modpacks correctly

glass sky
#

Then what should I use if not TLauncher?

viral garden
#

buy the game lol

#

we dont offer support for piracy

mighty crow
alpine forge
#

Is ambient sounds 5 compat with BMC4?

mental portal
#

Can soemone help me to download the mod, i already have everything, but is not working

mental portal
#

yeye ik

viral garden
#

read #faq for modpack installation

mental portal
viral garden
alpine forge
winged plover
#

game still crashes after i removed the essential mod

icy estuary
grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

winged plover
#

1.no 2.Curseforge 3. 1.20.1 4.v6 5. launching the game 6.nope 7."C:\Users\Yurem\curseforge\minecraft\Instances\Better MC [FORGE] - BMC4\hs_err_pid6416.log" 8.no

viral garden
#

directly from the vendors website

raw bloom
#

This little quick craft button is not apearing can someone help me pls?

delicate terrace
#

So I deleted some mods from better mc but I wanna get them back what do I do? curse forge won't let me delete the whole thing cause it's locked

viral garden
#

close your game

delicate terrace
#

it still says files are locked cannot be deleted

viral garden
#

restart pc

delicate terrace
#

alright

grand gate
#

hey guys i wants to start better mc3 v16

icy estuary
#

yes

grand gate
#

but i cant start it always shows the exit code 1

#

can anybody help me

icy estuary
grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

#
  1. no
#
  1. minecraft launcher/curseforge
#
  1. 1.19.2
#
  1. v16
#

5 starting the game with minecraft launcher from curseforge

#

6 no

atomic narwhal
#

Update your graphics driver directly from website

grand gate
#

okay

#

it worked thank you so much

fleet turret
#

Is anyone able to help me, better mc seems to only be using 6GB RAM and I'd like to double it

viral garden
fleet turret
viral garden
#

!ramargs

grand gate
#

To allocate more RAM to your server, please open the serverpack files and read the file named README.

fleet turret
#

I tried adjusting line 16 as it said in the read me but it just sits at the 5GB

#

let me try it again and restart the serve r

humble sinew
#

how to hide my armor in better mc

icy estuary
#

the only bmc forge pack I remember you were able to do it in was bmc plus 1.16.5

humble sinew
#

but I have seen a streamer doing so in 1.19 bmc

fleet turret
# viral garden !ramargs

So I have edited it, current arg on line 16 are:
$JavaArgs = "java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true"

#

but server is still running like this

viral garden
#

if theres a variables.txt you need to put it there instead

viral garden
#

then the readme is correct

#

take a screenshot of ur start file

fleet turret
viral garden
#

did you save

fleet turret
fleet turret
ancient adder
#

bmc3 is the latest?

viral garden
#

in what way

ancient adder
#

release

#

daste

#

date

viral garden
#

they're all updated frequently

viral garden
fleet turret
#

first time using this mod pack so I'm guessing so

viral garden
#

you can try using the user_jvm_args file

#

to add args

fleet turret
oblique cave
#

im using bmc3 1.19.2 v15 and server side there is less mods than client side, is it possible to use the mods missing in the server if i have them on client ? if no, why these mods are missing

foggy sedge
#

is anyone else having trouble putting mending on a bow through anvil and books?

#

for some reason it's the only item that i can't put mending even though it's supposed to let me do it

#

i'm on 1.19.2 v16 but the same thing happened in v15

viral garden
#

serverpack only includes server mods

#

thats the point

oblique cave
#

Ok, so i can’t simply use the mod installed on the client (like the minimap mod)

viral garden
#

thats not how it works

#

read #faq for modpack installation

fleet turret
#

seems to be reading the args but not implimenting it, odd

oblique cave
viral garden
#

you dont need java 18 clientside

#

but it will help with performance

oblique cave
#

Thank you chorb

ancient adder
#

@viral garden does this hurt?

#

i do not see how too much memory would be bad

#

i have enough

solar raptor
#

Pretty basic question, but my Powershell Keeps crashing even after doing the set-executionpolicy remotesigned command in Powershell

ancient adder
#

yeah i have 32GB ram, 16GB is easily doable

#

i think giant modpacks like mc eternal maybe od

#

do

#

not sure

sleek mortar
#

hello how i can activate vein mining

#

he doesnt work on my pickaxe

grand gate
#

An update to windows introduced a new security feature that prevents powershell files from running on your PC. This is great for your security, but not so great for our server start scripts, which require powershell to run them. Fortunately there is a quick fix for this!

Run powershell as administrator, then run Set-ExecutionPolicy RemoteSigned. Read the prompt and press accept. This will allow us to run scripts.

Next, navigate to your server directory using cd path/to/directory (for example: cd C:\Users\Username\Documents\Minecraft\Server)

You can now run the server by double-clicking the start.ps1 file, or typing .\start.ps1 into the command line while in the directory.

IF THE ABOVE DOES NOT WORK, TRY THIS
Run the command Unblock-File -Path .\start.ps1 in the same powershell window. This will allow the start script to not be blocked by windows, and run freely.

If all else fails, a manual installation should work:
FORGE 1.16.5: https://www.youtube.com/watch?v=bIjisWyxU-8
FORGE 1.18.2: https://www.youtube.com/watch?v=R610M102X0U
FORGE 1.19.2: https://www.youtube.com/watch?v=3HD0ibIpO-A
FABRIC: https://www.youtube.com/watch?v=b2W1Xb7nLKo
Make sure to Install the Server in our ServerPacks so it can use the correct files.

random sigil
foggy sedge
#

right now it has these but i tried putting it way before this

#

i think i tried it when it only had power 5 and unbreaking 3

#

but if it was the expensive thing it should say so right?

#

i did all of that before upgrading to netherite

random sigil
foggy sedge
#

wait really??

#

well that explains it

#

thanks

random sigil
foggy sedge
#

idk why but i really didn't know that

hybrid prairie
#

Hello im trying to set up a better mc server but when ever i run the power shell it saids that it cand find or load user_jvm_args.txt

#

could i please get some assistence with it please

#

ive been able to run a sky factory but not this type

sleek mortar
#

hello i need help for the advanced wireless terminal he say we can improve range « Build a level 1 beacon in an 8 block radius of the baund
terminal to make it accessible from anyuhere in the same dimension.Β Β» but when i place the beacon he doesnt work.

random sigil
gloomy pewter
#

i had to remove fancy menu so i could play with my friend with the essential mod but now it doesnt launch

solar raptor
#

Why didn’t this command do anything btw?

obsidian oriole
#

Forge vers. mismatch (47.1.30 instead of 47.1.3)

#

any idea what i did wrong?

teal urchin
#

if that command doesn't fix it run Unblock-File -Path path/to/start.ps1

grand gate
#

does anyone know what an ancient end city looks like i can't find one

graceful rain
#

I have a problem with BMCv16, namely I have a loading screen for 20 minutes and nothing wants to move on, I tried to download the package again and no improvement

grand gate
#

i died in the end and im stuck on building terrain

junior verge
#

there is a modpack with over 1k mods that recommends allocating 48 gigs

icy estuary
#

Thats about 7639 more then Shattered Realms

#

Their first download has about 572 more downloads then your first version kekw

#

well

#

anyways

icy estuary
grand gate
icy estuary
#

so what about the cc that made videos about it this isnt the right channel for this mr Kayn West

grand gate
icy estuary
#

let it freeze for like a minute

#

send latest.log

grand gate
#

i think it might've been like me editing the nbt thing

#

i wanted to play hardcore without actually restarting when i die

icy estuary
#

welp

#

js send in a log and lets see

grand gate
#

ill do the log

icy estuary
grand gate
#

ohhhh

icy estuary
#

upload it here for me

#

im on my phone

grand gate
green locust
#

how much fps are yall averaging wih the new version of bmc?

grand gate
#

like 300

green locust
#

HOW

#

i have 50

#

and thers 170 mods

#

pls tell

icy estuary
#

the new bmc is really easy to run

green locust
#

why arent the perfomance mods already on the modpack?

green locust
#

just me?!!?!

green locust
#

im there rn

icy estuary
#

follow it

green locust
#

yep

icy estuary
#

then once u do

#

go ingame

#

open f3

#

send screenshot

#

if your still lagging

green locust
#

ok

#

how can i do this on atl launcher

#

when i first launched it already said 8024 mb someting like that warning thing

#

but i have

#

16 gbs

icy estuary
#

1024x6

green locust
#

where do i aoolcate

#

allovate

#

ok

#

?

icy estuary
green locust
#

here?

#

atlancuncherlqjdoijasidoas

icy estuary
#

yes

green locust
#

ok

icy estuary
#

u allocated 4gb it says there

green locust
#

oh

#

lol how much again

#

6?

icy estuary
#

1024x6

#

6144

green locust
#

ok

#

did i do this right here?

#

i copied this thing into notepad

icy estuary
#

add the bottom iirc

#

and it should be true by default in lps modpacks

green locust
icy estuary
#

iirc Chorb said its already enabled

green locust
#

ok

#

what version of java do i need for 1.20.1

#

nvm im checking ofr updates

#

ok i think thats it all i gotta do is the video settings in mc

grand gate
#

how do i downgrade to the previous version of bcm3

#

i think the new update bugged my world

icy estuary
grand gate
#

okok thanks :3

uncut mica
#

Well I've updated like I've done so many times never had an issue but now lost my worldπŸ˜ͺ

grand gate
#

Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:

1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?

icy estuary
#

always backup your world

uncut mica
#

Yeah learn from mistakes

violet topaz
#

Can somebody send me a text file with all the mods AND THEIR VERSIONS for better MC forge 16.5?

violet topaz
#

Thanks

violet topaz
icy estuary
green locust
#

ok i did all the fun stuff, but i still run 50 fps or such

icy estuary
violet topaz
icy estuary
green locust