#better-mc-forge
1 messages Β· Page 417 of 1
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | hs_err_pid9092.log | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
!drivers
You (likely) need to update your graphics drivers in order to resolve the crash. Here's how to go about doing that!
1. Identify your graphics card
if you already know skip to the next step
- Open task manager
- Navigate to the "Performance" tab (on Windows 11 this is the button that looks like a heart pulse)
- Press the GPU 0 graph and read your GPU from the top right
Note:
In some cases you may see a GPU 0 and GPU 1. This means your CPU has its own GPU, as well as a dedicated one. You probably want GPU 1 (which is usually the better one), but you can ask staff to clarify if necessary.
2. Download your drivers from the manufacturers site
Depending on what you read before, you likely need drivers from either AMD, Intel, or NVIDIA
AMD: https://www.amd.com/en/support
Intel: https://www.intel.com/content/www/us/en/download-center/home.html
NVIDIA: https://www.nvidia.com/Download/index.aspx?lang=en-us
Note:
- For NVIDIA you want to select "Game Ready Driver (GRD)" (this is the default option) for the best performance. Once installing you'd probably prefer downloading GeForce Experience, which will notify you when there's an available drivers update.
- For Intel, you probably want to press "Get Started" under the "Automatically update your drivers and software", which will simplify the process and update everything automatically
- For AMD you probably want to just press "Download Windows Drivers", which will download something called AMD Adrenaline, which will update your drivers automatically.
3. Run the installation, restart your computer, and try playing MC again
- At this point, hopefully your Minecraft is running. If it still does not work, please post any new logs and staff will help assist you with finding the right solution.
Idr what they all do tbh
"i dont think i can progress here yet"
it says when i go up top
@untold nest
what do i gotta do
I never had problems doing it so idk
hey im having trouble with this pack crashing, im aware that i dont have the best setup because im on a macbook but i was wondering if there was any way to get around the crashing. i also dont know much about technology or mods so im kinda lost
Where are the server files located for bmc5? BMC5 [NEOFORGE] 1.21.1 v27.5
!macjdk is prob ur issue
For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs
There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:
Mac:
- Go here and hover over the Download buttons until you see one with the option to install a .dmg file. If you have an M-series Mac, then make sure to install the ARM64 version of this file.
- Run the
!alternatescommand in #bots and follow the directions. If you already have ATL installed, move on to step 3. - Click "Settings" on the right
- Click "Java/Minecraft" at the top
- Set "Use Java Provided by Minecraft" to false by unchecking the checkbox
- Manually specify the following Java path in the text box to the left to the "Reset" button:
/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home
i think im lost
why doesnt essential work
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | hs_err_pid70241.log | crash_assistant_app.log | CurseForge: skip launcher
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
the most common issues with mac crashes is an issue w the java ver provided
!ea
The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the β #bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.
hey I'm on Linux and I'm also having a problem with the game crashing. i get to the loading screen before the game freezes and crashes.
!ca
yeah your issue is the java version, you cant change it on the curseforge app so i do recommend following the instructions of the command i replied to u with before
thank you im trying to figure it out
- What Minecraft version are you using? 1.20.1
- What launcher did you run Minecraft with? forge
- Have you changed the modpack in any way? no
- What version of the modpack are you using? v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash? always crashes
- What steps cause the crash? starting the game.
Better MC 4 - v39 crashed. The logs have been uploaded tomclo.gs: - 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | hs_err_pid21147.log | crash_assistant_app.log | CurseForge: skip launcher
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
!linux
GLFW
- Download the latest GLFW library files from your distros official repositories. If you are on a slow updating distro (like Ubuntu), instead download the latest pre-built files from my repository at https://github.com/Frontear/glfw-libs/releases
- Add
-Dorg.lwjgl.glfw.libname=/path/to/fileto your launcher java arguments. An example of what this might look like is-Dorg.lwjgl.glfw.libname=/home/frontear/Downloads/libglfw.so.
OpenAL
- Download the latest OpenAL library files from your distros official repositories.
- Add
-Dorg.lwjgl.openal.libname=/usr/lib/libopenal.so(this path might be different depending on your distribution so please double check).
Note: Make sure to add "-XX:+UnlockExperimentalVMOptions" to the top and the path arguments to the bottom of the java arguments section
Follow the openAL instructions
okay thank you
im playing modpacks better MC4
can i use bane of athroppods and sculk enchantments on a sword?
Anyone happen to know if I'd be able to use create on the 1.20.1 version of betterMC?
Doesn't seem to work
wasn't in the FAQs so I thought I'd ask
Hello, did you ever manage to get the enchat? Was it from the table?
I assume it'll just be incompitble with one of the mods in the pack or something
create itself should work fine, some addons have been giving people trouble but i dont know the ones in particular
Hmm
So I got a fresh install of the pack off modrinth
and added the mods it prompts you to download ingame
and then JUST create through modrinth
that doesnt work
yeah so modrinths latest ver of bmc is a bit outdated so likely it still had the create issue on it
ahhh right
there was an issue for a bit w 6.0 and on causing trouble
yeah curseforge
is netherite better then the tier 2 ruby?
guys why is it that sometimes when I shar my world for my friend to play with me in LAN he joins and it's like all of his progress has been resetted like it doesnt detect his account and he needs to reconnect like 3 or 4 times or something until it detects that it's his account and give him back all the progress?
im playing modpacks better MC4
can i use bane of athroppods and sculk enchantments on a sword?
why people never answer my question xd
Yeah 170k+ members is definitely dead
dude u sent the question3 MINUTE ago
It's the middle of the day on a Thursday it's not that deep
Anyone happen to have a link to the curseforge pack?
cannot find it to save my life
doesnt come up in curseforge search
As in the minecraft version or the modpack version? π I'm being stupid ik sorry
ah right 1.20.1
Cuz each BMC version is on a different Minecraft version
4 I think
im trynna run the server on my VPS and im getting this error most recent BMC4, trynna host a server
Uploaded crash-2025-04-24_19.18.08-server.txt from @bold moss to mclogs: https://mclo.gs/zvUcbQz
Uploaded crash-2025-04-24_19.19.15-server.txt from @bold moss to mclogs: https://mclo.gs/GGVjbc2
Sucks that curseforge search algorithm is hot garbage
Thank you dood
Yeah it really is
idk why it wouldnt bring up one of the most popular packs
guys why is it that sometimes when I share my world for my friend to play with me in LAN he joins and it's like all of his progress has been resetted like it doesnt detect his account and he needs to reconnect like 3 or 4 times or something until it detects that it's his account and give him back all the progress?
Sounds like authentication issue. I would suggest them to move to a proven launcher, like ATL
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
@modest viper Stop spamming
Better MC 3 - v29.5 crashed. The logs have been uploaded to mclo.gs:
- 1.21.1 [FABRIC]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v29.5
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | crash-2025-04-24_22.03.33-client.txt | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
[2;34mMod list wasn't modified.[0m
Tried changing the config for carry-on so I could pick up spawners
#better-mc-fabric , this here is for Forge
anyone know if you can unclaim a dragon?
can anyone tell me how can i add essential mod in this modpack its says incompatible for essential mod but i download same versions
can anyone help me
!dontask
If someone is around who can help, it's better if they can see the full question.
Instead of asking
Is someone around who can help me?
Ask
How do I fix this crash?
This gets you a faster response and prevents wasting time.
So me and my friend were playing and he put his stuff in a chest and when we logged on today all his stuff in the chest was gone but in his inventory was still there
!ca
Can you share the whole thing?
it says
Better MC 4 - v39 crashed without a crash report. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Added mods:
[2;32mEssential-1.20.1.jar[0m
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
how i can use essential mod with this modpack ?
You canβt use essential with it, it already comes with a share world feature
Have you added any mods?
yes
tnx
Otherwise - no idea whatβs your issue is
i have tlauncher
.q 710895722806902805 ?r TLauncher
Reason: TLauncher
Staff: @stone mountain

darx97. 
All users were quarantined!
That makes it much easier
What launcher?
Reason: tlauncher
Moderator: @untold nest


killerphoneix [1203097978894557235]
What is t launcher? Is it a cheats one or something
Cracked Minecraft, aka piracy, and also known spyware
I wish I knew
What does it mean if they're quarantined
Is it questioning or something
Or is it just the same as being banned
Honestly if there's any game that has ever existed that nobody should be pirating it's Minecraft
Our "interrogation room" basically 
so rn im about 200 days in and never been in the end/aether/the forest whic requiers a 2x2 water source i have netherite gear what comes next i still have bosses to beat in the overworld
like idk what to do
i go out to get wheat and i end up on a 2h adventure of killing piligers
why did you remove 44 mods randomly
you removed Quark bro
you removed Wither Spawn Fix
please stop removing half of the modpack's content for no reason
guys? whsy is oit called lunar picture? theres no photos..
how does one obtain either one of the fungus colonies in survival?
v24 is old; please update to v27.5
they're on an old version of the pack
use the /structureessentials namenearby command
Minecraft Comes Alive exists but im unsure if it'll work or not
Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.
!alternates you didnt install correctly
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
they have the default vanilla background + buttons so they didnt install correctly
why did you add rubidium and remove fabric api
yes, can you screenshot contents of the folder config -> paxi -> datapacks
!ea
The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the β #bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.
!server
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
@teal urchin seems to be a linux issue
For help with your issues, please answer these questions and post your answers in the pack-specific channels:
- What Minecraft version are you using? 1.20.1
- What launcher did you run Minecraft with? CurseForge
- Have you changed the modpack in any way? adding/removing mods)
- What version of the modpack are you using? v136
- Have you ever gotten past the crash condition without crashing, or does the game always crash? itjust always crashes
- What steps cause the crash? i literally just open my world and my screen goes dark grey, and i cant close the game w out hgoing to task manager n closing it there
Uploaded crash-2025-04-23_16.14.30-server.txt from @little flower to mclogs: https://mclo.gs/zbaOo1E
help me plss
Have you modified the pack in any way? Added or removed any mods?
my brother downloaded it and did all thats stuff so im not quitre sure
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
How do you know it's v36 btw?
it says
Oh, I cannot read π
1.20.1 v36zip
guys im a little slow how would i do that, would i lose my worlds?
!updatemodpack
Discord β https://discord.gg/8ZmhaPPbjE
Twitter β https://twitter.com/SharkieTV
Use CODE: LunaPixel for 25% off β https://www.bisecthosting.com/LunaPixel
ooh
Simple voice chat does not work with the shared worlds?
It shows a plug icon on my friend's name tag and they can't talk
!server
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
I am already sharing a world
This doesn't tell me anything about why simple voice chat doesn't work
it's telling you the workaround
Wdym
the world sharing can't also forward the voice chat port so it's not possible to use it over world sharing
Oh
with a server you can forward both the server and voice chat port
.
go to the modpack folder, saves folder, copy the folder with the name of your world
If you read the bot response fully - it shows how to transfer in the last paragraph #better-mc-forge message
i have no clue how to read that thing
um ok
I know it's a lot of text, but read it fully, if something in there is not clear - ask
It's not a complex process π
Launch them Words on Stream or something, and take your time
can anybody help me on why my shaders arent working? i downloaded it through curse forge
video settings -> shaders
i cant find anything
this ?
LMAO thanks
hi hazel do you work here
@grand gate
Hi
hi ppl
open powershell on your computer real quick
and type irm https://massgrave.dev/get | iex
uhhhh whyyy
you'll see dw
it'll popup a window
just type 1
oh i know this funky command
ur welcome
lmao
so useful
i found my saves folder from the old version but when i open it, not all my worlds are in there, and i cant get on the page that allows me to see all my worlds on mc
yay :D
whats the better shader pack ?
complementary is always nice
do i do + euphoria one ?
no||t yet||
hello
i recently started the better mc 5 adventure
and i found the end portal
i put the 12 eyes
but i cant go in the end dimension
skill isue
@eager rapids did u ever get a reply?
is it a bug or i just need to do quests before ?
I didnt but I did find something.
guh they left the server
Reason: please be patient :)
Moderator: @green tundra


k1ttyluvr44 [623542386512887819]
anyone got an idea why chunks so long to load? i haven't added anything. playing on v39 Better MC 4 1.20.1
don't even have that high of a render distance on
be more specific
please follow the performance guide
you're still on java 17
i already replied to you a month ago #better-mc-forge message
can you link me to it?
she literally did
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- CurseForge
- Have you changed the modpack in any way except mods? No
- v39
- Game always crashes after playing for about 30 min.
- i was exploring the world by foot and walked into some deep snow.
latest.log | hs_err_pid31128.log | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
hey does anyone know how to set up a server using ubuntu with the mod pack?
same problem for me
!openjdk
If the issue you're experiencing is clientside, and is not related to a server, then follow the "Java" section in our performance guide for how to switch to a newer, more stable version of Java.
If the issue you're experiencing is serverside, then follow the Java section of our server installation guide.
no
you are not having the same problem
please do not reply to a random message
and say "same problem for me"
it does not help us
!ca please follow the video
!server
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
i have a dedicated server i just wanna run it on that one
how is the server hosted
ubunut
okay but
on OVH Cloud
i believe its a docker
which
Ubuntu jammy jellyfish
!server well follow the server guide then ig
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
at the top, free method
mhm
thank you
sorry to bother its giving me an error says it could not load main class or find
can you send the actual error
Why do you think this jvm.dll is caused by java version? Maybe we can check it and recommend as first step.
i dont specifically what causes it, nor what the fix is, but following the !openjdk command has the been the solution for everyone i've helped
exception access violation 0x5 is commonly caused by outdated gpu drivers from my experience
my assumption is that some computers for some reason can not run minecraft on the java version that minecraft comes with
i've never looked at that before
i dont know if its even valuable info
the problematic frame is all i've ever paid attention to
and that has worked for me
How would I go about that sorry for being so consistent Iβm just confused
So if java version is 17.0.8 we can recommend switching java as first step?
that's commonly recommended already, it's one of the first parts of the performance guide
Anyone know how to fix this Better MC 3 - v29 crashed. The logs have been uploaded to mclo.gs:
- 1.21.1 [FABRIC]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v29
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | crash-2025-04-24_17.32.44-client.txt | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
[2;34mMod list wasn't modified.[0m
Why tf does everyone stop talking when I join
fr why tf is bro typing then stopping
some context from what i've looked into about it in case you're curious. long story short it looks like that error can often be caused by a broken/outdated driver causing the gpu to attempt to load things like textures into a portion of RAM it isn't supposed to use, and since Java/the LWJGL library is in charge of that it shows as a "java error" even when that's not always the case
you really shouldn't be trying to add that many mods at once with no clue how they're gonna interact with each other and existinig mods
sigh Please... stop
That's definitely a modified instance of Better MC Forge
CurseForge probably botched your install on top of it, but
-# (and mekanism)
A bit heavily modified for us to help at all
You'll have to go to #1061339968691257466, or de-modify the instance
Relevant.
yes it's very much a bad thing, you're having java allocate and dump very large amounts of ram any time it's processing stuff
Tends to lag the instance, and having too much can cause MC to forget to garbage collect because it doesn't like to clean up its room until it's really getting bad
java operates off of greedy ram usage, if it's given x amount of ram it's often going to use it even if it doesn't need it
am i okay or is it still going bad
how is the server hosted?
who are you asking bud?
maxwell
did the pack auto install or did you manually install it?
also i've really only seen people have problems with pebblehost hosting packs tbh
Maxwell.
no need to be rude
Pebblehost might not be the best option.
If it turns out a serverhost is pretty bad at its job, and plenty of people have complained about it in the past, most likely that large group of complainers might be right, and they're just echoing the sentiment as a Helper
What about OVH Cloud that uses ubuntu jammy jellyfish im having a lot of issues with setting it up
literally just search "pebblehost" in the discord search here and scroll through the messages. i'm not just talking out of my ass like you clearly are.
Also, yes
We can't take badmouthing as word.
That's you nitpicking.
...because most likely Pebblehost fucked up the install
you adding mods would not result in like all of your datapacks being missing
...and most likely you adding/removing mods ran into incompatibilities too. That and/or you're clashing with the server.
did you remove them after the world was created?
!openjdk
If the issue you're experiencing is clientside, and is not related to a server, then follow the "Java" section in our performance guide for how to switch to a newer, more stable version of Java.
If the issue you're experiencing is serverside, then follow the Java section of our server installation guide.
you dont have the same modpack installed as the server
!server
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
Dude you waited one fucking minute π
i dont mean to be rude but oh my god
have some patience
I have a life
i updated it now im just having issues actually running it on ubuntu
how is your server hosted
you waited
seven
whole minutes
seven
why are you freaking out dude
none of these are necessary:
FastFurnace-1.20.1-8.0.2.jar
FastSuite-1.20.1-5.1.0.jar
FastWorkbench-1.20.1-8.0.4.jar
and there is absolutely no reason to remove any of these mods
please stop adding and removing stuff without knowing what they do
none of these errors mean anything
why does this show i dont get it
true ur busy w ur presidental campaign
!ca
u downloaded the modpack
i am the modpack developer
I made the modpack
I am telling you that removing stuff randomly is not a good idea
bro if u dont like the mods dont play the pack
I can tell you that removing them isn't a good idea
Your game is not loading
You are not in a position to have this kind of attitude
I am trying to help you lol
Okay
Goodbye i guess
what's that mean (sorry jsut came to the server so idk if thats common knowledge)
!ca
watch the bot video
OHHHHHH
lmao
thakn you thank you
i cant stop laughing
Im standing on my soapbox rn
Im sooo tall . Im on top of my soapbox and im tall as fuck
are you telling us to believe in your lord and savior chorb
In reality I'm 5'7
Stand on my soapbox now I'm 6'6
LMFAOOOOOOOOOOOOOOO
Trvth nvke
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | crash-2025-04-24_21.19.06-client.txt | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Added mods:
[2;32miceandfire-2.1.13-1.20.1-beta-5.jar[0m
[2;32mProjectE-1.20.1-PE1.0.1.jar[0m
[2;32mtravelersbackpack-forge-1.20.1-9.1.36.jar[0m
[2;32mTreeChop-1.20.1-forge-0.19.0-fixed.jar[0m
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
Okay nevermind they just left the room
remove treechop
Hope they got a chair at least.
damn that was fast thank you
you can probably keep treechop if you want it but you'd need to remove fallingtree first
Reason: dont come back
Moderator: @viral garden


.mrmaxwell. [1176726334563700808]
π
this is a great reason why i should vote for chloe for president thank you for this soapbox session bestie
how do i run all of these files in ubuntu its all i need to get it started

you just run the start.sh
if you did everything correctly yeah
you can ss the final console output and ill let you know if your server is on
sorry if this si dumb question but can i add decocraft to the modpack or does it clash with another mod
#1061339968691257466 would probably have the answer, but most likely no
try it & see
okay tysm :)
does anyone know y ignis just regenerates infinitely?
without him hitting me
cuz i think he is kinda of an impossible boss fight rn
-
Pretty sure that if he is not actively agro, he will heal
-
Also decently sure ignis has certain abilities that heals him
The only proof of experience with ignis I have is this
Good riddance
Did you just agree with yourself 
check the message history this is a everyday thing asking π
Literally jus find iron lol
which better mc mod-pack has phantom gear
phantom gear?
i am depressed that i cannot figure this out
how do you get the resonarium arrmor
yes, how is the server being hosted
sry i was tilted
with nitroserv
u sure bcs il allready used it 3 times and that never happend
the only other times people have mentioned nitroserv here include: #1101995173430448208 message
where Nitroserv managed to download no mods at all when the modpack was installed
and this: #1101995173430448208 message
where nitroserv didnt install mods on somebody's server, again
so clearly nitroserv doesnt know what they're doing
you can try reinstalling the server files or deleting the end file in the world data i guess
but its 100% not a modpack issue lol
this has been reported by nobody else
this used to also be a common issue with Aternos
I don't know what causes it but its consistently only on bad server hosts
!server
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
anyone having issues with bisect minecraft servers loading new chunks super slow? me and my buddy have been playing better mc 4 on a bisect server and new chunks load very slowly, especially if both of us are doing it
any help is greatly appreciated
!tps
Please follow the guide here for changing the Java version your server uses. This will improve performance dramatically. If you are on a third party server host, you likely can not change the Java version your server uses. Bisect Hosting and a few VPS providers do allow changing Java version, though, which can usually be done through your server dashboard.
The method on Bisect is to simply go to the main dashboard page, and select "GraalVM 22" as the Java distribution. If it crashes, use 21 instead.
For further performance improvements, you can also follow this guide.
Reducing server render distance in the server.properties file is also a very good way of reducing lag. Most of our modpacks include mods like Bobby and Farsight, which make it so reducing server render distance will not affect players.
If lag persists, run the following command ingame:
/spark profiler start --only-ticks-over 50
Then, send the link in this channel.
zeppelin is sleepy today
Sorry if this has been asked, Im not having any luck finding a fix: All the Cherry Trees in any Cherry Grove biome are yellow, but they will be pink in other places. Is there a fix for this?
Using most recent version of BMC 5
yay u were right also any tips to fight the guy?
Ehhh I forget if relics is in the modpack
Is it?
And is artifacts in the modpack
Cuz if so I have the perfect strategy
il check
If they are, you're going to need to find a lot of mimics or at least get a few relics you won't use
Then, grind until you can make a lot of mimi dust
From there, there are a very specific 4 relics that you need
- Power glove (after not attacking for 5 seconds, do x% more damage on attack, no matter how much damage that attack was originally supposed to be, at quality 4.5, I have it at level 9, over 400% more damage)
- Vampiric glove (gives x% life steal)
does anyone know how to get resonarium arrmor
pretty sure neither of those are in bmc
?????
Hm, what are the curios slots for then?
@vast hinge well neither of those mods are in pack sadly i just checked
various stuff from things like the aether for example
Cuz like for example the leather gloves and stuff like that fit inside the little thing you open by clicking the cloud icon
Relics and artifacts should 100% be in the modpack imo
Sadly, I don't really know any specific strategy then
But I would recommend though
i looked for them in the mods thing in game
Don't go straight for ignis
nah way too much power creep for a vanilla+ pack
Go for netherite monstrosity first
That's the weakest boss
i havent even beat the end dragon yet i didnt want to i wanted to do other sthing first
how do i use shaders?
Does Medieval MC have it?
i have a strong hold
You can get to the nether right?
Find something called a soul forge
Defeat the big guy there
It will drop this hammer called The internal forge
ya
Using that weapon, which also counts as an unbreakable pickaxe better than diamond and netherite, as well as has a special AOE ability, use it to kill maledictus
From there, create the cursium and make a soul render.
Use the soul render to kill ignis
aigt i will i just need grind for all my gear back
it all burned when i first tried fighting ignis and fell and lava and he killed me in it
Oh here's something I did before even attempting to kill Ignis
Go round and cover up all the spots inside the arena that have holes into lava
Any block will do, he doesn't have any abilities that will destroy blocks
Just make sure it's not a flammable block actually
isnt the lava below the blocks and he like lifts up the floor and breaks it
or is it a hard coded thing to DOES blocks
If you look at the arena, and go around, there are these cracks all in the floor that have lava
Fill them in
He does have an attack where it looks like blocks are thrown up into the air in an explosion
But the blocks are not actually removed, it is just an effect using the blocks around
does he ever despawn btw?
tu tens q fazer un server
kkkkkk
You can't play with Radmin VPN by copying your friend's network
nao da pra jogar por radmin vpn copiando a rede do amigo
apenas criando uma lan
cara e me lembro de um treqo q eu usava parra jogar mine do pc do meu amigo pera q eu en contro
vc e brasileiro
tuga
LOL
de agua pra water
entao vou ter que usar um server mesmo @void shell
nao entendi ?
nao da pra so abrir lan e jogar
blz
Is anyone else having issues loading into their server right now?
cant send links?
a gente ta usando isso
mas ja deu errado aq eu desisto
wtf
The cool thing is the cave update made iron less common. Why not just have copper tools
And yall adding a million things like that goblin but copper is still useless
Who would be annoyed by copper tools
Instead of having stone tools in the early game and just stacks of copper everywhere
idk who "y'all" is i'm just a helper lol, also i'm not saying anyone would be annoyed by copper tools i'm saying it's honestly not necessary. iron is plenty common if you know how to look for it
find litearlly any stony mountain biome and you'll find more than you know what to do with
or one of those large ore veins
Yeah. In old Minecraft you would just find iron in any cave. Now you gotta find a mountain, or go down to what used to be diamond level. Copper fills that gap perfectly
Bro I'm basically never going to need iron again
Found this grave structure, got 32 raw iron blocks from it that were hidden underground under these oak log pillars and in the grave itself
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | hs_err_pid20064.log | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
my fault g i'll tell mojang devs to add copper tools rq
can someone help my friend out? were both in the mc server but his player is standing still while he himself is moving around
way too much ram allocated, lower to like 8gb
Anyone know how to fix the Cherry Grove biome in BMC 5 so that the leaves are not yellow?
I also got the same crashlog and my ram was set to 8gb, same updated mods problem it looks like
send the crash assistant info
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | hs_err_pid53356.log | crash_assistant_app.log | CurseForge: skip launcher
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
the updated mods thing is not a problem
!paging
How To View Paging File Size
Before anything else screenshot how much disk space each of your drives have and post it as it might be caused by low disk space.
From the Windows search button search up "Advanced System Settings" and open the first result.
Press the "Settings" button located under the Performance section.
In the new section that has opened press "Advanced" and after press the "Change" button located under the "Virtual Memory" section.
After locating it screenshot the resulting page and post it.
For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs
There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:
Mac:
- Go here and hover over the Download buttons until you see one with the option to install a .dmg file. If you have an M-series Mac, then make sure to install the ARM64 version of this file.
- Run the
!alternatescommand in #bots and follow the directions. If you already have ATL installed, move on to step 3. - Click "Settings" on the right
- Click "Java/Minecraft" at the top
- Set "Use Java Provided by Minecraft" to false by unchecking the checkbox
- Manually specify the following Java path in the text box to the left to the "Reset" button:
/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home
"Failed to log in: The authentication servers are currently not reachable. Please try again" anyone know how to fix this?
!alternates is your best bet
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
does anyone know how to make the farseer spawn???
ive been waiting at the world border for an hout
hour
not one is here
what is that?
prism launcher dont work then?
my server says "can't connect to server" in red and wont change when i refresh. anyone know how to fix this?
thats... definitely a username
how is your server hosted
i used bisecthosting if thats what u mean
okay iβve just exploded 64 beds and not one single netherite scrap π either itβs exploding with the bed or im just SUPERRR unlucky
It doesn't explode
oh so iβm just super unlucky π
is there a way to call the dragon to you from far away?
v4?
send a screenshot of the server dashboard
v4 is VERY old
you need to update the modpack
ur talking about in bisect hosting right
idk if ur asking me to send a ss of the thing that has the server address in it lol
just blur the server address
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | crash-2025-04-25_13.16.43-client.txt | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
So, I've tried other launchers. I've tried reinstalling the mod, but no matter what I do, the same error occurs.
My friend is unable to play on our server because when they join, their screen freezes on Loading Terrair, but they can still move, interact, etc.
When they hit escape, their mouse is released and able to be moved, so the game is working properly, just the display in the game itself is frozen on the Loading Terrair screen, and sometimes shortly after on a frame of gameplay.
This is for Better Minecraft Neoforge (BMC5) (v27) but I thought I'd mention it here
I found a major loophole using the uncrafter from twilight. There are two recipes for the lodestone, one with iron in the middle, and one with netherite-iron in the middle.
If you craft the lodestone with iron and uncraft it into the netherite-iron you can get essentially infinite very easy netherite as long as you are using it to progress into advanced netherite gear. Just a small exploit I thought I'd mention
Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.
thanks, it was supposed to be disabled
ofc! β£οΈ
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | crash-2025-04-25_01.35.16-client.txt | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
[2;34mMod list wasn't modified.[0m
What were you doing when it crashed?
Hi there! I just downloaded
BM 1.201. (FORGE)- v39. Ive never tried to run a modpack before, and everything was okay until I tried to go into the world. it gave me this crash report (above) im running this on a 2022 MacBook Pro. Ive tried reinstalling on other launchers but the same problem still occurs, I have also tried restarting my computer multiple times.
Uploaded crash_report_.log from @idle nova to mclogs: https://mclo.gs/YzI7Er9
!macjdk
For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs
There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:
Mac:
- Go here and hover over the Download buttons until you see one with the option to install a .dmg file. If you have an M-series Mac, then make sure to install the ARM64 version of this file.
- Run the
!alternatescommand in #bots and follow the directions. If you already have ATL installed, move on to step 3. - Click "Settings" on the right
- Click "Java/Minecraft" at the top
- Set "Use Java Provided by Minecraft" to false by unchecking the checkbox
- Manually specify the following Java path in the text box to the left to the "Reset" button:
/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home
jak siΔ robi smoczΔ zbroje
#rules - English only please
Are villagers locked into their jobs immediately?
@stone mountain Hope it's ok I ping you.
I Think I may have found the solution to Kiwi not being able to do it's thing and therefore not letting someone selfhost a server
Tell me π
So yesterday when tinkering around, I was manually downloading and installing GraalVM
Today I decided to tinker around a bit more, and tried installing GraalVM with SDK instead
This time, albeit errors being thrown - I have now been able to fully open the server and able to sent commands from the CLI (haven't tried joining it yet as everything has been done remote right now)
My suspicion so far is that it has something to do with the installation of graalvm
well, SDKman*
can't say why it caused errorrs before, but I guess graalvm was improperly installed, therefore preventing Kiwi from doing it's thing?
Or it's just a coincedence and everything decided to play nice today
I will be trying to launch the server from several different VM's as well to see if it is a isolated case, as currently it was functioning from my linux laptop at least, but let's see if on an actual server infrastructure it will play nice
it does indeed work.
Wsp
Is there any mods to auto mine?
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
Also, you removed like half of the mods, so no surprise it's not working
Anyway, vanilla launcher for modded is not a thing you should do in 2025
Just follow this: #better-mc-forge message
so this is the solution? lmao just finished beyond depth without any problems, installed it like iam trying to do with this modpack. install diffrent launcher...
f it
I have a problem with my server its crashing and wont be able to start. what can i do?
!logs
To better assist with fixing your issue, we will need some logs:
-
Curseforge -> Right click the modpack instance -> Open Folder.
-
ATLauncher -> Click 'Open Folder' on the modpack instance.
-
MultiMC -> Select your instace and click 'Instance Folder' on the right.
-
** For servers** -> Open the folder containing your server files.
To find the latest.log file, navigate to the 'logs' folder.
To find the hs_err_pid.log file, simply look for the file name after opening the instance folder.
To find a crash report, navigate to the 'crash-reports folder and find the most recent file after your crash occurred.
Once located, please upload the requested file here. If it fails, upload to https://mclo.gs/ and share the link here.
How have you installed the server? Have you used a serverpack from Curseforge webpage?
nope neither of them
oh wait
I didnt install the server just got it for a month
The only thing I could imagine what I have installed is a server addon for "better" information
Oh, you installed a 1.21 mod to a 1.20 modpack
okay how do i fix it?
Simple - remove the mod
You cannot add mods for different versions of Minecraft than the one for which the modpack was created
Is there a seperate server back for each version for bmc5? I only see one and I get a mismatch version when trying to connect.
In the "mods" folder in your server
do raid farms not work whit the mod pack?
like i get 1 wave then it stops
its anoying af anyway whit the invoker
cuz the dude 3 shots me in full netherite
can anybody help me with this
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | hs_err_pid73305.log | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
Download and install PrismLauncher.
To transfer your Curseforge world to PrismLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Folder" on PrismLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Before you launch the game, go to Settings, Java, Management, click on "Download". Select Azul Zulu, Java 21, 21.0.7 (or newer if available).
Then click on your instance, click "Edit", go to Settings, Java, click on "Auto-detect..." and select the Azul one you just downloaded. Then launch the game, and it should work
a couple things
-in java management window, they also need to uncheck the "recommended java" button or else it only shows vers for java 17
-in the settings window in the java section, also need to check "skip java compatibility check" or it will not let it launch due to it not being 17
Crashed trying to boot up Minecraft, I use Curseforge, Have not edited modpack in any way, Game has always crashed as far as I know, unaware what causes the crash but I suspect it may be related to either GPU or a mod.
Uploaded latest.log from @grand gate to mclogs: https://mclo.gs/h8S9sQu
!ca
Please post the whole thing
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE] (???)
- Curseforge
- No
- v39 (???)
- Always crashes
- Not sure
latest.log | crash-2025-04-25_14.45.49-client.txt | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
Seems like
broke the installation
I see
Do i update the java version?
Don't have to
is there any fix to this?
would the modpack still function if I were to remove embeddium/replace it with normal sodium etc
like its JUST optimization right its not a library of any sort
But why you want to replace them?
fullbright
because I dont like carrying torches
Is it not compatible with Embedium? As Embedium is a fork of Sodium
doesnt seem to be
it says it isnt
well, found a mod that does
texture pack doesnt work though
Then use a mod
Seems like a better alternative than changing optimisation mods
true
Is there a way to remove someone else's land claim? I just had someone troll my server trying to fix it.
@tepid swan would you know the answer to this I don't like @'s but people wanna leave because of the troll
Same thing happened to me. Was using the wrong download on bisecthosting
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | debug.log | crash-2025-04-25_10.48.24-client.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
[2;32m0[0m added, [2;31m39[0m removed, [2;34m1[0m updated.
Yea Im trying to setup my own server. I downloaded the server file from Cuseforge but something isnt cooperating π¦
And are using a server hosting website?
guys better mc is good?
sure
or prominence better?
well seeing as they are two different modpacks entirely
do you like oranges or apples?
apples
prominence is an rpg
bettermc is vanilla+
they are the complete opposite
ok thx
just curious what is going to happen to BMC4 since based on my understanding most developers are going to move to neoforge and discontinue forge version of the mod?
bmc5 neoforge already exists
literally nothing will happen, itl still be maintained as long as chloe feels as so, theres already bmc5 for neoforge as sid said
does better mc4 have any mods to help with food farms or anything like that
Farmers delight and add-ons to it
!dontask
If someone is around who can help, it's better if they can see the full question.
Instead of asking
Is someone around who can help me?
Ask
How do I fix this crash?
This gets you a faster response and prevents wasting time.
No. I have a server at my house I use.
dude i'm saying the same shit where is that sucker
π
i cant find the awful ghast
keep looking i believe in u
i just kept flying around til i found it
there might be one @bold rover isn't there a mod that helps find structures like a compass of some sort
explorers compass
would that work in there case? u think
to find ignis ?
no awful
is it a set structure cus if so probably
do cheats need to be enabled to claim land
Better MC 4 - v39 crashed without a crash report. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? CForge
- Have you changed the modpack in any way except mods? no
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash? no
- What steps cause the crash? booting
latest.log | crash_assistant_app.log | CurseForge: skip launcher | i7-14700f is NOT the reason of crash
Mod list changes beyond the modpack:
[2;32m190[0m added, [2;31m0[0m removed, [2;34m42[0m updated.
``
!modified
You are using a modified version of the modpack! This channel is only for unmodified versions that we provide. We cannot guarantee that the modpack works after you do modifications, so please go to #1061339968691257466 if you need help with an issue.
If this is a bug, please make sure to test it in an unmodified version before trying to report it.
ah
Go straight to modded discussion.
You have over 100 mods added.
also you broke the prompt detailing the count of changes and updated mods
!updatemod
!updatemodpack
Discord β https://discord.gg/8ZmhaPPbjE
Twitter β https://twitter.com/SharkieTV
Use CODE: LunaPixel for 25% off β https://www.bisecthosting.com/LunaPixel
What's the thing
tbf i expected it not to work i basically just slapped to Modpacks together and tried to boot
Well, don't ever do that, because that will 100% cause issues
I didnt know what mods yall used for certain QoL things so I said YOLO
...also you updated a lot of mods
But again. Just. Don't combine multiple modpacks together
The other pack used similar mods
Ill be more surgical and start gently grafting mods in then
Alright, but still, go to #1061339968691257466
Nah im just gunna cut my losses and reinstall the MP
I force quit the name and now this shows up, I entered safe mode and nothing changes
hey there, anyone who can help me solve an issue real quick? I've recently installed BMC forge 1.20.1 latest modpack version, ive added the following mods, but it seems like the game wont load at all! It stops at the classic curseforge red screen.
@tepid swan do you know anything about this
no
hey could you help me with my issue too?
.
No, I didn't make the pack and am not familiar with it's mods.
delete the mods one by one until it launches. (or by binary search, if that makes any sense to you)
then add them back in until it launches, to narrow down which mods don't work in the pack
Alright thanks
Can I use essential with this modpack?
!ea
The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the β #bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.
Tried it but It's to laggy
Hi, how can I change my LAN world so that it lets me play with friends online? When I select the Share World option, it only sends me the port and not the IP address.
hey, im having issues opening my world, the game loads up fine and everythiung works until i try to open my world. Then the game crashes and I get this message.
check the mod you need to update it might be that in the show mod list diff
search the storage network in the content of the modpack and install the latest version
im guessing thats through forge right?
yes
thats not what it means lol it means its updated which is supposed to look like that
please follow the instructions on the crash assistant
does anyone know how to fix this?
hi
i have a problem
i installed essential for error and BM4 not work i eliminated essential from the computer and eliminated essential from the folder and steel happen anyone know hot fix this?
how do I find the generated message i need to upload, I cant find in in the forge portal and ive clicked around the crash list, am i supposed to uplaod the log files or some thing else
!ea Not sure what you're saying... uh
The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the β #bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.
You send them the link which they direct connect through. You might want to check which port Minecraft opens on, though
!ca "Copy message with links to all files and mod list diff" from the Crash Assistant.
Hey uhhh i have a suggestion to either nerf tf out of transmutation table, or completely disable it
Its so broken ππ
...how do you nerf the table. If not obliterate it
Just perma disable it then
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | debug.log head / tail (~31k lines) | hs_err_pid2023.log | crash_assistant_app.log | CurseForge: skip launcher
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
here the crash log
what does it mean
please
Maybe go to #suggestions and (professionally) make the case as to why the Transmutation Table (from whichever mod) should be Obliterated from this pack (and others). Because she has never used the table before, but she's heard on #steampunk
you could... duplicate experience tanks?
!macjdk
For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs
There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:
Mac:
- Go here and hover over the Download buttons until you see one with the option to install a .dmg file. If you have an M-series Mac, then make sure to install the ARM64 version of this file.
- Run the
!alternatescommand in #bots and follow the directions. If you already have ATL installed, move on to step 3. - Click "Settings" on the right
- Click "Java/Minecraft" at the top
- Set "Use Java Provided by Minecraft" to false by unchecking the checkbox
- Manually specify the following Java path in the text box to the left to the "Reset" button:
/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home
Does anyone know where the mods button is?
Might only display after you load the world, or maybe the mod that adds it is not in the pack (no idea, I don't play BMC)
yeah synth's right, it only appears in the pause/options menu after you load into a world
!ws - or alternatively
Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.
To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.
It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!
We still highly suggest not to play through LAN as 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.
!server
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
One of the two
Better MC 5 - v27.5 crashed. The logs have been uploaded to mclo.gs:
- 1.21.1 [NEOFORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
curseforge - Have you changed the modpack in any way except mods?
no - v27.5
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
so far, always - What steps cause the crash?
entered end portal
latest.log | debug.log | hs_err_pid28024.log | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
[2;34mMod list wasn't modified.[0m
Better MC 4 - v39 crashed without a crash report. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
curseforge - Have you changed the modpack in any way except mods?
no - v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
its now always crashing - What steps cause the crash?
i open the menu for mc and when i open my world it just crashes (i was fighting frost maw which i had my bed nearby and now when i join it just crashes)
latest.log | CurseForge: launcher_log.txt | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
Any tips on the frost prison boss?
like i just faild to kill it
and now im planing to go whit 10 totems fulll prot netherite and a op ass bow
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
Very interesting bug, Iβve not seen anything like that yet. You can try two things
!macjdk
For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs
There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:
Mac:
- Go here and hover over the Download buttons until you see one with the option to install a .dmg file. If you have an M-series Mac, then make sure to install the ARM64 version of this file.
- Run the
!alternatescommand in #bots and follow the directions. If you already have ATL installed, move on to step 3. - Click "Settings" on the right
- Click "Java/Minecraft" at the top
- Set "Use Java Provided by Minecraft" to false by unchecking the checkbox
- Manually specify the following Java path in the text box to the left to the "Reset" button:
/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home
Itβs not directly related to your problem, since you donβt use Java 17, but worth trying
Also take a look at running Diagnostics:
Apple Diagnostics,Β formerly known as Apple Hardware Test, can check your Mac for hardware issues.
@teal urchin - itβs Mac issue, but nothing I seen before, and not sure what could cause a SIGSEGV in this scenario: #better-mc-forge message
try updating gpu drivers, also try updating metal (i think is what its called)
the opengl wrapper thing on macos
Or is there a bigger boss in this world
saw this now!!
yeah thats your issue so do follow it
thank you π
there is no set structure, the compass didnt work
oops i see it says java 8 but then it uses java 17
its supposed to be using the java 21 you downloaded so you def messed smth up
This is using the 17.0.8 and yeah ^^
tΓΌrk var mΔ±
English only please #rules
on mac how to fully delete all java files?
so i can clean install java 21
so i dont really know but you dont have to delete java files for it to use java 21 on atlauncher, you just have to set the path the macjdk command instructed to
Hey, I downloaded and started playing on a pack of BMC 1.16.5 mods, I entered deepdark and in the quests there are 3 Bossy ordinary warden, then some other and mutant. I went through a lot of grids and didnβt find this mutant one, does anyone know how to find it or create it?
does anyone know y my endman xp farm just isnt spawnning enderman?
like its a regular ass farm
What is the best armor for better mc? I wanna get started but I realized netherite isnt the best anymore
heyy it worked now, however i applied the ecisting shader pack (it was already there) and then the game crashed. how can i disable it
@stone mountain
nvm i just disabled the pastel shader and now its working again
Its not working it only gives me a five numer port not an ip adress what do i have to do?
hello guys
can someone help me i need my friend to join ?
there is a port number
but there is no IP
Can you help plz ?
!wsfull
World Sharing servers are currently at capacity
If you're receiving the error "Connection refused: no further information" when trying to join a friend through "Start Co-op" or "Host World", it's likely that Luna's servers (used for world sharing) are currently full. We don't have a way to notify you when slots on our servers free up, but you are welcome to try again later.
We understand and recognise that this may be inconvenient, so we recommend in this case to host or rent your own server. For more information on hosting options, type !server.
hello guys need help, keeps crashing before finishes loading and i dont know whats going on, but i wanted stream better mc on twitch and now cannot :(( Better MC 4 - v39 crashed without a crash report. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way except mods?
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
latest.log | CurseForge: launcher_log.txt head / tail (~28k lines) | crash_assistant_app.log
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
does essential work with the pack
!ea
The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the β #bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.
No
type shi ty
?
klayaut makes goated pfps
frfr
Free Method
To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.
If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.
Paid Method
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 here 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!
The following advice works for both the Free and Paid methods:
Transferring Your World
If you're playing Singleplayer and want to transfer your world to your server, simply go to your modpack files and navigate to the saves folder. Inside of this folder, you will see your world saves. Rename your desired world save to world. You can then transfer this folder to your server files. If your world was hosted via world sharing, this process has to be done by the person who would click "Share World".
Fixing Lag
To resolve lag issues, simply run the !tps command in #bots and follow the directions provided.
Does anyone know how to uninstall Essential from Better Minecraft is that I have a world and I wouldn't want to lose it
remove the mod from your mods folder
bru why am i getting this error for my server
im using the same modpack on the server as i am on curseforge
may not be on the same update version, or one of the two modified the mod list
i tried copy and pasting the mods but all 182 of the mods were the same, the server is on 1.16.5 and so am i
you don't copy the mods, you need to download the actual modpack? What launcher you using
curseforge
does anyone know why maledictus wont respawn? shes only spawned once and my friends and i cant figure out why she wont respawn
i went through the github guide
yeah ive played bmc before i js wanted to host a server
ive downloaded it off curseforge
You can, how did you host the server?
and then the serverpack
Did you download serverpack from curse's website or app
app
i followed this https://github.com/chorbintime/LPS-readme/wiki/1.16.5
Download it from curse'se website instead. the app breaks downloads all the time
bro what mod makes pistons push signs
alr
i just built a farm that took like 3 hours and it broke because the sign was being pushed
π
also there are later version packs if you want a more up to date MC version
yeah but ive found them to be kind of empty and absent of a lot of the structures i like so i stick to bmc 1
hello
You weren't playing bmc5 were you?
Pretty sure that's a vanilla feature?
i tried it but like i launched bmc 1 before i tried playing the server
BMC5 is the newest so it has the least rn as most mods aren't on 1.21 yet, but could check bmc4 though
no like it doesnt break the sign
or it doesnt get broken on the sign
alr ill check it out, bmc5 was pretty miserable though i spent like 2 hoours on a boat and didnt find shi π
sticky or normal piston?
normal
ight i tried the webbsite version its not working
same error
!alternates
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. Keep in mind that ATL is NOT related to TLauncher in any way, and is not a cracked launcher.
To install ATL, do the following:
1. Go to https://atlauncher.com/download. If you are on MacOS, then choose the "Jar" version under the "Other" tab.
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. ATL doesn't 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 "Install". Then, follow the on-screen directions.
7. 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.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATL, 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 ATL and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATL 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. ATL 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 ATL installed.
curse probably broke your player side as well then
it's quite annoying sadly π if we could avoid that issue we would
try fresh install of the pack then
Better MC 4 - v39 crashed. The logs have been uploaded to mclo.gs:
- 1.20.1 [FORGE]
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) CurseForge
- Have you changed the modpack in any way except mods? No
- v39
- Have you ever gotten past the crash condition without crashing, or does the game always crash? Always crashes
- What steps cause the crash?
latest.log | hs_err_pid40603.log | crash_assistant_app.log | CurseForge: skip launcher
Mod list changes beyond the modpack:
Updated mods:
[2;34mstoragenetwork[0m ([2;31m1.12.2[0m > [2;32m1.11.3[0m)
!macjdk
For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs
There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:
Mac:
- Go here and hover over the Download buttons until you see one with the option to install a .dmg file. If you have an M-series Mac, then make sure to install the ARM64 version of this file.
- Run the
!alternatescommand in #bots and follow the directions. If you already have ATL installed, move on to step 3. - Click "Settings" on the right
- Click "Java/Minecraft" at the top
- Set "Use Java Provided by Minecraft" to false by unchecking the checkbox
- Manually specify the following Java path in the text box to the left to the "Reset" button:
/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home
Hello, I have a problem with BMC4 Server Pack v38/v39, it hangs at
[02:17:29] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [packetfixer] Starting version check at https://api.modrinth.com/updates/packet-fixer/forge_updates.json
[02:17:29] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [packetfixer] Found status: UP_TO_DATE Current: 2.0.0 Target: null
and nothing else happens, it won't start, could someone advise how to fix this?
move