#better-mc-fabric
1 messages · Page 97 of 1
20
30
then back up to 130
if it was just me not having a good pc itd never even reach past like 30 fps
but instead it does whatever this is
any known reason
i can see it happening while im paused in the background typing this
actively
nice skin
follow #faq performance guide
if you still lag send ss with f3 open

edit the variables.txt
you need to specify mb
not just a number
and theres no reason to mix mb & gb
just do -Xmx5g
you dont need to specify a minimum either
Good evening all, how would i go about updating my personal BetterMC server to the latest modpack version without breaking anything?
!updateserver
00:00 Update Server Locally
01:19 Update on Server Host/Bisect Hosting Premium
01:39 Update on Server Host/Bisect Hosting Premium
Discord ➔ https://discord.gg/8ZmhaPPbjE
Twitter ➔ https://twitter.com/SharkieTV
Use CODE: LunaPixel for 25% off ➔ https://www.bisecthosting.com/LunaPixel
Thanks. also Curseforge app isnt giving me the option to update the modpack from v11 to v12?
!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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
anyone know any good bmc servers
If you have "Allow content management for this profile" switched on in the Profile Options, Curseforge doesn't give you an option to update the modpack. I had this frustration for a time, a while back. That could be the issue you're having🤔
Hello! What mod or mods keep grass and flowers growing, including weeds?
anyone know how to fix this bug with better end mod?
To reload textures and sounds, press F3 + T. If this doesn't bring up a loading screen, do the following:
1. Press escape and go to the Resourcepacks tab.
2. Move a Resourcepack on the left of the screen to the right.
3. Move that SAME Resourcepack back to the left.
4. Exit the menu.
If step 4 does not bring up a loading screen, do step 2, then step 4, then step 3, and then step 4 again.
did you disable the resourcepack yourself?
no
you didnt install correctly, read #faq for modpack installation
or you can try a resourcepack reload, might fix it
f3 + a
does anyone know how to enable shaders on 1.19.2
?????
theres no shaders tab in video settings
send a ss
ahh i see
is there a way for me to turn off these spawnerss?
even with a torch they dont die
Is this a public server
Dang it
I am in a seever and it has crashed because the twilight zone portal is bugged, and when I broke a block, it fell into the portal, and it crashed me
And I Cnat get online
Also can I join I am bored
What that
How dose it get fixed
I can’t join back
How dose it get fixed
please dont ping staff
Hi, yesterday i was running the server just fine, today it crashes all the time
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
im running v1.95 and no, i havent modified it in any way, MC Version 1.19.2 latest fabric
error code is here: https://pastebin.com/YYjZLCvB
Its a server btw, using the bundled start powershell script
- Download an adoptium release for Java (recommended but not required):
- Java 11 (https://adoptium.net/temurin/releases/?version=11) for versions 1.16.5 and below (can also use 8 if its not working)
- Java 18 (https://adoptium.net/temurin/releases/?version=18) for any versions newer (or 17 if 18 doesn't work)
- Consider installing the JRE instead of the JDK for a smaller file size
-
When installing through adoptium, make sure that Add to PATH and Set JAVA_HOME variable are both set to be installed (please see https://imgur.com/a/jPu1h7h for how that would look)
-
Check if java has been correctly installed by running java --version (or java -version on older versions), and seeing if the output is correct (see https://imgur.com/a/OWcoq4p for an example of the output)
- NOTE: 64 bit versions of java ALWAYS have '64-bit Server VM' in the version output. If that is not there, you have installed a 32-BIT version!! If you're getting Out of Memory errors or any other errors, PLEASE install 64-bit
- If the output isn't as intended, you have 2 options.
i) Delete ALL other java versions from your PC (ONLY recommended if you don't need them)
ii) Redirect your launcher/server to use your new installation of Java
Method i
- Uninstall any other java program listed in your programs list (differs by OS, please find a guide for your own OS if you don't know)
- Attempt to re-use the command mentioned above (if the output is now correct, which it should be, you are ready to go)
Method ii
- For a server, please modify the $Java/JAVA variable (found in your startup script depending on ps1/sh) to the path of your java installation. For windows, this path is usually found in "Program Files/Eclipse Adoptium/version_of_java/bin"
- For a client, depending on whether you use CurseForge, GD, or AT, the process is slightly different. Please see a guide for each respective launcher on how to change the java version.
i keep getting the same thing
i installed it the way it says in here
Hi, Idk why when I try to enter nether portal it just keep waiting and not teleported.. Is there anyone facing the same issue?
then i think its thes erver hardware
which hardware does the server have
@visual gorge
yeah thats why
even 4GB is not enough
imagine with jusst 2gb
i run it in an Intel Nuc J5040 with 16GB
@visual gorge
what specs do you have in your pc?
Ohh I thought only will cause lag? Instead of getting lag it just keep stuck on the portal animation
and it's not stuck on the portal, it just keep showing the waving animation without any lag
I can run other portal but not nether...?
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
you dont have enough memory on the server
please
read the readme
you dont have the right java version installed.
@visual gorge then you should try to self host it
using ngrok so you dont have to open the ports
i already fixed it tysm
@meager yacht Hi may I know why I can't go to nether with portal but other portal can?
i just told you
i already told you
lmao
you need at least 6 or 8
no
4gb is kind of bad because i tested it
cool
i had to give it 6gb for it to be stable
4gb is enough
It's kinda wierd that all of the portal can go through but the most basic nether portal can't..
nvm thanks for the help
how to install adoptium on ubuntu?
java 17
it gives me tar.gz but idk what to do with it
I added a mod and made sure it's compatible and putted it in the mods folder and the game didn't run
Advanced XRay (Fabric Edition)
Curseforge
then remove it
Like it run for sec and then it disappears
The game
Can u guys recommend a video tutorial on how to add mods to a modpack or someplace where i can read about that issue
If you cant run the modpack when you add a mod then it dosent work
Yes
Idk maybe i did something wrong
Its a 1.19.2 mod
use java 18
Yea
Wym there is no 1.19 i play on 1.19
There is 1.19.2 bmc
Curseforge
no 1.19
hi kwek
No i downloaded the mod then I put the mod in the mods folder
it is also tar.gz
ok?
extract it
thats a zip file
thats the only way to install mods
Ok
going through the app wont change anything
what do i do with the extracted file?
@thick gazelle what you tryna do?
if you dont know how to install things on your own OS then dont
Nope it's my first time using Minecraft mods
run server on ubunut
Oh
bc windows was to slow on old pc
By "app" do u mean curseforge
Oh
I tried to look up that mod in curse forge app but it didn't appear so i downloaded from website
No😥
Thx 😊
You truly are the goat 🐐🙌
Easier with a pic honestly.
its not mine i just use it on old pc bcz its faster
K
Nope it appears that i fricked something else up so the game isn't even working im thinking of reinstalling the game
Btw if i delete does my progress in a Minecraft server disappear as well
No
Yea
u know abt forge stuff?
My inventory is always on my screen
but its just the items
kk
i restartted my whole pc lool
im trying again
press i
i did
alr
also your on #better-mc-forge
ohh ye
where do i find my invenotry + keybunds
lmaooo
OHH THANKS
Can you repair rose gold tools?
why doesnt vein miner always work?
hold the key down while mining
yeah im not new to modded minecraft but its not working
check for keybind conflicts
none
what modpack + version
it does work
you need the vein mining enchant
hold the ~ key
i changed to mouse 5 and doesnt work
also tried reverting didnt work
my mate also cant use it
did you add any mods
no
what launcher
!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.
TLauncher is spyware
it also doesnt install mods or modpacks correctly
we offer no support for piracy, please leave the server
could the veinminer issue be a server side config?
no
in forge modpacks is always worked fine
i cant use it with hands or tools
You need the enchantment
the enchantment to use the feature from the mod?
does this not work like the forge counterpart?
it works the exact same as it does on forge
i already told you, you need the enchant & need to hold the ~ key
but i need to enchant a tool?
yes
thats what i didnt know tyvm
you need the vein mining enchant
are the same mods available on forge as the fabric ones?
no
about the same
storage mods are different
but its mainly toms simple storaeg or is there something more advanced?
also are there like iron chests and such on forge?
forge uses simple storage networks
no
the Nether Chested mod is in some packs
ill just install that and check it instead of annoying you sorry
what is the difference between BMC 1/2/3? just newer versions?
The mods are different and mc version
hi there just started out, just one quick issue I have is I hear birds chirping even tho I'm at deepslate level in a big cave. How do I resolve that?
any way to mine a 3x3
or any tipe of tip for better tools early?
gotta have the enchant first
when you do you drop items like vanilla?
which thing makes textures connect? like cobblestone with dirt
no, it spawns a grave
the continuity mod
How do i make 1.19.2 fabric run less laggy
Just starting out on this modpack and I cant dye wool in the normal way, what gives?
!storage
Simple Storage Networks allow for infinitely expandable storage that can be accessed from any dimension, at any distance. To set one up, you'll first need a Network Root and Request Table. Try to keep this all in one chunk (viewed by pressing F3 + G) and do it somewhere with a good bit of vertical space. Place the Request Table above the Network Root. Generally, the simplest way to gets lots of storage is to make a tower of double chests from bedrock and then a tower of Link Cables which attach to the Network Root. When you run out of space, you will need to make more Link Cables, as one cable can only attach to one double chest. If you're playing a modpack with the Sophisticated Backpacks mod, you can use maxed backpacks instead of chests to conserve space. To access the Network from anywhere with a Crafting Remote, click the map icon at the top left of your inventory then click the next map icon in the same area. Here, you can click to claim a chunk (disabling creeper explosion damage) and then shift click to "Force Load" it. You can tell it's loaded when there's red lines going across the chunk. You can also put the Crafting Remote in a Curio slot (accessed by clicking the ring icon in your inventory) and then bind "Open Remote Curio" to a key of your choice for easier access.
anyone good with storage? i've watched a handful of videos on it already and understand most of the mod. what i have been unable to find answers to are the tag filters and polymorphic filters. i've experimented with in game, and i can open the menu, pop items in and add their tags to the filter, but i don't know how to actually plug the filter into my system.
what i want to do is have storage for tools and armor, but tools and armor with enchantments don't get accepted by the Inventory Cable Connector (Filtered). so after looking around at the items, i think a tag filter would do best.
yes, i know i can have a general overflow section of storage, but that is my last resort. i would love to just have an organized place for all tools and armor, even with enchants to go into.
follow the #faq performance guide
having issues here to upgrade from v9.5 to v11 or v12, apears like launcher doesnt like the mods or the config file
please just describe the issue
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
- no
- sklauncher, crash logs
gdlauncher i cant even reach the server - 1.20.1
4, v12 - copy the new mods and launch
- no
- https://mclo.gs/cop3AVu
- not yet
everything works with v9.5 tho
SKLauncher does not install mods or modpacks correctly
we do not offer any support for piracy.
please leave the server
I also sais that i did try gdlauncher
I paid for the game too
Its bot piracy in this case its offline
Not *
GDLauncher also does not work
there is no reason to use a pirated launcher if you already own the game
GDL is just plain bad
but cracked launchers can't install things correctly due to curseforge restrictions
!alternates use ATL or Curseforge 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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
Thats so fun to have to pay for license for the 5 users in my own home !
Thanks but no thanks
what
what do you want us to do
lmfao
redstone
Is immersive portals compatible with bettermc ?
besides the obvious vanilla redstone lamp
lol
thats not even red
if you're talking about glowing ores with complementary / rethinking voxels then this does give off red light
what is the mod that has the sort button on the top right of inventorys
charm
the one that add this button right?
yep
is there a version of this for 1.20?
nope
hey so ik that some structures have maps to other ones, i.e bandit tower has a map to the forgery. is there a list of what structures supply what maps?
XD came across the the paranoid pillager last night, that’s such a fun edition.
Paranoid pillager? Like a coward version of those evil ones?
How do the capes work? When looking at them using REI, it shows a bunch of capes. Same with the creative menu. How do I equip one? Or is like how normal MC works where you have to have it set to your account? Im wondering because I would like to wear one but it isnt letting me.
Im using betterMC 1.19.2 on modpack version 19.5. I dont know if playing on a server changes how some mods work or not, so if its because its on a server let me know
press U on an emerald in REI
its just dev items
added by some library mod
Ohh ok, ty. I had no idea if there was some way to wear them or not
Yo my xp bar disappeared. What do I do?
Playing on 1.19.2 and can't seem to find the Obsidilith ANYWHERE, could the structure spawn only in specific bioms?
What do you mean by outer end islands?
does anybody know of a way to go through each mods blocks? i did this previously but cant remember how
not simply scrolling through REI i mean clicking on each mod and it showind the blocks it brings
for example: i want to see every block in farmers delight, how could i got about that? ty!
just found it actually, all you need to do is tap on the arrows of the creative mode invetory
so I was gonna play with a friend and added the essential mod so I could invite him to my SP, but I just.... can't? is there a bypass to add mods cuz it won't let me play at all if I add a mod
will crops grow underground at Y 42 if its winter?
Essential is incompatible and can cause world corruption
self-hosting is free
!lan
LAN is untested and unreliable. Using it will cause longterm damage to your world. There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way. Here are your options:
- Create a server using the server pack or through a Bisect purchase. Type
!serverin #bots for more information. - Install the e4mc mod and then Open to LAN ingame.
!server
We suggest renting a server from Bisect Hosting:
Approx. $10 - $25 a month depending on what plan you choose. You can also get 25% off with Code LunaPixel.
Go to https://www.bisecthosting.com/LunaPixel and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.
Go to #server-hosting for more Info!
Free Method: (This is hosting on your own PC, which is harder to do so we suggest getting a server via Bisect Hosting)
- Download the serverpack from Curseforge's website
- Right click the start.ps1 file and click Run with Powershell
To join your own server, typelocalhostinto Direct Connect.
This video explains the process https://www.youtube.com/watch?v=wuGUbVbLsDc
The server IP address is your Public IP Address, which can be found by googling my ip address
If other players are unable to join, find a portforwarding guide online.
type in @farmer
How to easily find a trader goblin






i am done
i tested everything
same thing with all of the packs
they launch & crash
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
Seems like modemenu is having trouble properly rendering or somethin
1 no
2 atlauncher
3 120.1
4 v12
5 launch game sometimes/ run shaders/ join a world
6 in my new pc always
7 already done
8 why would i
idk bro im done
lmao
lmao
goblin trader jumpscare
i wanna start to progress further with bosses and stuff, what would be good to begin with with the bosses of mass destruction?
You can follow the questbook
oh theres a questbook? where can i get it
ik they can be strong but i already have pretty insane gear
which mod makes that i can put enchant from item to book on grindstone
Might be charm
yes. thx
Hi, my friend want to join my server hosted by bisect but he stuck on the lobby and cant find the multiplayer button.
how to solve this issue?
send a screenshot
!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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
what are the requirements for villagers to breed in the 1.20 version of this modpack?
Can I get more dragon eggs? tried to kill the dragon again but it did not spawn an egg
So there's no way of getting more eggs?
Were playing on a server and want to breed the dragon
is it different from vanila?
ok
any ideas why it isnt working, theres 3 beds there
they harvest the carrots and passing them around
to breed
open your inventory top left corner
there is nothing
does it have a keybind?
what version are you on
nope
1.19.2 or 1.20.1
1.20.1
ah theres no questbook atm on that version
oh okay
im so glad i never went into computer eng

send a screenshot of the ATLauncher java tab
oki
reset java path
i didnt
check the per instance settings
euh
remove java path there too
@

does it work on curseforge
euh let me try
downloading
bmc
imagine cf work
i want to eat ur wifi
lmao come
OH MY GOD
CHORB
can i be ur e-chorbia pleaseeee
@meager yacht
@sudden bay ITS WORKING
FINALLLYYYYY
OMG
OH MY GOD
I ALSO JS SHUT OFF MY PC
CHORB LET ME UR CHORBIA
LMAO
chorb
hey im on mac os and the new update makes my launcher crash when i try to open the game, can anyone help?
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
possibly
Boyfriends game keeps crashing about 15 seconds after loading in, using 1.19.2, he has the exact same mods as me, 16GB Ram. Mine seems to work fine with 8GB ram. Don’t really understand why it’s not working.
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
- Deleted 2 menu mods so another mod works that we added.
2.CurseForge
3.1.19.2
4.V19.5 - Loading into a world
- Only on V14.5.
- Don’t have it right now.
- No
Essentials?

Yes
We do not support it. It can cause world corruption and other issues
This is one example of it
You can use e4mc
instead
or run the serverpack
both are fre
Thank you, we will try this later on, I’ll get back to you if it still crashes, as my game seems to work fine.
!moreinfo if you crash just fill this out
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
Hey, is there any reliable way to move villagers around in the BMC 1 version of the modpack?
yo how do i use an infusion pedestal? i want to craft a crystalite elytra
normal for some structures to have no loot?
When I try to upload the BetterMC Fabric 1.20.1 zip file to MultiMC its telling me Archive does not contain a recognized modpack type...
why are u doing that
just use multimc?
add new instance
and go to curseforge nd search for it
i dont have the curseforge option...
yikes
is there a way to add that?
just use prism launcher then
!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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
or atlauncher
but if u want to use something more similar to multimc then use prism
has the curseforge option
Does BetterMC2 Fabric, support Iris Shaders?
i feel kinda stupid for not knowing about prism... might just make the switch to that launcher for now thanks!
yes
Hey! 1 quick question. Do you still allow to carry mobs in this version?
Because I use to shift+right click to carry mobs and now whatever key that I binded doesn't work anymore..
what key should it be binded btw?
how to set both keys together in the same time?
anyone using any afk raid farm on better mc 1.19.2? if yes which design?
Hello guys, me and my friend just started a bettermc server. However none of us have a working quest book. It is just empty for all of us. Does anyone know what could possibly be the problem? Thank you.
what version are you on
1.19.2
There isn’t one on bmc fabric sadly.
Ahh I see, thanks.
There is?
Is there nothing when you open the questbook
I mean I do see it but it's empty
Your server was not installed properly
Did you use the serverpack?
Yeah
try reinstalling the server
Alright I'll try
I confused it with the 1.20.1 version my bad 
Hoping it does get updated to allow into it eventually, but sounds like it’ll take a while.
Questbook?
Reinstalled the serverpack but questbook doesn't work :/
that means you didn't install configs
you need all files in the serverpack
not just the mods.
1.No
2. Curseforge
3.1.19.2
4. V19.5
5. After Creating/joining a world
6. Sometimes but crashes after about 5 seconds
7.Sent with this
8. No
This is with 16GB of ram with 8GB allocated.
!drivers
You (likely) need to update your graphics drivers in order to resolve the crash. Here's how to go about doing that!
1. Identify your graphics card
if you already know skip to the next step
- Open task manager
- Navigate to the "Performance" tab (on Windows 11 this is the button that looks like a heart pulse)
- Press the GPU 0 graph and read your GPU from the top right
Note:
In some cases you may see a GPU 0 and GPU 1. This means your CPU has its own GPU, as well as an external one. You probably want GPU 1 (which is usually the external), but you can ask staff to clarify if necessary.
2. Download your drivers from the manufacturers site
Depending on what you read before, you likely need drivers from either AMD, Intel, or NVIDIA
AMD: https://www.amd.com/en/support
Intel: https://www.intel.com/content/www/us/en/download-center/home.html
NVIDIA: https://www.nvidia.com/Download/index.aspx?lang=en-us
Note:
- For NVIDIA you want to select "Game Ready Driver (GRD)" (this is the default option) for the best performance. Once installing you'd probably prefer downloading GeForce Experience, which will notify you when there's an available drivers update.
- For Intel, you probably want to press "Get Started" under the "Automatically update your drivers and software", which will simplify the process and update everything automatically
- For AMD you probably want to just press "Download Windows Drivers", which will download something called AMD Adrenaline, which will update your drivers automatically.
3. Run the installation, restart your computer, and try playing MC again
- At this point, hopefully your Minecraft is running. If it still does not work, please post any new logs and staff will help assist you with finding the right solution.
Tried multiple gpu drivers, i'm now on the latest driver for my gpu 1660ti
This doesn’t help.
i keep crashing and getting exit code 6 when i try to join a server, i'm on bmc1. haven't tried singleplayer yet but i have no idea what's happening. it was fine yesterday and as far as i can tell, i'm all up to date
!glfw
For users who are experiencing issues with the built-in GLFW, there's a quick and easy solution for you to use the latest, bug-free GLFW that can remedy the solution.
- Download a pre-built GLFW library from my repository at https://github.com/Frontear/glfw/releases. Ensure you download the correct file from the desription of the release. You may also compile it yourself, details can be found here: https://www.glfw.org/docs/latest/compile.html
- Save the file in a location you can remember and will NOT delete (the file MUST stay there or else it will stop working)
- In your launcher, go to the java parameters (this is the place you put your GC arguments), and add
-Dorg.lwjgl.glfw.libname="path/to/the/file". If, for example, you downloaded the file in your Downloads (C:\Users\Me\Downloads\glfw3.dll, then your argument would be-Dorg.lwjgl.glfw.libname="C:\Users\Me\Downloads\glfw3.dll")
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
- nope
- curseforge
- 1.19.2
- v19.5
- launch the game as normal through curseforge launcher, join a multiplayer server, wait approximately 3 seconds, experience sadness due to the crash
nopeyes, sorry. the game was running fine up until today. so every time i ran it prior to today, i'd get past the crash point- attached it
- yep, none of it did anything. i'm really not sure what changed overnight
!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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
will get on that tomorrow. leaving soon and won't be back for a few hours, it's evening for me
wdym not working
twilight forest , deeper dark
and then
hey im trying to create my own modpack but when i try and load it, it instantly crashed
and idk how to get to the crash log
just says unknown host
are you the one hosting
no im trying to join the server
did the host port foward?
not my own server
so what exactly happened there
so who owns bmc1? or what
no, they are asking if the owner of the server port forward
!server
We suggest renting a server from Bisect Hosting:
Approx. $10 - $25 a month depending on what plan you choose. You can also get 25% off with Code LunaPixel.
Go to https://www.bisecthosting.com/LunaPixel and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.
Go to #server-hosting for more Info!
Free Method: (This is hosting on your own PC, which is harder to do so we suggest getting a server via Bisect Hosting)
- Download the serverpack from Curseforge's website
- Right click the start.ps1 file and click Run with Powershell
To join your own server, typelocalhostinto Direct Connect.
This video explains the process https://www.youtube.com/watch?v=wuGUbVbLsDc
The server IP address is your Public IP Address, which can be found by googling my ip address
If other players are unable to join, find a portforwarding guide online.
i mean like im not trying to create my own server
i just went to moorgs and i get the samething with them
you mean moog's mods?
like if i try going into the server of bmc1 server it says unknown host
I just need to know if you are joining moog's mods server or not, because if so, they have their own discord
is it possible to comibine fortune 4 to get fortune 5?
damn
might be able to get fortune 5 from a goblin trader though, rare trade
best way to get quartz
nether
mining lol
cool, fortune 3 or higher with nether quartz still better
everyone makes gold farms, Idk why tbh
i do it so i can have gapples for days
and gapples you can eat them even if youre full
hhhnngg
is there a way to change keybinds for stuff like f3 or something
i always press alt f4 when im trying to look at the fps and tick meters
whats the name of the ui where it shows your armor and colorful health bar
i really wanna play the better mc modpack 1.20 with my friends and i used to be able to using the essential mod, but now when i add it, its say thats its incompatible. Is there a way to fix this or a better way to play with friends if someone knows?
Just play the pack normally, when you get into a world.
Press "esc" then go to "world sharing" or "open to lan" then the address that pops up in chat, send that to ur friends
OH ok i really appreciate that thanks 😇
okay so, is there anything on better mc fabric that can help me clear grass faster than using a bucket or my hand?
is it possible to play it with quilt using QFAPI ?
looks normal tbh
could it yknow not spam tho 🤯
Doesnt affect anything
wdym fancy nether portal
complementary shaders
neither does integrated/ avpbr's reflective textures
How do I allocate ram for my server? Can't seem to find the line that says $arg
nvm it's in the variables.txt
the readme.txt has some good info!
Are there any server commands? If I want to stop the server I just need to ctrl c right?
stop to turn the server off
https://apexminecrafthosting.com/vanilla-commands-in-minecraft/
this has a list of basic commands
Oh I meant the powershell script. If I do ctrl c on the script to stop it, the server will stop too isn't it?
no idea, I dont use powershell
I see. Thanks for the help!
guys how can i make a server with my frind on this modpack.thx
yo i got a crystalite elytra why don’t i get regen 1?
!server
We suggest renting a server from Bisect Hosting:
Approx. $10 - $25 a month depending on what plan you choose. You can also get 25% off with Code LunaPixel.
Go to https://www.bisecthosting.com/LunaPixel and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.
Go to #server-hosting for more Info!
Free Method: (This is hosting on your own PC, which is harder to do so we suggest getting a server via Bisect Hosting)
- Download the serverpack from Curseforge's website
- Right click the start.ps1 file and click Run with Powershell
To join your own server, typelocalhostinto Direct Connect.
This video explains the process https://www.youtube.com/watch?v=wuGUbVbLsDc
The server IP address is your Public IP Address, which can be found by googling my ip address
If other players are unable to join, find a portforwarding guide online.
Is there anywhere to make a ticket or is this the place to ask for help.
This is the place
I have a BetterMC fabric server 1.19.2 running through PebbleHost. I am using the Curseforge launcher to use Bettermc. Yesterday for some reason I was unable to join my server - I see the world for 5 seconds and then crash and it says Exit Code 6 but I don't know how to read the crash reports to understand them. It was working fine for about a month up until yesterday. And if it matters, I am using Mac
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
And I know it is a problem with me and not the server because my friend is able to join fine
I'll try looking at the FAQ advice first and see if that helps, thanks
please
awnser all 8 questions
I am not at my computer now so I won’t be able to send a crash report - which of course is probably the most useful thing. I will send when I get a chance, thank you.
guys what is the best fishing rod in this modpack?
if a helper could i guess help or smth like that id appreciate it but i know its probably not their job to answer basic questions
also id appreciate it if someone could tell me how to get it
how to download better mc v11
#faq for modpack installation
I would awnser if I knew 
i know how to install a modpack
Please read #faq for modpack installation.
but first i can join and 10minutes later i got kicked because i dont have same modpack
?
🤣
00:00 Update Server Locally
01:19 Update on Server Host/Bisect Hosting Premium
01:39 Update on Server Host/Bisect Hosting Premium
Discord ➔ https://discord.gg/8ZmhaPPbjE
Twitter ➔ https://twitter.com/SharkieTV
Use CODE: LunaPixel for 25% off ➔ https://www.bisecthosting.com/LunaPixel
you can view the changelogs on Curseforge
Hello everyone!
Hey, I was just playing and suddenly, everything in the game turned black and white, de menus and everything is still in color, but the game itself turned black and white. Does anyone know why? 😅
did you wear a skull
thanks!
can u get custom enchants such us potent poison from the enchantment table?
yes
does anyone know how the vein mining enchant works?
hold down the keybind while mining
o ty
my modpack crashes everytime i try to load a world and i cant figure out why
i checked the discussion thing but that was for forge
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
what mods did you add
Responding to the 8 questions from earlier.
- I did not do anything to the modpack. But, I noticed yesterday that when I was launching the game, there was a 66mb download that showed at the bottom. I have no idea what it was for but it hasn't worked correctly since then.
- Curseforge
- 1.19.2
- v19.5
- Loading into my PebbleHost server. I can see the world for 5 seconds and then I crash.
- No
- I attached the latest log file
- No
follow the performance guide
Okay Ill take a look, thanks
Someone was just like "please just answer the questions first"
Do regular mob farms work the same as vanilla mc?
My spider farm just doesn't seem to be giving out as much xp as i think it should be
yes
thanks
anyone what music is used in the better MC modpack?
Pure copper tools, dark enchanting, and e4mc
ig i didnt put it in then because theres no copy of it
its not called e4mc
oh
the one i added is also in 1.19.4 so that might be the reason the modpacks not working
that would be a reason yes
we have a mod called Luna
for world sharing
mod packs working now thank you for the help!
is there a way to disable the vertical slab thing in 1.20.1 or the only way is delete the mod
why do you want to remove it
oh im just not used to misplacing the thing its annoying imo
has to aim at the right pixels for the desired outcome
check keybinds for a way to toggle it
if thats not a thing then ping the user "andrew grant"
he's the dev of the mod & would be more than happy to take any feedback you have
got it thanks for answering
Question, will the euphoria patches mod ever be added to this modpack if it releases on curseforge?
its a mod that adds extra options to complementary reimagined and unbound
but players can still choose the regular complementary reimagined and unbound if they dont want the extra options
probably
good to know
why does mushroom stem didnt drop?
is there another way of getting a dragon egg in BMC1? my friend lost his.
read the quests in the questbook
ive checked them even the rewards
i need it to get to the Eye boss
then void shadow
how was the egg lost? lol
i dont know
ya'll will have to cheat one in if ya'll didn't use it to summon the eye boss
is mushroom stem not dropping after i break it a bug?
alright thankyou!
you have to have silk touch
this is easily googleable, as this is vanilla knowledge
oh alright
hey i got a question, during the winter season the rivers around my island turned to ice, its spring and theres still ice there, will the ice melt during summer or does it just stay there forever?
Check pinned messages for the fix
Thanks
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
- Have you modified the modpack in any way? If so, what did you do? NO
- What launcher, or program, are you using to launch the game? CurseForge
- What Minecraft version are you playing? 1.20.1
- What version of the modpack are you playing? BMC 4 V13
- What steps are necessary to reproduce the crash? Launching
- Have you ever gotten past the point where the crash happens? No
- Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
- Did you follow the Performance guide linked in faq? No
@sudden bay
!drivers
You (likely) need to update your graphics drivers in order to resolve the crash. Here's how to go about doing that!
1. Identify your graphics card
if you already know skip to the next step
- Open task manager
- Navigate to the "Performance" tab (on Windows 11 this is the button that looks like a heart pulse)
- Press the GPU 0 graph and read your GPU from the top right
Note:
In some cases you may see a GPU 0 and GPU 1. This means your CPU has its own GPU, as well as an external one. You probably want GPU 1 (which is usually the external), but you can ask staff to clarify if necessary.
2. Download your drivers from the manufacturers site
Depending on what you read before, you likely need drivers from either AMD, Intel, or NVIDIA
AMD: https://www.amd.com/en/support
Intel: https://www.intel.com/content/www/us/en/download-center/home.html
NVIDIA: https://www.nvidia.com/Download/index.aspx?lang=en-us
Note:
- For NVIDIA you want to select "Game Ready Driver (GRD)" (this is the default option) for the best performance. Once installing you'd probably prefer downloading GeForce Experience, which will notify you when there's an available drivers update.
- For Intel, you probably want to press "Get Started" under the "Automatically update your drivers and software", which will simplify the process and update everything automatically
- For AMD you probably want to just press "Download Windows Drivers", which will download something called AMD Adrenaline, which will update your drivers automatically.
3. Run the installation, restart your computer, and try playing MC again
- At this point, hopefully your Minecraft is running. If it still does not work, please post any new logs and staff will help assist you with finding the right solution.
but when i launch vanilla its ok
ok
how do i get basalt?
in the nether
i cant find a besalt delta
is there a fix for that?
I just told you
soo try to update driver?, even though i can launch vanilla a ok?
yes offcourse
alrdy done, my friend reinstall the graphic driver, using DDU also
!glfw
For users who are experiencing issues with the built-in GLFW, there's a quick and easy solution for you to use the latest, bug-free GLFW that can remedy the solution.
- Download a pre-built GLFW library from my repository at https://github.com/Frontear/glfw/releases. Ensure you download the correct file from the desription of the release. You may also compile it yourself, details can be found here: https://www.glfw.org/docs/latest/compile.html
- Save the file in a location you can remember and will NOT delete (the file MUST stay there or else it will stop working)
- In your launcher, go to the java parameters (this is the place you put your GC arguments), and add
-Dorg.lwjgl.glfw.libname="path/to/the/file". If, for example, you downloaded the file in your Downloads (C:\Users\Me\Downloads\glfw3.dll, then your argument would be-Dorg.lwjgl.glfw.libname="C:\Users\Me\Downloads\glfw3.dll")
ok will try wait
k it works thanks
hello I have two questions my friends server uses bmc 2 1.20.1 and when you fly with an elytra it switches perspective how can I change that? and when anyone gets a waypoint it automatically marks it on everyones map and its hard to find personal way pints, is there anyway we can chnge that?
I'm running a server and it's constantly outputting this in the console
it doesn't seem to be causing problems on the player side but I'd like to know what it is
is it a part of BMC? I haven't seen it from other packs
exit code 6 means you're graphics drivers are either outdated or corrupted
!drivers
You (likely) need to update your graphics drivers in order to resolve the crash. Here's how to go about doing that!
1. Identify your graphics card
if you already know skip to the next step
- Open task manager
- Navigate to the "Performance" tab (on Windows 11 this is the button that looks like a heart pulse)
- Press the GPU 0 graph and read your GPU from the top right
Note:
In some cases you may see a GPU 0 and GPU 1. This means your CPU has its own GPU, as well as an external one. You probably want GPU 1 (which is usually the external), but you can ask staff to clarify if necessary.
2. Download your drivers from the manufacturers site
Depending on what you read before, you likely need drivers from either AMD, Intel, or NVIDIA
AMD: https://www.amd.com/en/support
Intel: https://www.intel.com/content/www/us/en/download-center/home.html
NVIDIA: https://www.nvidia.com/Download/index.aspx?lang=en-us
Note:
- For NVIDIA you want to select "Game Ready Driver (GRD)" (this is the default option) for the best performance. Once installing you'd probably prefer downloading GeForce Experience, which will notify you when there's an available drivers update.
- For Intel, you probably want to press "Get Started" under the "Automatically update your drivers and software", which will simplify the process and update everything automatically
- For AMD you probably want to just press "Download Windows Drivers", which will download something called AMD Adrenaline, which will update your drivers automatically.
3. Run the installation, restart your computer, and try playing MC again
- At this point, hopefully your Minecraft is running. If it still does not work, please post any new logs and staff will help assist you with finding the right solution.
if you already have the latest version of your graphics drivers, reinstall it because that would mean your drivers are corrupted
if that doesnt work
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
i have m1 apple chip
what type is that
well im not sure because i dont use macos
ignore it
!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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
exit codes dont mean anything
always look at the logs
The amount of penguins I now have is insane T_T
Yeah I think my Ur-Ghast advancement is bugged
I have the trophy, but I have tried dropping the tiers
tears*
im currently tring to download the 18.5v of the mod, yet everytime i hit download. it loads for a little but and hits me with "missing file for mod "project-865618" (id: 865618) in database. aborting installation". and im unsure what to do
update to v19.5
we offer no support for old versions whatsoever
there is no reason to use older versions
ok
is there unbreaking higher than 4
Is there a way for me to enable console commands/gamemode command in my personal survival server with my friend? i want to copy paste a cool tree but commands are not enabled?
you need to be opped to run commands on a server
it works the exact same as vanilla
What if there was a seperate server for the Better MC group? both fabric and forge? 😄
What would be the purpose? It's still part of LPS and it would just cause more confusion and problems for the team. It's a pain to redirect people to the appropriate channels, trying to direct to a whole different server just complicates things too much
It's hard for newer players who join to understand that LPS doesn't have their own servers and only has the channels designated for the modpacks themselves. I just figured i'd ask bc I felt it'd be a good idea so that you guys wouldn't have much of a load and players could just help other players out.
It's ran by the same team as the other modpacks in this server. It would be twice as much work to cover 2 servers instead of this 1
Okie welp figured i'd ask I wouldn't mind helping run the disc
i need someone to tell me what that wither centipede mob is called pls ping me
cannot find the name anywhere
I have two questions my friends server uses bmc 2 1.20.1 and when you fly with an elytra it switches perspective how can I change that? and when anyone gets a waypoint it automatically marks it on everyones map and its hard to find personal way pints, is there anyway we can chnge that?
When will bmc 1 get to 1.20
oh
So when I should start playing Better MC Fabric? got my ram now to 16 GB
Good thing it got controller support
You can start anytime

Best with a controller or keyboard?
Honestly wanting to playing it with a controller but a bit of a struggle to figure out how to bind modded controls on kt
Alright I'm going with a Xbox controller on this game, thanks ozzi
glhf!!
Don't worry I have ATL launcher
when i try to pay bmc2 this pops up Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install yungsapi, version 1.20-Fabric-4.0.1 or later.
- Install cupboard, version 1.20.1-1.5 or later.
- Install moonlight, version 1.20-2.8.4 or later.
- Install farmersdelight, any version.
- Install fabric-language-kotlin, version 1.8.21 or later.
- Install forgeconfigapiport, any version.
- Install bookshelf, version 20 or later.
- Install ash_api, version 3.0.1 or later.
- Install adventurez, any version.
- Install xaeroworldmap, version 1.34.0.
- Install xp_storage, version 1.5.3 or later.
- Install trinkets, version 3.7.0 or later.
- Replace mod 'Better End' (betterend) 4.0.10 with any version that is compatible with:
- Other constraints that can''t be automatically determined
Unmet dependency listing:
- Mod 'Puzzles Lib' (puzzleslib) 8.0.24 requires any version of forgeconfigapiport, which is missing!
- Mod 'Better End' (betterend) 4.0.10 requires any 3.0.x version of bclib, which is missing!
- Mod 'YUNG's Better Nether Fortresses' (betterfortresses) 1.20-Fabric-2.0.2 requires version 1.20-Fabric-4.0.1 or later of yungsapi, which is missing!
- Mod 'Better FPS distance Mod' (betterfpsdist) 1.20.1-3.9 requires version 1.20.1-1.5 or later of cupboard, which is missing!
- Mod 'YUNG's Better Witch Huts' (betterwitchhuts) 1.20-Fabric-3.0.1 requires version 1.20-Fabric-4.0.1 or later of yungsapi, which is missing!
- Mod 'Every Compat' (everycomp) 1.20-2.6.3 requires version 1.20-2.8.4 or later of moonlight, which is missing!
- Mod 'Expanded Delight' (expandeddelight) 0.3.0.2 requires any version of farmersdelight, which is missing!
- Mod 'Kambrik' (kambrik) 6.1.1+1.20.1 requires version 1.8.21 or later of fabric-language-kotlin, which is missing!
- Mod 'Loot integration Mod' (lootintegrations) 1.20.1-3.2 requires any version of cupboard, which is missing!
- Mod 'Smarter Farmers' (smarterfarmers) 1.20-1.7.3 requires version 1.20-2.5.0 or later of moonlight, which is missing!
- Mod 'Smooth chunk save Mod' (smoothchunk) 1.20.1-3.1 requires any version of cupboard, which is missing!
- Mod 'ToolStats' (toolstats) 16.0.3 requires version 20 or later of bookshelf, which is missing!
- Mod 'Transparent' (transparent) 8.0.1+1.20.1 requires version 3.0.1 or later of ash_api, which is missing!
- Mod 'VoidZ' (voidz) 1.0.10 requires any version of adventurez, which is missing!
- Mod 'XaeroPlus' (xaeroplus) 1.20.1 requires version 1.34.0 of xaeroworldmap, which is missing!
- Mod 'XP Storage - Trinkets' (xp_storage_trinkets) 1.0+1.20.1 requires version 1.5.3 or later of xp_storage, which is missing!
- Mod 'XP Storage - Trinkets' (xp_storage_trinkets) 1.0+1.20.1 requires version 3.7.0 or later of trinkets, which is missing!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:192)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
my friend cant update the server to 19.5. it claims the serves in 19, but in game it says it's still on 18.5
you didn't install correctly
read #faq for modpack installation
you as well
please read #faq
i fix thx @meager yacht
Does anyone know a clipboard / to do list mod that works in BMC2 fabric?
boost
Anyone using Resource Pack that work with the modpack? Which ones if so??
the built-in ones
is there anything better to dig out dirt than a shovel?l ike something that digs more than 1 block at a time?
vein mining enchant
whenever i move up high enough or down low enough the chunks under me start to dissapear. anyone know which mod causes this? im playing better minecraft fabric (bmc1)
it really annoys me for some reason
I keep finding what seems to be a end ship but no elyra in it?
I noticed that bmc2 doesnt have the diagonal connecting fences like in bmc1
or the backpacks either
is it intentional or?
The modlist is different so there might be issues moving your modpack to 1.20.1
make your vertical render distance higher in video settings
it's intentional
and bmc2 does have backpacks
not the ones that you gild to have bigger space
im looking at it, maybe im on an older version
update the modpack
will do when i get home
thanks
That's just vanilla minecraft causing it
Yes this should fix it

I’m having the same issue that you did and it sounds like we have the same computer. Were you able to fix this? What worked for you?
I have some question!
is it unable to launch server with using BAT file? when i use BAT file for open, it seems working good on CMD console. but no signal on server browser. but when i use Jar file instead, work normaly on server broswer!
is there something that i missing..?
Waiting for GREAT answer :3
hi i've been trying to load back my world today and i keep getting this message, i have no idea what to do
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
!server
We suggest renting a server from Bisect Hosting:
Approx. $10 - $25 a month depending on what plan you choose. You can also get 25% off with Code LunaPixel.
Go to https://www.bisecthosting.com/LunaPixel and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.
Go to #server-hosting for more Info!
Free Method: (This is hosting on your own PC, which is harder to do so we suggest getting a server via Bisect Hosting)
- Download the serverpack from Curseforge's website
- Right click the start.ps1 file and click Run with Powershell
To join your own server, typelocalhostinto Direct Connect.
This video explains the process https://www.youtube.com/watch?v=wuGUbVbLsDc
The server IP address is your Public IP Address, which can be found by googling my ip address
If other players are unable to join, find a portforwarding guide online.
!moreinfo
Hello! For us to properly help you with your issue, you will need to answer all 8 questions below. Post the answers in this channel:
1. Have you modified the modpack in any way? If so, what did you do? (Updating/adding/removing mods, changing configs)
2. What launcher, or program, are you using to launch the game? (CurseForge, ATLauncher, etc)
3. What Minecraft version are you playing? (1.18.2, 1.16.5, 1.19.2)
4. What version of the modpack are you playing? (v11, v9, etc)
5. What steps are necessary to reproduce the crash? (Launching the game, exploring the world, etc)
6. Have you ever gotten past the point where the crash happens?
7. Send the crash report file into this channel. Right click the modpack, Open Folder, and navigate to the Crash Reports folder. Drag the newest one here. If there is no crash reports folder, do the same thing with the latest.log file in the logs folder.
8. Did you follow the Performance guide linked in #faq?
how to get gast tear cos i havent seen a single one
u mean ghast tear? just kill a ghast
might look clearer for any items dropped after ones dead
it would be super weird if its a bug
1.no, i only installed better minecraft and i used shaders on it (i don't think that can affect the game)
2.i downloaed better MC via forge
3.i was playing 1.19.2
4:the modpack is on v19.5
5.i open the game, launch the world, then i crash
6.i keep crashing because i was in teh lost paradise dimension for too long (i think?) and i'm stuck there
7(image9
8.yes, i followed all the instruction
but it says game crashed, then i get this message
any way to unbound a soul from a soul crystal
update paradise lost
if issue persists report it to their devs
how do i update it? (i know it sounded dumb)
thx
is it possible to obtain this item in survival?
hi, how do i update my server from v11 to v13?
!updateserver
00:00 Update Server Locally
01:19 Update on Server Host/Bisect Hosting Premium
01:39 Update on Server Host/Bisect Hosting Premium
Discord ➔ https://discord.gg/8ZmhaPPbjE
Twitter ➔ https://twitter.com/SharkieTV
Use CODE: LunaPixel for 25% off ➔ https://www.bisecthosting.com/LunaPixel
oh cool didnt know about that
Nothing from Incubus core is survival obtainable, they’re unimplemented dev items bundled into a library used by Paradise Lost
I have a little problem with my enchant glint not showing on my hud at all, with or without bettervanilla texture pack
the glint doesn't exist at all and it's confusing
when I'm holding it in my hand it shows, but not on the hud, or anywhere that's considered GUI
I'm on v13 fabric BMC2 on a server, didn't remove or add a single mod
for some people on the server, it shows but for me, it doesn't
how do I fix this, I don't know what's enchanted and what is not, my friends on the server all have it working fine
I reinstalled the pack without a single change and it was still happening
what's the cause of this?
update the modpack
you're on an old version
you didn't install correctly
read #faq for modpack installation
wdym
wait
if i update
will i keep the world
?
in the curseforge app?
oh ok
hiii i have a question i have a mc skin and i want change him , but if i change the skin in java i dident have the skin in the mod pack (sry my english is bad)
!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.
To transfer your Curseforge world to ATLauncher, simply right click the modpack on Curseforge, or click the 3 dots, then click "Open Folder". Copy the Saves folder, then click "Open Folder" on ATLauncher and paste the Saves folder there.
Because ATLauncher downloads the exact same files as Curseforge does, your world will be the exact same and you will be able to join the same servers. ATLauncher also works without an internet connection (after you've installed the modpack, of course), and does not have any bloat from Overwolf. You are free to uninstall both Overwolf and Curseforge with ATLauncher installed.
yo
i got another question
what are the differences between forge and fabric bettermc?
Please read #faq to see the modpack diferences.
It does
Does the “Artifacts” mod (by
ochotonida) work with Better Minecraft [Fabric] BMC2 or is there another mod similar that anyone would suggest to use instead?
it’s not updated to 1.20
You could try Things
I could be wrong, but I believe it was updated to 1.20 on September 10, but thanks for the suggestion, I will give that one a shot!
modrinth only releases 
it should be compatible too
use both 
Ok awesome! Thanks!
is it just me or is v13 not optimized at all
i have huge frame drops going from v11->v13
#faq performance guide
I didint try it yet
i gave you both a solution
neither of you followed the directions
idk what you expect 😭
I’ve haven’t been on my computer since I asked for help, I just figured I’d ask the person with the same computer what worked for them. Sorry???
Hey, whats the command that i can see my friends on the minimap?
What is the name of the mod that makes you control each individual particle in 1.19.2? Like disabling rain particles specifically
Sodium Extra
Nothing diffrent with my startup setting..
just need to run with ps1 or jar insted using BAT file..?
Already checked that Youtube link too!
just don't use a bat file
Nuooooooo
dont ping staff
Theres aether in bmc???
I thought its just paradise lost which is aether like
is better nether and end the mods that cause the most lag
It is Paradise Lost yeah, not the Aether. Aether hasn't been ported to Fabric (yet)

Please click this link and follow the guide. If you are using a server host such as Bisect, you may be limited in your options and instead have a checkbox to use Aikar's Flags, which will also work:
https://github.com/brucethemoose/Minecraft-Performance-Flags-Benchmarks
If you can not launch your server/game after using these flags, then remove the word java from the start. Also, make sure you are using Java 18 on 1.18.2 / 1.19.2 and Java 11 on 1.16.5. These should be downloaded from Adoptium's website.
If lag persists, do the following command ingame:
/spark profiler start --only-ticks-over 50
Then, send the link in this channel.
can i unbind a undead miner from my soul crystal?

