#better-mc-forge
1 messages · Page 359 of 1
yeah it is, was making sure you weren't here for another modpack.
but can I upgrade the mod?
Removing and replacing mods will mess with the configs
yes, thats why I am asking
you can't "upgrade" mods. Only update, but even then it can mess with configurations that the modpack devs set. Best to only update the modpack as a whole when their dev makes one public, not mods.
Are the cherry leaves generally bugged or is it specifically the little Cherry things that spawn in the Jacaranda forests?
Anyone know if the drop rate of epic items goes up as you become a higher level or anything? I seem to get way more than my friends and i dont have more luck or goblin race or anything
uwu wrong chat sorry guys
i read it all
what mods add mobs in bmc5?
Hello, I added some mods to the BetterMC modpack, mine is working normally, but my friend's is showing this in the menu and he can't play. How can he solve this?
did he add essential
if not, what launcher is he using
He didn't add the essential, and he's playing on TLauncher
!cracked
If you are using a cracked Minecraft launcher, we can not assist with your issue. In order to receive help, you need to switch to an approved launcher and provide proof you have purchased Minecraft. This is due to the terms of service and guideline agreements of both Mojang and Discord.
Squeeze 'em.
he can't play modpacks then unless he owns official minecraft and uses an actually safe launcher. TL is spyware and illegal
A recommendation would be something like ATLauncher, and secondmost would be Curseforge (even though it is a bit buggy and messy).
hey maybe a stupid question but im on bmc4
and i just saw the creaking
and i was confused as all hell because i thought this guy was 1.21
does bmc4 also add the mace?
there was a mod added that had brought in some of the 21 features to 20
does that include the mace
check in JEI
okey dokey sir thank you
hi, i have a question, essential isn´t compatible with better minecraft?
!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.
ty
do you mind sharing the whole thing?
I use to be able to tweak the mods, how do I do that now? I want to make all the monuments and buildings spawnrates increase. Thanks!
where could i find shared seeds in here
Cool
you still need to do the previous thing i told you about first (the copying of the mods from the server pack to the ./data/mods/ folder before docker compose up -d)
Let me know if u need more help, just ping 
i am about to pull my hair on this thing lol
Please note the use of a mods.txt file for extra mods, if that file is not present, the server wont start in this compose file
can you run 2 servers on one linux server?
To remove that, just remove the
MODS_FILE: /mods.txt
env variable
you can run as many servers as you have ports available on linux
and processing power
i got 24gb and a shitty arm cpu (2 cores)
how do you make the box thing to write code in it. when i copy paste it, it's a mess
```yml
yml go here
```
copy paste it
did this work?
pog
services:
mc:
image: itzg/minecraft-server
tty: true
container_name: "bmc-szn"
stdin_open: true
ports:
- "25566:25566"
environment:
EULA: TRUE
MEMORY: 10G
DIFFICULTY: normal
VIEW_DISTANCE: 20
RCON_PORT: 25566
TYPE: AUTO_CURSEFORGE
CF_API_KEY: $ddsg
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/download/6048060
CF_PARALLEL_DOWNLOADS: 1
CF_SLUG: better-mc-forge-bmc4
CF_FILE_ID: 6048060
# CF_FILENAME_MATCHER: BMC4 Server Pack
CF_EXCLUDE_MODS: |
xaeroplus
xaeros-world-map
CF_OVERRIDES_EXCLUSIONS: |
mods/citresewn-*.jar
**/datapacks/BE_default_endgen_fix*
# volumes:
# attach the relative directory 'data' to the container's /data path
# - /root/dockers/minecraft/server/bmc-szn/data:/data
this is what i got so far
@flat apex
now i have to wait till tomorrow as i have abused the API 😦
dont worry about that
services:
mc:
image: itzg/minecraft-server
tty: true
container_name: "bmc-szn"
stdin_open: true
ports:
- "25566:25566"
environment:
EULA: TRUE
MEMORY: 10G
DIFFICULTY: normal
VIEW_DISTANCE: 20
RCON_PORT: 25566
TYPE: AUTO_CURSEFORGE
CF_API_KEY: $ddsg
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/download/6048060
CF_PARALLEL_DOWNLOADS: 1
CF_SLUG: better-mc-forge-bmc4
CF_FILE_ID: 6048060
# CF_FILENAME_MATCHER: BMC4 Server Pack
CF_EXCLUDE_MODS: |
xaeroplus
xaeros-world-map
CF_OVERRIDES_EXCLUSIONS: |
mods/citresewn-*.jar
**/datapacks/BE_default_endgen_fix*
volumes:
- ./data:/data
volumes:
data: {}
use this
then before you do docker compose up -d
do this:
mkdir shared && cd shared
wget https://mediafilez.forgecdn.net/files/6048/96/BMC4_Server_Pack_v36.zip
unzip BMC4_Server_Pack_v36.zip
cd ..
mkdir data && mkdir data/mods
cp shared/mods/* data/mods/
docker compose up -d
then tell me if you still get rate limited
also, you did escape your API key right?
every $ needs to be $$
you should not need mediafilez at all to use a serverpack
If it requires it then it's a massive redflag
do u mean mediafilez vs edge or the fact that you have to jump through all the hoops just to set it up?
both
That docker seems quite suspicious with all this exhaustive measures to have it work
If it takes that much effort I would just find something else entirely, it should not be difficult
Yeah that's a red flag
u know any alternatives other than this though? for what i could find, there's none
docker wise no, but you can self host on your pc for free, or could use oracle cloud if they have any free spots open
Oracle cloud has a free tier option
yea, but me and im assuming the other guy, prefer to have containerization rather than code running on bare metal
i already got a vps, i just dont like running stuff outside a container when it doesnt need to be
Seems excessive to add extra steps though
more a workaround than excessive
sup gamers, i have a question; can i tp back to my base from anywhere on map ? if so can you tell how.
Help?
you can use the warp stone to warp to a waystone from anywhere
thank you
otherwise you can use commands
or there is also a teleport option using the map but that just uses commands
yeah
What Minecraft version are you using? (1.19.2, 1.20.1, ...)
1.20.1
**What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) **
ATLauncher
Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
Nope
What version of the modpack are you using? (v11, v9, etc)
v36
Have you ever gotten past the crash condition without crashing, or does the game always crash?
it freezes and stops responding on the "Loading Terrain" screen.
What steps cause the crash?
I installed the modpack, followed the performance guide, loaded up, joined the fresh exaroton server and it stops at loading terrain and "crashes" but produces no crash report. latest log attatched
Uploaded latest.log from @slate veldt to mclogs: https://mclo.gs/EXUhJIH
figured it out
Hello there!
i want to create a public profile for my server so that instead of telling players which mods to add or remove, all they will need to do is to install the profile which will be provide for them, and the profile will let them join the server, is this something i can do?
I don't think distributing modified lps packs is aight
Modified lps packs should only be used for personal use
Hey guys which modpack do you prefer? Forge, reforge, neoforge etc.?
guys i cant hear certain sounds with the bmc4 modpack on curseforge, i have all the sound options bumped up all the way but still nothing. I can hear creature sounds but not mining, walking etc. Can anyone help?
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
you are using Bukkit
Please do not use plugins with mods
or issues like this while happen
please
do not remove mods
it has nothing to do with the mod
do not use Feather ever
theres no reason to
it does not work properly
!server
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!
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.
no you clearly didnt
you didnt answer the questions from #get-support
the config folder. for structure spawn rates go to the sparserstructures mod config
yes. had that part right.
I'll do a fresh start today!
Please read the full contents of the #get-support channel for us to provide assistance.
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
hello everyone, can someone please help me?
i just wanted to add some mods to the modpack
but i cant create a world
how could i solve this?
i just added ice and fire, alex caves and better combat btw
!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.
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
please dont lie when you're asking for help
you added the essential mod, thats your issue
remove it
Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.
????????
you asked for how to improve performance
i gave you an indepth guide on everything you can do
and you decided to be an asshole when im trying to help you with your problem
lol
I told you to follow the guide and your response was "that doesn't help at all"
seems pretty condescending to me
and the guide is a lot more than just turning off settings
so that tells me you didn't follow it lol
I'm not your personal assistant
you clearly didn't read the website either
if someone is trying to assist you then you should follow their directions
I have the link memorized lol
it's not difficult
it's a simple life lesson that applies to anything - don't ask to ask
is BMC4 incompatible with irons spells and spellbooks, artifacts or essential?
!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.
tysm
idk if anyone can help me but i made a new profile for better-mc and now my whole PC freezes i didnt touch my allocated memory at all and idk what to do i checked everything and my launchers are all up to date
does the level gain gets harder with each level up or its fixed amount?
Someone knows the significant difference between BMC4 and BMC 5?
oh hi, I use better mc modpack from curseforge app and I add Pam's HarvestCraft 2 (Trees, Crops, Food Core, Food Extended), Essential Mod, Botany Pots, Sophisticated Backpacks, Macaw's Fences and Walls and Aquaculture 2 mods and now I have got crush when I want a open it. (sorry for gramar mistake.)
So what can I do for solve it
okey I think I got my answer 😦
i use the better mc modpack and I've been trying to figure out how to play with a couple of my friend's on it and so far I've had no luck i have no clue if I'm reading it all wrong or what any clarification would be super helpful please dm me with any answers .
!ws
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.
I never abused the API but it stop after downloading a few addons when I try this with Prominence. either it<s going to fast, or CF doesn't like that way to update.
I ended up using the legacy zip file method
Hello the Simple Network Storage mod broke in the most recent update if i use export cables to auto smelt my ores it doesnt work properly it used to work in the previous version but now it seems to be only putting the ore in one furnace and the coal in the other and only seems to feed that one slot
hey me and my friend are playing this on 1.20 and its saying i need to fully upgrade a swamp villager for mending and that didnt work do any of you guys know the best way to get mending in this modpack
hello guys, can you tell me where i have to find others dragon eggs?
how do i find the mod?
are you using tlauncher
curseforge
did you add essential
yh
!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.
Someone knows the significant difference between BMC4 and BMC 5?
Uploaded crash-2025-01-09_21.23.19-client.txt from @nimble rapids to mclogs: https://mclo.gs/Ogqyg0N
!moreinfo
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Required:
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
!ws
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.
and my freind can not join me
i give him the hosted port
and now when i click on share world
look what i have
@scarlet panther help me pls
Use essential dawg
AHHHHHH
Tell them to connect via the link.
!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.
Essential doesn't work. Don't suggest it.
Uploaded message.txt from @night sonnet to mclogs: https://mclo.gs/7NDXWuV
can anybody help with this?
-805306369 this is also the exit code. ive tryed allowcating more memory, about 8 gs. i can load into the world and look around, but some of the blocks will have missing tecures and then it just crashes. im not sure what to do.
The game crashed whilst tessellating block model - indigo renderer
Error: java.lang.IllegalArgumentException: Cannot get property null as it does not exist in Block{minecraft:iron_bars}
what is the mod that allow btmc for working in multiplayer without essential?
now it is saying this, i telaported back to my base and everything seemed to workout fine, then i telaported back to where i was and it crashed again.
i apologize this will be my last text
Uploaded message.txt from @night sonnet to mclogs: https://mclo.gs/Ke3LTxV
hey, my JEI is invisible, is there an easy fix for this? modpack is a fresh install
is there a difference between these 2 monuments?
chloe how do i make it were as a admin on a server can interact with others claims
Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.
wdym
its the same as vanilla
you dont need to do anything with a swamp villager
if its on that screen w/ that background instead of just the main menu then its Essential
i figured it out
Please read the full contents of the #get-support channel for us to provide assistance.
!ea read the full command
!alternates
you need to put text in the search bar for items to become visible
i was tryna figure out how to mess with some elses claim in a server im a admin for it wasnt let me break stuff
chloe do ya know if their is anything in the better minecraft 4 modpack that stops mobs from spawning in a area
hey if i wanted to use the locate command to find a structure how would i do that?
need commands on
what would i type in if i wanted to find the conjurer theater?
magnum torch
/locate structure
then tab autocomplete the rest
is their a way to see if mobs can spawn
!fps
Im having a similar issue around water specifically but i think its also server related some, I have 8 gb of ram with about 5.5 allocated currently, I just ordered 2 16gb stick to hopfully improve things but in the mean time is there anything I can do to lower spawn limits for the BMC4 pack
Bump down to 4 gigs see if that helps since you only have 8, you followed rest of the fps guide?
Im new to the modding scene so i was using at at first trying to get a free server, didnt work. so i tried out forge since thats where the pack is on. ill download the pack on at again and also use 4gigs for now
Are you trying to make a server, or play the pack? You don't need a server to play the modpack itself, what are you using for modded launcher
Im playing the pack with a friend, so I ended up getting a hosted server
are the issues you have same as what your friend is experiencing? How is the server being hosted
i was trying to use a mod called essential at first which i guess lets people play together on single player worlds but it didnt work with the pack and my computer currently couldn't handle the pack alone lol
!ea it's not even needed
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.
there's world sharing that's built into the pack by default
Essential isn't stable and has a lot of issues with corrupting players worlds from our experience
my friend only played briefly but his computer is way better and worked great for solo but still wanted to play at different times without the other so ultimately just used a server host which it makes it playable for me rn 90% of the time but near water or at random spots wher i load in too much ill get lag spikes
What host are you all using
yeah i couldnt even load into a world when i tried it.. i was just following a youtube video trying to get something to work and then just put up the money for a server
pebblehost
Does anyone know the recomendet cpu cores and ram to run a bmc 4 server?
Cause they are trying to use a deadbeat mod that shouldn't ever be used in the first place. the people making those videos have zero clue or they just want peoples games to go kaboom
cores doesn't matter as mc isn't really intense or crazy. How many players?
3 to 4
6-7 gigs is ok then
Alr thx
bmc isn't intense on resources
id say whoever uses it kinda expects some sacrifice though...end of the day its limeted on the hosts connection...i tried it, hated it/couldnt use it and moved on lol
no, most people who use it don't know what they are doing and follow blindly the content creators.
it seemed like a cool concept similar to how consoles work but wasnt perfect and obviously wasnt meant for modpacks
well that was true for sure lol
Best way I've been able to understand is that it may work similar to LAN, which lan itself does can do the same thing in terms of doing something called packet desyncing, which ends up corrupting the world.
gotcha, well nonetheless it didnt work anyways lol
Lan itself has this issue with modded instances, likely just more intense modded, if you only had maybe 10 mods it likely would have smaller chances of corrupting.
The issues: Does your friend have them too or just you
just me and i actually just loaded in on at, with 4 gigs allocated and my spikes are still there but now rather then droping from 180fps to 2-10 every so often in drops to 50-60fps i saw a few very quick drops but seems good now
so when i get my 2 16gig sticks should i allocate more ram or keep it at 4
allocate to 8 when you get your new ram installed.
8 is the sweet spot
so even though ill have 32 total i should stop at 8?
yeah. java is fickle with too much ram allocated to it
my friend has 64gigs, should he also allocate 8?
yes
cool cool
8-10 is what the guide suggests, I usually see 8-9 be the best for anything higher than 16, 8 for 16.
awesome well thanks for the help
!fps also both of you follow this
Can someone tell me why my quests wont complete in "The Otherside" section? It checked off the warden helmet, defeating the warden, and entering the otherside. But for whatever reason it will not check off 'defeat a shattered, defeat a stalker, and defeat a shriek worm.' I have killed atleast 2 of all of those. Im guessing its just a bug, but it annoys the crap out of me that it wont check off
send a screenshot
Heya
I'm trying to install the Better MC 4 v36 pack on my Linux server (setup : https://blogs.oracle.com/developers/post/how-to-set-up-and-run-a-really-powerful-free-minecraft-server-in-the-cloud)
I have changed the java version to 21 - and the "java -version" command returns 21.0.2
But unfortunately the start.sh script doesn't read it as a viable java version
!server might be something in the self hosting guide that could help.
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!
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.
In the gold farm tutorial I am building off of the guy lights the portal and all the boats that are stacked on top of eachother go through the portal but when I do it they are not going through, anyone know why?
the problem fixed itself I guess, but does anyone know how to un-diagonally link fences like this?
so theyre not diagonal and behave like normal fences
!cracked use an approved launcher like atlauncher, curseforge, prism, or modrinth
If you are using a cracked Minecraft launcher, we can not assist with your issue. In order to receive help, you need to switch to an approved launcher and provide proof you have purchased Minecraft. This is due to the terms of service and guideline agreements of both Mojang and Discord.
YOu will need to provide proof you own official minecraft.
Never use tlauncher, it's spyware and illegal.
Reason: TL is illegal, spyware, and against TOS, appeal with proof you own official minecraft if you want to play the modpacks.
Moderator: @agile cradle


drinkthesorrowsaway [852369497532661800]
yaml: line 1: did not find expected key
this is what i get when using docker compose up -d
i downloaded ATL and got BMC4 along with the extra mods, but now its crashing when i try to create a world. The crash in the logs are the same as they were before but i don't know how to understand them and am not sure what to change to fix it
here's the logs now:
Uploaded message.txt from @oblique helm to mclogs: https://mclo.gs/UDmOtg1
sry it was a bad indentation after i changed your volumes path from absolute to relative
services:
mc:
image: itzg/minecraft-server
tty: true
container_name: "bmc-szn"
stdin_open: true
ports:
- "25566:25566"
environment:
EULA: TRUE
MEMORY: 10G
DIFFICULTY: normal
VIEW_DISTANCE: 20
RCON_PORT: 25566
TYPE: AUTO_CURSEFORGE
CF_API_KEY: $ddsg
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/download/6048060
CF_PARALLEL_DOWNLOADS: 1
CF_SLUG: better-mc-forge-bmc4
CF_FILE_ID: 6048060
# CF_FILENAME_MATCHER: BMC4 Server Pack
CF_EXCLUDE_MODS: |
xaeroplus
xaeros-world-map
CF_OVERRIDES_EXCLUSIONS: |
mods/citresewn-*.jar
**/datapacks/BE_default_endgen_fix*
volumes:
- ./data:/data
volumes:
data: {}
try now
Invalid parameter provided for 'install-curseforge' command: Access to https://api.curseforge.com is forbidden or rate-limit has been exceeded. Ensure CF_API_KEY is set to a valid API key from https://console.curseforge.com/ or allow rate-limit to reset. ```
@flat apex
i'll try to fix that
thank you for your time and effort
lets say i want to install a schematic mod ex. Litematica and the sub-mod (mod needed with original mod) doesnt have verisons compatible in atlauncher how would i do so?
I NEED HELP me and my buddy are on a new server from bisect and we get in and the only issue is our render distance stays so low
soo just turn up the render distance on you minecraft settings?
u dont think we tried all of the above
whats the strongest armor in the mod pack
so if im messing with the render distance and it doesnt do anything my internt is meh
?
Did you adjust your view distance in Bisect?
https://gyazo.com/ce5e0d53c0d3553b3225ce7bdba53ac8
its the extra mods you added causing it
ive had this same modpack before tho, all i did was switch from BMC4 25.5 to 36
i dont know which mods are doing it specifically
I looked a bit into it, and the mc-image-helper caches the api responses from curseforge, this happens regardless of if there's a file already downloaded or not since it checks if the file hash == the api response hash. i got no idea how I managed to get through
Is there a way to keep a chunk loaded in BMF. I cant seem to find anything on it
I think you can claim a chunk and forceload it
why isnt that mod that makes chest unique for every player in the modpack
could anyone help me? I made a server on oracle cloud. I downloaded the mod list from curseforge and put it inside the mods folder on the oracle cloud, but when i run it and try to connect with the mod from curseforge, it says that im running a different version OR i run it and as im connecting, i get a screen full of numbers and letters...
!server you need to use the serverpack
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!
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.
You don't need to bold your problem, y'know...
tried that yesterday too, didnt work, imma try again rn
the serverpack works
if it doesnt work for you its on your end, likely bc you're using oracle cloud
or you arent transferring the files over properly
well i put the files into the minecraft folder, no? there isnt much to it
yeah that honestly may be it... but i used to do this with my own modpack and it worked, so its weird
you just put the files in the main directory of the server files
do i need graal on my oracle cloud? 🤔
no clue how oracle cloud handles java
geniuenly baffling that it somehow worked today with the serverpack when it didnt work yesterday 🤦♂️ thanks my fellow trans person, hope your journey is going well
thank you :)
i really appreciate all the efforts. I'll find a way on my day off for sure.
I just saw this sorry. I will send a screenshot later, not able to play right now.
Uploaded crash-2025-01-10_16.53.38-client.txt from @edgy shoal to mclogs: https://mclo.gs/6jLMy6e
BMC4 not compatable with essential mod???
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.
try updating/deleting serverbrowser mod
Can anyone helps me plz
Im playing on newest ver of bmc
my whole game is so bright
when i open mini map it flashing and flicking
But if i go fullscreen mode dont have this issue
sry for my bad english
Here is fullscreen SS
Here is windows screen SS
please anyone helps me my eyes is hurting
!download
Hi
Does anyone know how can I make a raid farm that works on bmc4?
If you can send me the video i would aprecciate it
I already tried some but because of the pillager mods, they just dont work
Hey guys, im playing with my girlfriend, we made villager trading hall, but they are not restocking their stuff? any idea why or tips ?
Anyone having issues with the simple storage remote not working if you are over 150 blocks away from the root?
If I update the modpack to 36 should I make a backup for my world?
its always safe to do a backup yes
you might need to forceload the chunks
Thank you (:
Anyone have an idea why these export cables aren't exporting? I've built a few of these to share some resources between two storage networks. Only one seems to work, exporting from the left network to the right, but none of the other export-for-sharing cables seem to work. Right network cables are in the same chunk as the right network's node.
hello guys i have a question
can my freind give me the world wse start so i can lunch the game with my cumputer ?
me and my friends keep getting an internal Exception java.net.socketException : connection reset error does anyone know how to fix this i cant even play 20 mins without getting kicked
Upon further inspection, export cables in general have stopped working
Does anyone knows how to fix this plz
my eyes hurt
!alternates try this
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
Prolly not gonna do anything but try
Disregard, appears to be an issue with Simple Storage Network version 1.12, and is reported to be fixed by reverting to 1.11.3 https://github.com/Lothrazar/Storage-Network/issues/570
is anyone elses auto smelters broken like using export cables to smelt your raw minerals automatically when you put them into your storage after this recent update?
what does the fire bowl do
Yep, my entire cheeseburger factory is broken by this update, I'll attempt to downgrade my server's simple storage network mod to verify that that's the fix.
yeah i went to make a meef wrap farm and couldnt because export cables are broken
because with the picking up block mod you can pick up spawners too so i just went to a swamp area in the twilight and took a meef guy spawner lol
thx dude
how
nope .. this doesnt works for me
flashbang
....
please help me
Can confirm, downgrading both client and server to 1.11.3 resolves the issue
oh ok sounds good now ill have to convince my friend to downgrade the mod lol
Yeah, hopefully the modpack maintainers issue a new version to temporarily downgrade until the mod dev fixes the issue
yeah that would be easier to do
anyone can help with connection errors? evertything is at it should be. but my friends cant connect via ip address.
i did port forward, but still cant see my server status as online on my minecraft server status
i need help with crashing issues
okay lets get this started im having a crash issue on my server that crashes all clients even the server
it is in minecraft 1.20.1 forge and it is running BMC4 V36 on both client and server
we are using curse forge for the pack
and it some how crashes everytime 2 players get on the same server now or when someone starts going to fast loading into a new area with something
all i know is i need help to solve this and its easy to recreate
i needx help with crashing issies as well
mine is me and my friends keep getting an internal Exception java.net.socketException : connection reset error does anyone know how to fix this i cant even play 20 mins without getting kicked
Hey, did you manage to fix this? me & a bunch of friends have been having the exact same issue on my server
does anyone have a fix pleaseee
Please read the full contents of the #get-support channel for us to provide assistance.
have them give you the world folder
Please read the full contents of the #get-support channel for us to provide assistance.
Please read the full contents of the #get-support channel for us to provide assistance.
we cant help if none of you provide info
its unlikely you're all having the same issue
not every crash is the exact same
i rpovided info @viral garden
you didnt send any logs
no you didnt
please read #get-support
internal Exception java.net.socketException : connection reset is the code i keep getting and my friends
not a modpack issue. its likely something you have set in drivers
this
does
not
help
please read #get-support
i dont know how i could possibly be any more clear to you
please dont ask the same question in 10 channels
i uninstall my driver and reinstall it but still not workin for me
check your driver settings / gpu control panel
or your windows settings
10 channels?? i asked in only this one no need to be rude and im not the only one getting this error everyone on my server is. i contacted the server provider and they told me to ask yall
sry. can you help? the port checher says it is closed eventhough i did port forward
so i came here
but i dont have idea what part should i looking up
i wasnt talking to you
i told you to read #get-support
and i read it
i told toxicdodobird to not ask in 10 channels
no
you didnt
you didnt answer the questions
that it tells you to answer
find a guide for portforwarding for your router
does anyone have same issue as me ? i really dont know whats wrong with my driver or settings i never ever have this problem before even playing normal Minecraft etc.
Not really, I went back to v12.5
do not downgrade from v13
i pinged the developer of the mod (@astral mango) and they didnt respond
downgrading will just cause more issues
you can report the issue on the deeper and darker github page
No problems for now, we have been playing only an hour on v13
If it even was an hour
once again
downgrading will only cause more issues
v13 has a lot of fixes and new features
Didnt cause any problems for us to be honest
thanks you but i have no idea but i'll playing on fullscreen mode 😦
Everything is fine
when your world is corrupted dont come here to complain dude lol
Of course not lol
sorry, I did see the issue and sent it to NewJumper but didn't respond
thanks
hello just wanting help creating a world it wont let me do it and i dont know why
Please read the full contents of the #get-support channel for us to provide assistance.
- 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? using essential along with it
- What version of the modpack are you using? v36
- Have you ever gotten past the crash condition without crashing, or does the game always crash? not a crash problem
- What steps cause the crash? not a crash problem
sorry for the inconvenience
let me know if there is any more information i can provide
just a question um what version of the minecraft launcher should i be using on curseforge
Good evening, does anyone know why I get that I have an incompatible mod but they don't tell me which one it is.
!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.
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
!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.
theres a structure that spawns a turtle named "The Boss" which structure is this
Hey, I'm trying to set up a BetterMC server for me and my friends. I'm using shockbyte to host the server. I have both my client and the server running the latest version of this modpack but when I try to connect to my server, I am getting these errors. I doublechecked the mods installed on the server vs my client and they both match.
this is a shockbyte issue
shockbyte is bad and is unable to install modpacks correctly
contact their support or use a different server host
Okay thanks
I already paid for the server. You think I could just copy all of the mods from my local up to the server and that would work?
you need all files from the serverpack
Can't keep up! Is the server overloaded? Running 3370ms or 67 ticks behind
!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.
Does anyone know the name of the mod that gives me a error, I've searched for essential but I can't find anything
hey guys played better mc a while back and just getting back into it. wondering if anyone knew how to make the moded item sorter
what launcher are you using
that is the full message in my server logs running in docker
Does Curseforge count as a launcher?
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
please
!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.
read the text on your screen
Hello, I'm not sure if it is a feature or a bug. I'm using BMC 5 V13 Neoforge and I have an issue with the Trials vaults. I opened a couple of them with a trial key but now, I can't open any vault. Is there a global cooldown for ALL the vaults or something? My bad if this is a dumb question
Hey I have a question about one of the enchanted books on 1.20.4 Forge. I know this is a description in SpawnersPlus but I'm asking here on the off chance someone knows something.
I have no clue what the enchantment is/does
oh shit sweet thank you!
@tawny shore you should add a description for your enchants
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.
OK so I found others vaults and they're working. I assume that the non opening vaults are just glitched. I replace them with creative and they work now
Hey what version are you on?
I’m on 1.20.4 and I can’t find a Trial chamber for the life of me (I’m probably just at the wrong depth)
1.21.1 using the BMC 5 v13
yes
haha
sooo my simple network system's auto smelting doesnt work if there is more than 1 export node
anyone know why and how to fix
If you are using a cracked Minecraft launcher, we can not assist with your issue. In order to receive help, you need to switch to an approved launcher and provide proof you have purchased Minecraft. This is due to the terms of service and guideline agreements of both Mojang and Discord.
yep
Can anyone help?
Any idea why villagers dont restock trades?
!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.
🚫 itssanuk, that command is disabled in this channel.
please just ask your question
oh no i was trying to get the download link to bettermc forge
just search it in your launcher
yeah i found it curseforge
how can someone join my singleplayer world
!ws
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.
yo i downloaded better mc forge and there's only 1 mod how do i use it?
you didnt install correctly
!alternates as i said, you need a launcher
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
is there a way to do it without atlauncher?
The link to download the pack is on my Discord server :
https://discord.gg/4UQZgnPjsm
if you don't see the link, look in the comments
tags:
fivem realistic graphics,
fivem realistic graphics pack,
fivem realistic graphics mod,
fivem realistic graphics mod low end pc,
fivem realistic graphics pack for low end pc,
fivem realistic graphics pack...
- 1.21.1
2.curseforge
3, only configured mod - v14
- game always crash
- I was sitting in the farm with a friend until it started to freeze a lot and eventually crashed
Minecraft crashed!
latest.log: https://mclo.gs/iSBu1eJ
debug.log: https://mclo.gs/24FLFm0
crash-2025-01-11_17.49.23-server.txt: https://mclo.gs/hfNSlUK
CurseForge: launcher_log.txt: https://mclo.gs/FVyZDgW
Modlist changes beyond the modpack:
Added mods:
configured-neoforge-1.21.1-2.6.0.jar
Removed mods:
Mods weren't removed.
try removing the falling leaves mod
Thx! Its working now
so i switched back to v35.5 and it doesnt crash me when i try and load into a world, but when i update the modpack to the most recent update it continuously crashes me when i try and load into a world, i didnt remove any mods and didnt touch anything else?
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Required:
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
can i make a free server to share with my friends and how
- 1.21.1
- curseforge
- no modpack change
- v36
- always crashes, but only in most recent update
- i create a world and it crashes me i dont even get into the world itself
latest log. https://mclo.gs/0lILMa2
2025-01-11-4.log https://mclo.gs/MlGVeUk
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!
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.
Was all the dragon bugs fixed in v14? Only some dragon ablilites are working and the inventory still seems to be bugged.
Anyone have a clue why my BMC5 v14 server does not shut down? It just hangs there endlessly
Its a plain downloaded server package.
Does anyone know if they fixed the ancient city crash in v14 bmc 5 neoforge?
Why you sending 1.20.1 logs, while specifying in msg what using 1.21.1?
idk because i dont know logs im sorry, i probly ment to say 1.21.1
i just want to know what is causing me to crash
But you sent logs from 1.20.1
all i know is that v35.5 works perfectly and doesnt crash my PC but when i updated the modpack to v36 it crashes me everytime, i would like to know what i did wrong if i did anyting or its just the modpack itself
Okay, seems like you using bmc4 which is 1.20.1, not 1.21.1. You just messed up with game version in your message.
Logs are correct, wait while someone from modpack creators response to you.
Thank you so much
no announcement for bmc 5 v14?
Hello guys!
I wonder why in my inventory not showing all the items on the right side
Can anybody help?
i dont know if this is the right place to ask, but does anyone know any good server hoster for bettermc??? like me and 3 of my friends want to play so im not looking to spend 100$ for one server, something under 20 would be nice!!
can someone help me ?
why can I not use essential in this modpack
In the gigant temples, does the suspicious sand spawn? i been playing the modpack for a while, and i can't find a sigle normal temple :c
Can you test with Deeper and Darker and without TerraBlender?
what is the best pickaxe for BMC3?
Yes, I can, give me a moment
Uploaded crash-2025-01-11_21.54.28-server.txt from @oblique void to mclogs: https://mclo.gs/p9Jai6D
Works in v14 without problems
do you have an hs_err_pid file
it's been announced soon
announcement was delayed due to the medieval update
you need to enter text in the search bar first
!server
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!
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.
Please read the full contents of the #get-support channel for us to provide assistance.
Please read the full contents of the #get-support channel for us to provide assistance.

I dont think so how do i check?
check the main modpack directory
I dont see one
Is there any way to add like essentials to 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.
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
the new update for neoforge crashes when creating a world.
is neoforge the same as this?
asking about the announcement
nope
Getting this error after restarting the server, worked fine until restart https://pastebin.com/4DD0AxGY anyone know what i can do to fix thx
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
and this in console https://pastebin.com/f9scLnfx
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Please read the full contents of the #get-support channel for us to provide assistance.
no thats bmc4 forge
Please read the full contents of the #get-support channel for us to provide assistance.
- What Minecraft version are you using? (1.19.2, 1.20.1, ...) Forge Experimental 1.20.1 47.3.12 (47.3.12)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) CurseForge
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods) No
- What version of the modpack are you using? (v11, v9, etc) BMC4_Server_Pack_v36
- Have you ever gotten past the crash condition without crashing, or does the game always crash? https://pastebin.com/4DD0AxGY Yes, worked when we started the server 4/5 hours ago, then we did a manual restart and then it wont start back up. Console logs here https://pastebin.com/f9scLnfx // it did however have some errors in the console on the successful start aswell
- What steps cause the crash? Restarting the server
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
@green steppe seems to be an issue with structure layout optimizer, unsure. never seen this reported before
!alternates your best bet is just a fresh install
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
Ok, which files do I keep to ensure not loosing progress just the world folder or any other files with storage of player info
read the guide #better-mc-forge message
Does anybody have texture pack recommendations that are compatible with all the textures? I just John smith legacy but a lot of the textures don’t work
Get latest.log. My mod doesn’t even have regex
Forge’s error propagation on startup crashes is ass and often blames wrong mod. Latest.log will or should show actual earlier error in theory
- What Minecraft version are you using? (1.19.2, 1.20.1, ...) 1.20.1
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) Curseforge
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods) We added mods
- What version of the modpack are you using? (v11, v9, etc) I think v36
- Have you ever gotten past the crash condition without crashing, or does the game always crash? The game doesn't crash at all, I just can't make a world bcoz it says that there are incompatable mods :( The game said to come to the discord if I didn't know what mods of mine were causing an issue
- What steps cause the crash? No crash
What do I dddo in the scenario haha
@wheat tartan please send the latest.log and ping telepathicgrunt
!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.
ooohh thank you!!!
Hey one of my friends is hosting a server for all of us on curseforge version 1.20.1, we have been playing for a while and want to a mod, is that possible?
Please read the full contents of the #get-support channel for us to provide assistance.
what mod are you adding
we want to add chunk loader
the modpack already has chunkloading
how? Im pretty sure I checked, I mean what is it called?
bm neoforge crashes when I try to create a world
do the dragon mounts breathe fire?
Please read the full contents of the #get-support channel for us to provide assistance.
read the questbook
can someone tell me this because ive gotten varying answers
got it but none of the quest have to with chunk loading, I don't understand
It won't let my boyfriend jjoin, the first time he joined it said "connection reset" and it did this the 2nd time
Currently his 3rd try has him stuck on "loading terrain"
It also won't let him generate worlds 😞
Still booting him after ending the task :(
This is what shows up when it kicks him
!server
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!
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.
he doesnt have the modpack installed
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
I'll tell him tto redownload it, thanks again
Would we both have to do this?
Me and my friends are hosting a server and keep getting hit with the "connection reset" and getting disconnected. We're all using CurseForge if that matters and one guy is hosting it off of his PC. Anyone have any fixes or thoughts?
wheres the bot that tells e the diferences of the bmc modpacks
Does anyone know how to beat the Ender Dragon in better MC. I destroyed the crystals on the towers but cannot destroy the ones on the ground in the building
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
Please read the full contents of the #get-support channel for us to provide assistance.
Last time chat
- What Minecraft version are you using? (1.19.2, 1.20.1, ...) 1.20.1
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) Curseforge
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods) We added mods
- What version of the modpack are you using? (v11, v9, etc) v36
- Have you ever gotten past the crash condition without crashing, or does the game always crash? Always crashes
- What steps cause the crash? Creating a World for single player and Joining one
He says "Open jdk platform binary" spikes his CPU 🧐
you didnt send logs and didnt list what mods you added
so i cant help
and yes "open jdk platform binary" is going to spike your cpu
because thats the program name for Minecraft
and Minecraft is a cpu-bound game
let me ask him, it's not my game that crashes 😢
he didd not know that lolol, 1 sec withhh the logs
@viral garden
Uploaded latest.log from @alpine kernel to mclogs: https://mclo.gs/E2FWcMG
what mods did you add
is there like a list showing how 2 get into the diff dimensions? D:
like, create anndd these ones:
Falling Leaves
Lucky's Cozy Home
Model Gap Fix
Naturalist
PlayerRevive
Radiant Gear
Skin Layers 3D (Fabric/Forge)
Moonlight Library
Supplementaries
Supplementaries Squared
Eating Animations
Connected Glass
Crawl on Demand
Decorative Storage
Fast Leaf Decay
Item Highlighter [Neo/Forge]
Leave My Bars Alone
Mouse Tweaks
playerAnimator
Sound Physics Remastered
read the questbook ingame
falling leaves is already in the modpack
3d skin layers is already in the modpack
ty !
supplementaries + squared are already in the modpack
moonlight lib is already in the modpack
fast leaf decay can cause major issues and we already have an alternative in the modpack
It's just a list I sent to my bf lolol
But the game works for me with the mods we added
kk
sound physics remastered is also included already
you should make sure you didnt add any mods twice as that can cause issues
and follow the performance guide
no, there is a questbook in game though
yeah just ignore it. curse doesn't really know how to handle that currently with connector
https://pastebin.com/r6MU8Amg here is latest log, thanks @green steppe
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
thx
hey peeps, anyone here know how to turn off the big search bar thing on the right side of this screenshot? It keeps grabbing the cursor and I have yet to figure out why it exists/what makes it better than the search bar in the crafter.
it just toggles cheat mode on and off (though maybe older version had the on/off ability, too idk
i've just found it takes extra clicks to make generic things and it's like hmmm this isn't worth it
it's called "emi?"
yeah keybind setting of "f" sigh ty
does anyone ever see like the mobs glowing? like an aura arround them you can see behind walls too, like thoses arrow. its just annoying idk what turns it on
can anyone help me
I don't know why but I get a error when I want start my game
@near egret @tepid swan
I try dowloand old version of the mod
I get error
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Required:
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
hello,
i installed the new version of better mc but i can't find with "/locate" the structure of "* It Takes a Pillage Continuation*" (a new mod which is in the new version of the modpack).
can help me ?
help
Minecraft crashed!
latest.log: https://mclo.gs/e1EbWbU
debug.log: https://mclo.gs/aie8Eu2
crash-2025-01-12_14.59.55-server.txt: https://mclo.gs/hediMOA
AtLauncher: atlauncher.log: https://mclo.gs/LkgZTYX
Modlist changes beyond the modpack:
Modpack modlist wasn't modified.
I have no idea why this log refuses to say what the original code is that is triggering the regex load. But if you look at my mod source, I have absolutely no regex references or calls
https://github.com/search?q=repo%3ATelepathicGrunt%2FStructureLayoutOptimizer pattern&type=code
So it can’t be my code that is the problem. Have you tried clean slating the server by redownloading the pack and files? (While keeping the world folder of course)
a reinstall did fix the users issue
so im unsure what was causing all of this
i appreciate you looking into it though!!
Please read the full contents of the #get-support channel for us to provide assistance.
Did you modify the pack in any way
nope
Please read the full contents of the #get-support channel for us to provide assistance.
you definitely did dude lol
i dont know why you're lying unless you just didnt remember
but the iris flywheel compat mod is not in the modpack by default
nope just downloaded it didnt change a thing
you 100% added it
thats just not true but okay
!alternates please reinstall
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
why u so defensive bro i just downlaoded it idk if the person that posted it changed anything but i cant even add anything
"the person that posted it"???
where did you download this from
the guy that sent me the modpack prob changed somthing if ur 100% sure it was changed
please do not install
random modpacks
that people send you
thats a really good way to get malware
and a broken modpack installation that doesnt launch
please follow the guide for how to properly install a modpack #better-mc-forge message
its the better minecraft but its the expoerted thingy form forge he exported it and sent it me he prob added somthing
so it is a modified modpack :p
i dont think so but fi ur 10000% sure them ig it could be
it is physically impossible for such an error to happen otherwise
the game would not be aware of the iris flywheel compat mod existing unless it was in your mods folder
and its not in the mods folder with a normal correct install
Nevermind, "Content Management" setting.
how do comp shaders work on better mc without iris then
yes, it does
you'd just need to enable content management
you are on v35.5
that version is old and unsupported
please update by clicking the button
the iris & oculus flywheel compat mod is NOT in the modpack by default
it never has been included at any point
this is a Forge modpack
Iris is exclusive to Fabric & Neoforge
There is an unofficial port of Iris for Forge, called "Oculus"
we use Oculus
ik
alr
i just installed it again and the iris things are still in it idk why i cant add or remove anything
when inventory sorting for bmc neoforge?
I am trying to start my server and when add a world it just doesnt want to start
Uploaded crash-2025-01-12_15.47.07-server.txt from @outer grail to mclogs: https://mclo.gs/X27DjQG
hello,
i installed the new version of better mc but i can't find with "/locate" the structure of "* It Takes a Pillage Continuation*" (a new mod which is in the new version of the modpack).
can help me ?
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Required:
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
- Version is 1.20.1
- Curse Forge
- No mods, only the world and server-propreties
- v35.5
- No i havent
- Now the server starts no problem on another machine and when i try to join my game crashes and not the server
Uploaded latest.log from @outer grail to mclogs: https://mclo.gs/s8SvSgs
Hey im trying to host Better MC on a debian system. When im starting the server i need to agree to install Jabba. When i type in "I agree" it only tells me: "[ERROR] wget or curl is required to install jabba.". I made sure that i have both installed. Not sure if it make any difference but im using Crafty Controller to host.
yea that helped but now it tells the same error for installing server.jar but i can prolly install that manually
Hi I'm trying to host a server with essential but i say incompatible ModPack how i can fix ??
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 im having a problem with a server thats running betterMCplus 1.18.2.
so the game just crashes whenever we enter the end and, before it crashes my friend said he opened an ender chest and then it vanished and that started causing major freeze and lag which resulted in the server crashing. it only happens when we enter the end. any idea how to fix this?
Uploaded crash-2025-01-11_22.40.08-server.txt from @full hollow to mclogs: https://mclo.gs/ehkrYZR
I just downloaded the serverpack and after accpenting the Euler I get an error:
Hey guys, what's the best version of Better MC if I want to do an hardcore survival with 2 or 3 friends ? Was thinking of BMC4 but maybe there is a better one ?
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Required:
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
- 1.20.1
- curseforge
- None
- v36
- nope
- running start.bat
friend cant join my ATLauncher server but another one of my friends could join just fine not sure what to do
This is in reply to my question the other day about The Otherside quests not completing when I have done all the requirements. Here are some screenshots showing the quest book not completing, and my inventory showing I have killed and received all the 3 items required to complete the quest. Please let me know if it is something I am doing wrong or maybe it is just a glitch.
Also, when I hover over the "kill a shriekworm" quest you can see it is highlighted with a blue border and it says 100% but it is not checked off, but the other ones do not say that. I am just very confused on what is happening
I also thought it was just a glitch with the entire questbook but I fulfilled another requirement for a random quest and it completed and was checked off just fine so I am thinking it is just the Otherside quests that are glitched
This is BMC4 1.20.1 too if that helps at all
Anyone know any good starting seeds for this? Looking for something that’s not literally just forest and without super big structures at spawn so I actually have to explore
More than 3 logs were uploaded in one message, won't upload.
Hello, I am playing in Better MC Forge v28 and I am getting this crash repeatedly:
It is the same crash, and there are reproducible steps. Unfortunetly it is caused by some dragon mod. No matter the amount of players on the server, one of my players is in an area with apparently many freeroaming dragons (which I have never saw before). Is there anyway to fix this? He does have a dragon egg on him, but hasn't spawned it. We also have spawned dragons that people ride that do not cause the crash, seems like it is just these freeroaming dragons.
We "solved" this by teleporting him away from that area, and now that area is a no go zone lol.
Uploaded crash-2025-01-11_20.09.39-server.txt from @crimson plume to mclogs: https://mclo.gs/Pb4iH5a
Uploaded crash-2025-01-11_20.15.46-server.txt from @crimson plume to mclogs: https://mclo.gs/pKiXmbv
1- Minecraft version 1.20.1
2-CurseForge
3- adding mods
4- V36
5- without crashing
guys i added some mods to BM modpack and this happed, how can i know which mod is the incompatible one?
these are the new added mods
Uploaded crash-2025-01-12_20.59.18-fml.txt from @sterile parrot to mclogs: https://mclo.gs/wRT1w9K
Uploaded latest.log from @sterile parrot to mclogs: https://mclo.gs/OL736OE
!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.
oh i didn't know about that thanks
when i launch the modpack without essential it works. thank you
!server
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!
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.
Hi Guys i keep getting an error when running the batch file. it keeps saying "CMD : The term 'CMD' is not recognized" after every step
i run the download_graal.ps1 and download the java but when i run the batch file it says that "no suitable java installation was found"
Can i get help trying to find what mod is saying that it's incompatible
can sum1 help :( anytime i try to search how to craft smth in the crafting it auto selects the right search thing and idk how to stop it
this happened to me as well
Did you add essential
Yes
!ea read the full message pls
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.
oooh okasy
Is there a way to reverse the update to the prev one, because my friends and I use essential for our server
Why does the ignited bezerker not spawn in the better mincraft nether fortress after I have defeated Ignis?
- 1.20.1
- CurseForge
- nNo
- v36
- without crashing I cannot destory the end crystals in the church to kill the dragon. all crystals on the towers are destroyed but one appears as active still. i have tried re loading and building on top of the crystals spawn. I am also unable to switch to creative to try and remove the crystals that way.
Is there any way to do multiplayer without making a server? We're on the same network
I'm getting a no connection error with my friend every time we try hosting. Any fixes we can try?
@pine stag What you do for that without making a server is you go to settings, click network, find your IP4v address, and let your friend type it into her direction connection with no spaces. When you make your world click open to LAN, it will give you a server port. Add a : onto the end of the IP and then the port. It should let her join.
If it doesn't work, allow Minecraft through your firewalls in your advanced network settings; that's the typical issue there.
hey, we just restarted a server with more ram allocated, and now it won't work. This is the error message we're getting:
1/12 4:28:07 PM [Error] Structure Layout Optimizer (structure_layout_optimizer) has failed to load correctly
1/12 4:28:07 PM [Error] §7java.lang.StackOverflowError: null
it worked perfectly fine with the earlier memory, but now there's a stack overflow?
!alternates please just do a fresh install on ATL and do not add or remove anything
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
v35.5 is old. update the modpack
we offer no support for old versions
BMC Plus is old and unsupported
Would my world get all messed up?
!server you didnt install correctly
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!
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.
no
Okay, thank you
!port
If you're having issues with your friends joining your server, your port for Minecraft may be closed.
-
Check with https://portchecker.co/ with your IP and Minecraft's port (drop down menu) to see if it's open.
-
If it's closed you will need to search online "How to open Minecraft port for server with (ISP Name)
Important note: a lot will allow port forwarding, but there may be some ISPs that will not allow any port forwarding. Please check online if this is the case for yours.
thanks. ill look into it
v28 is VERY old. update to v36
we offer no support for old versions whatsoever
!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.
remove epicfight and essential
they're both extremely incompatible, glitchy mods
!server
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!
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.
do not use Essential
for any reason
it causes major world corruption issues
!server just host a server normally
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!
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.
!ws or use world hosting
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.
!ws
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.
Please read the full contents of the #get-support channel for us to provide assistance.
Uploaded crash-2025-01-12_22.28.07-fml.txt from @minor laurel to mclogs: https://mclo.gs/0D6vxZ3
please do not remove mods
!alternates do a fresh install on ATL
If this command was run in response to your question/issue, it is likely because switching away from the launcher you are currently using would fix your problem.
From our experience, the most stable launcher by far is ATLauncher, also known as ATL.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
!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.
we didn't remove any, that mod isn't loading properly and is causing a stack overflow. The only way to get this not to stop is to remove it, but thats not a fix
I was just saying that removing that mod WILL let the server start, but i dont understand why it's not working now
with the mod installed
better mc required me to install these new updated files like fabric and craterlib i got those installed but now its only crashing everytime i open mc
so i was wondering if i should just keep opening it and closing until it stops crashing
I've read through the read me guide and followed the YouTube tutorial but both come up with the same issue.
you did not install correctly
!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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
Thanks for your help! I did try to update, but I keep getting a error that says this when I run start.sh:
nicholas@mine-deb:/var/games/minecraft/servers/Better_MC_Neoforge_1.21.1_v14$ ./start.sh
Start script generated by ServerPackCreator 7.1.6.
To change the launch settings of this server, such as JVM args / flags, Minecraft version, modloader version etc., edit the variables.txt-file.
No suitable Java installation was found on your system. Proceeding to Java installation.
Jabba only supports systems with glibc 2.32 & 2.34 onward. You have 2.28. Automated Java installation can not proceed.
DO NOT ATTEMPT TO UPDATE OR UPGRADE YOUR INSTALLED VERSION OF GLIBC! DOING SO MAY CORRUPT YOUR ENTIRE SYSTEM!
Instead, consider upgrading to a newer version of your OS. Example: In case of Ubuntu 20 LTS, consider upgrading to 22 LTS or 24 LTS.
It is not an option to update my OS right now, is there a way around this? I don't know why v28 was fine.
Hi, I'm running server pack v36 on a server with GraalVM Java 21 and it always gets stuck on this part when shutting down:
[23:49:49] [Server thread/INFO] (Framework) Unloading server configs...
[23:49:49] [Server thread/INFO] (Framework) Sending config unload event for backpacked.server.toml
[23:49:49] [Server thread/INFO] (Framework) Sending config unload event for goblintraders-entities.toml
[23:49:49] [Server thread/INFO] (Framework) Finished unloading server configs
[23:49:50] [Server thread/INFO] (GenericThread) Thread Query Listener stopped
I mainly end up killing the process in the end. Is there a way to further debug this?
hi
i managed to fix it
where can i found slime in bmc4?
How heavy is this modpack
And can you say your pc specs
Like not spec but what stuff it’s using
I’m planning on buying a pc
And wanna know how good it has to be
Why when i go to the end the game crash
!moreinfo
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Required:
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
from my experience the fabric version runs on pretty much anything
got it to run smooth 30 on an old office laptop
not sure about the forge ver
since forge is known to be a bit more intense on performance
- I play in 1.20.1
- I run it with curseforge
- I added create and backpacked
- The latest ones for 1.20.1 v36 ig
5.Yes it did work after 6 tries but it doesnt work anymore
6.When i enter the ender portal i get the loading terrain screen for like 10 minutes and when i try to leave it crashes and tp far from the portail (it even duplicated the ender eyes)
can anyone tell me how to load a backup i made
What are the stats
Oh wait you said old mb
It was an office laptop, they run on ancient stuff
replace the folder with your backup one
okey dokey thank you
So i downloaded Better MC and also downloaded Essential Mod from curseforge, but whenever i select the right version i get hit with this, is there a way to fix this? or do i just need to change my version for it to work. I'm trying be able to start a world with a friend of mine
!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.
Ohhhh
ty so much!
you just need a somewhat good cpu and atleast 8gb ram ideally 16gb
Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.
So I added only 2 mods to the bettermc forge 1.20.1 and every single texture is pink and black. I know the mods are causing it but maybe there's a feature I can disable that will fix it?
I've done this before with many more mods and it's been successful. The mods are JCraft: Eyes of Ender and Satin Api Forge
just remove jcraft
you can try an older version of jcraft i guess too
where did you download it from?
if the mod isnt on curseforge or modrinth then you really shouldnt use it
thats a good way to get malware
how connect ancient tome on pickaxe and sword if anvil doesn't work. Please help me guys! ⛏️
Do anyone know how to keep the crows away from wheat farms?
Maybe you can make something to scare the crows? Idk
scare crows, or make the farms inside a building.
Is there a guide?
Peacock fan still in the game?
My minecraft keeps crashing when i open it/
I am using better minecraft 5 [NeoForge] and i don't understand why it's crashing.
I have not changed the modlist at all either.
latest.log: https://mclo.gs/DTdtiQy
CurseForge: launcher_log.txt: https://mclo.gs/rLkslsJ
I just started a fresh server with BisectHosting. When I upload the world my friends and I have been using it doesn't have any of the stuff we built saved. Why would this be?
send a screenshot of the server files
Please read the full contents of the #get-support channel for us to provide assistance.
I have my inventory, and all of my named mobs are still around. But any blocks that were placed or broken have been completely reset
hey i had a 8gb ram server maxed the ram out upgraded to 11 and then went to the end and maxed it out again is there a way to make it go back down ?? cause it hasn't gone down
I've tried reuploading the world. I know it's the correct folder. I can't find anything that would cause this
how did you install the server onto bisect?
Bisect did it for me. I chose BetterMC4 1.20.1 during the setup
When I load the world in singleplayer everything is fine. I've just been sharing the world through LunaPixel normally. But the server just resets all the blocks. Otherwise I'm in the same place I was when we last played and I have all my inventory
Hey, stupid question I’m on my world with my partner and we’re trying to get ender pearls but we haven’t gotten any from endermen.
How do you get enderpearls if not from endermen? We’re on BMC 5 neoforge.
Sorry for the dumb question
There are a lot in the trail things i got like a few stacks from those
!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.
what is the ammo for shotgun fist?
is there a setting to change to turn off search to show in jei?
its not something to be "fixed"
its an intended feature
!alternates you also did not 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.
To install ATLauncher, do the following:
1. Go to https://atlauncher.com/download
2. Install and run the setup, then open the program.
3. Login to your Microsoft account that owns the Java Edition of Minecraft from the Accounts tab on the right. This process is 100% safe, as it goes directly through Microsoft. ATLauncher does not see your account credentials.
4. Go to the Packs tab on the right, then click "Curseforge" on the left.
5. Search the modpack you wish to download.
6. Click "New Instance". Click "Ok" on the opted out mods warning, then click "Open All" on the manual download screen.
7. Let the mods download, ATLauncher will grab them from your Downloads folder and automatically add them to the modpack.
8. Go to the Instances tab, and click "Play" on the modpack you downloaded. If you ever see an "Update" button on the instance, click it.
This video explains the process: https://youtu.be/xMYW1wMbmkM
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there. Do the same with the XaerosMinimap folder, or the Journeymap folder, to transfer over any waypoints you've created.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
you're missing a bunch of important files based on this screenshot
I logged in with ftb launcher and my server files are up to date.
do not use FTB Launcher
it's incapable of installing files properly
hi im using better mc 1.20.1 on a server and i removed the waystone mod and xaeros map, whenever i start the server it crashes and gives me this "'forge', Requested by: 'structure_layout_optimizer'"
why'd you remove those
well im playing with some friends and we dont like waypoint mods
and the map i just love getting lost lol
is it whats causing the problem?
when i fly around the world w my dragon mount the chunks are loading slower than my speed, can installing distant horizons fix this perhaps?
I logged in with ATLauncher and the problem persists.
waystones is not a waypoint mod
yes, xaeroplus is in the modpack
you'd need to remove that too
no, distant horizons would make it worse
Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.
once again
its not a problem
its a feature of the distraction free recipes mod
the issue before you were on ATLauncher is that you did not have the resourcepack that the modpack comes with
Will it cause problems if I uninstall the mod?
you can remove it yes
yeah sorry not waypoints i meant waystones the teleportation mod
anyway i reset the server and did a fresh installation of the modpack i still get the same message
i downloaded the modpack from the shockbyte modpacks tab
my game works fine its just the server doesnt start
Shockbyte is terrible and doesnt install modpacks properly
you can contact their support or move to a different host
Has anyone fought the Eye of The Storm boss?
