#better-mc-forge

1 messages ยท Page 131 of 1

atomic narwhal
#

Yes, do that and follow the performance guide in #faq

strong forge
#

Alright I'll come back if I still encounter the problems, thank you

strong forge
#

Unfortunately it still didn't work

#

There was an error with "EXCEPTION_ACCESS_VIOLATION"

#

i can send the logs over if it would help

teal basalt
#

is the questbook not updated yet? I feel a lil bit overwhelmed by the new content without guidance ๐Ÿ˜„

icy estuary
#

not until the new questbook mod is more stable

teal basalt
#

I see thank you

#

cool modpack btw! I know a lot of people come here to troubleshoot but I wanted to give positive feedback aswell ๐Ÿ™‚ enjoying it a lot

teal urchin
#

im guessing youre on amd

#

and if that doesnt work

#

!glfw

grand gate
#

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.

  1. 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
  2. Save the file in a location you can remember and will NOT delete (the file MUST stay there or else it will stop working)
  3. 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")
strong forge
#

Alright thank you

hard dirge
#

Is the too expensive enchant barrier removed?

strong forge
#

Well my gpu drivers are up to date and I put the glfw, but now it's doing a different error

#

Unless I was not supposed to put libname?

#

I'm struggling a little bit so sorry if I'm asking some questions frequently

strong forge
#

"could not create the java virtual machine"

teal urchin
#

ah

#

add a space

#

between your java args

#

after "G1HeapRegionSize=32M"

#

put a spac

strong forge
#

Hm alright

#

Just put a space after that?

teal urchin
#

correct

#

so that there is a space between =32M and -Dorg

#

i know AT makes it look like its on the next line

#

but its actually connected to it like =32M-Dorg

#

and thats wrong

#

needs to be =32M -Dorg

strong forge
#

Huh okay

#

Now it's a different error

teal urchin
#

post that

strong forge
teal urchin
#

also by chance

#

where did you check that your gpu drivers were updated

#

was it something like this?

strong forge
#

Yeah it was'

teal urchin
#

alright thats the wrong place :p

#

you should go to your manufacturers website

#

so since youre using amd

#

hey wait youre using NVIDIA

strong forge
#

I have both?

teal urchin
#

yeah i can see that

#

usually this issue is with AMD

#

in any case

wind elbow
#

optifine doesnt work with this right

iron beacon
#

Hello, anyone know how to fix issues like, chunks taking too much time to generate ?

teal urchin
#

you need to go to AMD/NVIDIA's website and download the drivers from there

teal urchin
strong forge
#

Alright well I guess time to find the manufacturer website

grand gate
#

It is highly advised to not use Optifine, as it is very glitchy, will increase loading times to upwards of 10 minutes, and will decrease your FPS substantially. All Luna Pixel Studios modpacks come with shader support without Optifine via Oculus on Forge and Iris on Fabric. Optifine is also incompatible with all of our modpacks. The game will not launch with Optifine installed.

If you are interested in Optifine alternatives for your own gameplay, you can find a list here https://github.com/LambdAurora/optifine_alternatives
Note that a majority of these mods are already included in our modpacks.

https://cdn.discordapp.com/attachments/1046333354259259422/1046337216609271858/unknown.png

wind elbow
#

alr i need an alt fps boost

#

thx

icy estuary
iron beacon
icy estuary
#

optifine makes it worst

icy estuary
#

nor does it work with any lps packs

teal urchin
teal urchin
strong forge
#

Oh really?

teal urchin
#

you wrote it as Dorg.lwjgl, when its supposed to be -Dorg.

#

yeah

iron beacon
icy estuary
teal urchin
#

follow the performance guide

iron beacon
#

I need to wait like 1 minute to load a new chunk

teal urchin
#

it helps with fps and performance of mc

iron beacon
#

Ok, ty @teal urchin @icy estuary

strong forge
teal urchin
#

well lets ditch that

#

and first just get your GPU drivers updated

#

this glfw step is more complicated and annoying to do anyways

#

its more of a last resort

strong forge
#

Hm alright

#

Yeah looks like I don't have the updated driver

teal urchin
#

goodie, get that updated, preferrably for both since idk which one minecraft is trying to use

#

tho lowkey i think that nvidia gpu is way stronger than the amd igpu

#

might wanna consider making nvidia the preferred one, idk how personally

strong forge
#

Hm alright

#

Do I just download the most recent one?

teal urchin
#

yep

strong forge
#

Alright cool thanks, I'll let you know if something else comes up

iron beacon
#

I dind't knew it is possible to change the modpack version of java

#

It really make any difference ?

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

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

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

Method i

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

Method ii

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

It opened the modpack more fast here

strong forge
wind elbow
#

alr im moving to fabric there is obviously some sort of encouragement to use fabric

strong forge
#

Got the "class not found exception error"

teal urchin
#

try wrapping the part after the equal sign

#

in quotes

#

hey wait

#

do you have a space between the path?

strong forge
#

let me check

teal urchin
#

write it like this

#

-Dorg.lwjgl.glfw.libname="C:\Users\Adrian Lorin\Downloads\glfw3.dll"

strong forge
#

Hm alright

#

I've been struggling for like a month so really hoping this works

#

Thanks again for the help

#

Also i think I downloaded the wrong graphics driver so doing that first

#

And now I'm back to my initial error

teal urchin
#

why in the heck is ATLauncher putting a comma here

#

AT keeps messing with your launch parameter

strong forge
#

I changed it to what you typed out too

teal urchin
#

yeah you see the comma there?

strong forge
#

yeah I see it

teal urchin
#

im guessing that isnt supposed to be there

strong forge
#

Don't know why that's there

teal urchin
#

sigh

strong forge
#

Do I not use Java that minecraft uses?

teal urchin
#

no its not that

#

its atlauncher mangling the args

#

its done this before too

#

alright im gonna encourage you to download PrismLauncher

#

get the modpack from there

#

and add that exact argument

#

to it isntead

strong forge
#

Well alright then

#

Cause both curseforge and atlauncher at being wack af

teal urchin
#

the "Java arguments" is where youll add it

#

once you get it

strong forge
#

Alright you said prism launcher?

teal urchin
#

yea

#

im gonna go submit this bug

#

to AT

#

mind if you give me a screenshot

#

of your java screen

#

in AT

strong forge
#

Of the log or what I'm putting into my java

teal urchin
#

into your java

#

the screenshot would be good i can use the log you sent

strong forge
#

Alright let me get that real quick

#

Here

teal urchin
#

thanks

strong forge
#

I'm downloading prism launcher while that's going on

#

Is it just that one argument I put in there?

teal urchin
#

yeah

#

for now anyways

#

we can add more later but its best we test that it just works as is

#

alright issue submitted

#

now we hope AT fixes it soon

strong forge
#

Alright thank you for submitting that

#

Hopefully it'll get fixed with soon

#

On prism launcher though I have to download everything again?

teal urchin
#

unfortunately yes

#

you can find the modpack from here

#

you'll be able to transfer your world later if necessary

#

but for now lets just focus on making sure it'll run with the glfw fix

strong forge
#

Yeah I put that in

#

Testing to see if it works

strong forge
#

Well says that I'm using Java 18

#

So I'll have to get 17

teal urchin
#

no thats fine

#

java 18 works

#

and actually we even recommend it since it has slightly better performance than 17

strong forge
#

Says the instance isn't compatible with 18

teal urchin
#

ah

#

here

#

check the button that says "Skip Java compatibility checks"

strong forge
#

Ah didn't see that

teal urchin
#

its just there to prevent issues like running mc with java 8 or something

#

you can see i use java 20 with no issues through that thisisthesunglasscat

strong forge
#

Ooooo

#

Dammit

#

Now I have exit code 2

teal urchin
#

guh

#

post the log

strong forge
#

First it was 1 now it's 2

teal urchin
#

i can possibly guess

#

what might be the issue

strong forge
teal urchin
#

mind sending a screenshot

#

of the Java parameters screen

#

Java arguments* actually

strong forge
teal urchin
#

๐Ÿคฆ

#

alright lets try by removing the quotes

#

-Dorg.lwjgl.glfw.libname=C:\Users\Adrian Lorin\Downloads\glfw3.dll

#

but uh I think youre gonna need to move the file if this doesnt work

#

because a big issue rn is that your username has a space in it

#

its breaking java's ability to track down the file

#

might need to move it to somewhere in the C:\ root possibly

strong forge
#

Alright Iโ€™ll get to that soon

#

My eyes and head need a break from all the BS

teal urchin
#

fair enough

#

one day amd might fix this bug, but until then

#

or i guess rather at least LWJGL might update

#

well on a positive note the dev of AT has already seen my error report

#

so a fix should be coming

#

hopefully within the next few days

strong forge
#

Wooo

#

Thank you for that

dusk crystal
#

Is the modpack safe to use? Been hearing about the viruses lately and just wanna be safe.

teal urchin
#

its fine

#

that virus is months old

#

and we had it resolved within 2-3 days of it being found

dusk crystal
#

Alright cool

#

Ty

narrow tangle
#

Hi, not sure if this has been addressed but I'm trying to use Mizunos 16 Craft instead of Stay True, however animals and villagers are transparent. No idea how to find the conflicting files but I can attach screenshots if that helps. Please and thank you

strong forge
#

Tried withut quotes, not working

teal urchin
#

please move the glfw3.dll file somewhere in the main C:\ folder

#

essentially move it here

#

and then for the path, use C:\glfw3.dll

#

Prism breaks with the quotes it seems so do not use quotes

strong forge
#

Alright let me see

teal urchin
#

just -Dorg.lwjgl.glfw.libname=C:\glfw3.dll

strong forge
#

It worked

#

That took too long

#

Thank you for the help

teal urchin
#

guhh

#

GUH

#

im glad it works

#

im submitting an error report to Prism as well

#

Prism breaks when using quotations because it mangles the pathloader for all MC

strong forge
#

Ah that makes more sense then

teal urchin
#

ATLauncher breaks with or without quotations in your case because of the space in your username

#

btw you can use ATLauncher now too

strong forge
#

For future reference I'll try to just not have that space

teal urchin
#

yeah

strong forge
teal urchin
#

but now you can use AT as well since the main issue was the space

#

moving it out means now you can go back if youd prefer

#

in the meantime im gonna communicate with their devs and just get this messy thing fixed.

strong forge
#

Alright fill me in if they respond, but thank you so much for the help

#

This has been nerving me for a month

teal urchin
#

no prob, this is a very frustrating issue at least we do have a fix, even if it takes some hoops

tranquil walrus
teal urchin
#

its been a day

#

at least, im hoping ATLauncher will fix the issue and so I don't need to encourage downloading a billion diff launchers

strong forge
#

Hopefully

hexed saffron
#

Hello everyone. I am very new to Minecraft Java. I was on Bedrock but I got a new computer so my daugther is using my previous one, so we are now able to play Java together. We are fairly far into a playthrough of Better MC for 1.20. Having an absolute blast! I was thinking about hosting a server. I noticed that Better MC for 1.19.2 has a lot more mods. Should I consider starting over my world for that version so we have access to those mods that are not available in 1.20 yet? Thanks!!

teal urchin
#

i won't recommend it because the mods in 1.19.2, once they are available, will be added to the 1.20 version

#

so id mostly recommend just waiting, but we don't know when they will be ready, could be for another couple weeks

#

if waiting doesn't seem appealing then you could definitely go back, just note you wont be able to bring that 1.20 world with you

#

itll be incompatible

hexed saffron
#

And does the CurseForge client simply... add them and we keep chugging along?

teal urchin
#

we'll publish updates to the modpack and then yes, you update via curseforge

hexed saffron
#

Wonderful. Thank you for replying so quickly. Every night my daughter and I play together she discovers something new. New challenges for us too.

teal urchin
#

no problem, glad to hear you're enjoying the modpack

strong forge
#

So just using Prism cause that seems to be the only one working

teal urchin
#

๐Ÿ˜ฆ

#

could you drop the log

#

just so i can add it

#

to the already opened issue with the dev

strong forge
#

It's the same "exception access violation"

#

But I'll get it real quick

teal urchin
#

and if you could, another ss with the java parameters screen :p

hexed saffron
#

Sorry, one last question. I was going to rent a Bisect server (Better MC - BMC4). They have an option to just select that. Is this as simple as once the server is up, I can connect through Filezilla or something and just copy my world in and boot the server up? The process on Bedrock was... terrible. ๐Ÿ˜„

teal urchin
#

I can't say 100% with bisect, since I don't use it myself, but from what I have heard from users, you can access and modify the files through their web interface

#

so it shouldn't be a complicated process

teal urchin
#

thanks

#

btw @strong forge, if youre willing to experiment, does making the argument -Dorg.lwjgl.glfw.libname="C:\glfw3.dll" work?

viral garden
#

update the modernfix mod

#

update the modpack

#

you're on an old version of the modpack

#

update the modpack

#

!moreinfo

grand gate
#

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

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

viral garden
#

!lan

grand gate
#

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

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

do not use old versions of the modpack

#

v1 is extremely unstable

#

@dapper moss the e4mc mod is much better than essential

#

and it's stable

#

use the latest version of the modpack

viral garden
grand gate
#

It is highly advised to not use Optifine, as it is very glitchy, will increase loading times to upwards of 10 minutes, and will decrease your FPS substantially. All Luna Pixel Studios modpacks come with shader support without Optifine via Oculus on Forge and Iris on Fabric. Optifine is also incompatible with all of our modpacks. The game will not launch with Optifine installed.

If you are interested in Optifine alternatives for your own gameplay, you can find a list here https://github.com/LambdAurora/optifine_alternatives
Note that a majority of these mods are already included in our modpacks.

https://cdn.discordapp.com/attachments/1046333354259259422/1046337216609271858/unknown.png

open temple
#

i got error code 1 on better mc CH_Dead

teal urchin
#

!moreinfo

grand gate
#

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

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

grand gate
#

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

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

viral garden
raven oracle
#

thanks tho

hard dirge
#

How do i heal witches back to villagers? Seems like they got struck by lightning and turned

icy estuary
#

unless there is some mod I dont know about

hard dirge
#

Aight thanks

open temple
#
  1. No
  2. CurseForge & ATL launcher
    3.1.20.1
    4.version 7.5
  3. Open Modpack, press play, it will prepare to load the game and then it wil crash
  4. No

8.yes

viral garden
#

and update to v8

open temple
viral garden
#

you dont install modpacks using a website

#

read #faq for modpack installation

open temple
viral garden
#

the v8 isnt for drivers

#

the v8 is for modpack version

#

update your drivers to the latest version available on the vendors website

open temple
#

but the server is on 7.5 that im trying to join

viral garden
#

then the server needs to update.

toxic frost
#

is there a 1.20.1 better mc mod?

viral garden
#

not a mod

#

and yes

toxic frost
#

how do you get it

viral garden
#

you download it

#

from a modded launcher

#

like any other modpack

toxic frost
#

im new to modding

#

i see its only in 1.16.5

#

or 1.19.2

#

or 1.18.2

viral garden
#

its called bmc4

toxic frost
#

the one with 73k downloads right

viral garden
#

yes

jolly violet
#

where the meme channel at

viral garden
dapper moss
#

anyway to fox the misalingment ?

viral garden
#

there are no crystal chests in bmc

#

there are no inventory pets

dapper moss
#

ik i added myself jw if anyone knows how to fix

drifting scarab
hearty elbow
#

hello guys which mode should i choose

#

i played in bmc 1 1.19.2 but there is not much structure

atomic narwhal
hexed saffron
#

Just upgraded to v8 BMC4. Major hit to performance. Using Kappa shaders on extreme, max chunks I was averaging ~100fps with the occasional drops here and there. Having massive drops to ~22fps when indoors jumping or climbing ladders, but only in this specific scenario.

dusky stag
#

hey when i destroy waystones the thing stays on my minimap how do i get rid of it

#

nvm i got it

atomic narwhal
#

I think you bring up the waypoints menu to remove iirc

dusky stag
#

i jsut went into the minimap and removed the waypoint

hearty elbow
atomic narwhal
hearty elbow
#

yeah i look at the map and there is so many structure in bmc3

#

i wanna see this type of map thisisthesunglasscat

young dawn
#

!server

grand gate
#

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

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

Go to #server-hosting for more Info!

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

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

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

hexed saffron
# hexed saffron Just upgraded to v8 BMC4. Major hit to performance. Using Kappa shaders on extre...

I think it has something to do with the map. It only lags when I am in certain spots and I can see the mini map changing while I jump. For instance, in my house I jump and the map doesn't change but if I move left or right a single block it lags and the map is changing while I am in the air, but as I continue moving in the same direction it will stop. It consistently happens in the same areas though. Odd.

junior verge
#

The minimap does also tank performance a lot when it's active

#

My frames tank by like 30-40 anytime i have it enabled

#

I dont know if it's possible, but xaero should probably optimize it more

viral garden
#

that's fixed by the immediatelyfast mod

#

but those optimizations are only present on fabric

viral garden
drifting scarab
#

what's a modpackindex

viral garden
#

its a website

viral garden
drifting scarab
viral garden
#

yep

drifting scarab
#

so there is none.

#

i checked it and found "betterminecraft lite" but did not find the regular version

junior verge
#

not for me, my frames still tank by about 30-40 with the minimap open with immediatelyfast

junior verge
junior verge
junior verge
viral garden
#

send a sparkc pls

junior verge
#

about to

junior verge
#

either im just having really bad timing with toggling to minimap on and off, or immediatelyfast isnt fully fixing it

viral garden
#

1.20.1 or 1.19.2?

#

immediatelyfast 1.19.2 is no longer maintained

junior verge
#

1.20.1

viral garden
#

ty

#

latest IF version?

#

and dump ur pc info as well

#

gpu especially

junior verge
#

latest IF and XMM versions

#

8 gigs of ram, ryzen 5 4600h, and gtx 1650

#

and minecraft is rendering with the dgpu

#

also cant seem to get the cave mode to work with the world map

junior verge
#

only animal mod that i know of right now that's updated to 1.20.1 for fabric

#

speaking of which i should probably move this to the fabric channel

ripe ledge
#

help please

#

used to work before but now it's not working

junior verge
#

it's incompatible with all of their modpacks, plus it can cause world corruption

ripe ledge
junior verge
#

actually if anything, what mods did you add, if you added any

junior verge
ripe ledge
#

uhh since I can't get the paid mc for now, I'm using Tlauncher and I've only installed Better Minecraft

#

Hope I don't get banned from the server for using that launcher

viral garden
#

we offer no support for piracy whatsoever

#

please leave the server

grand gate
#

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.

drifting scarab
hexed saffron
viral garden
#

report it to the developer of xaeros minimap please

#

so it can be fixed

normal oasis
#

Is there a place to submit general feedback on modpacks?

dusky stag
#

anyone know what the totem of illusion does

dusky stag
#

also can u place a calendar

vagrant dew
#

What is the best way to farm xp in bmc3?

warm basin
#

is there any way to put an enchant from a tool/armor part to a book like in vanilla minecraft? I tried it in the grinding stone but it doesn't let me.

viral garden
#

it never has been

warm basin
#

wait really?

#

i was sure it was

viral garden
#

no lol

warm basin
#

well nvm then, thanks

paper goblet
#

is it possible to repair broken spawners so they spawn mobs again? to make easy xp farm?

viral garden
#

please read the readme.

pearl swan
#

hello. is there any difference between forge and fabric versions?

#

I'm new to this, and want to try the modpack on 1.20

crystal lark
tame nimbus
#

Hi, I am doing something wrong? Trying to set up a private server but it cant find the class, Ive read the read me, but cant find anything related to this #SOLVED#

icy estuary
tame nimbus
crystal lark
icy estuary
#

!openjdk

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

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

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

Method i

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

Method ii

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

ok ty

plush glen
#

Where can I find the spec requirements for BetterMC?

icy estuary
#

You dont really need a strong computer to run bmc just follow #faq performance guide

fervent canopy
#

does anyone know how to change the paintings?

#

wheneevr I click on the one I want it doesnt select it and picks a random one instead

crystal lark
patent sapphire
#

anyone have a guide how to install it on pufferpanel?

tidal iris
#

so i just started playing bettermc and the tutorial gave me a necklace and told me to wear it in my necklace slot. where is that?

quartz sandal
#

or you can shiftclick and it'll go straight in

junior verge
#

which is fabric only

warm basin
junior verge
#

the only forge version of it is for 1.16.5

warm basin
#

oh

junior verge
#

and i highly doubt you're playing 1.16.5

quartz sandal
tidal iris
#

it doesnt show

quartz sandal
#

might be different for forge

tidal iris
icy estuary
tidal iris
icy estuary
icy estuary
quartz sandal
#

yeah sorry I really thought they'd have the same system

icy estuary
tidal iris
icy estuary
tidal iris
#

๐Ÿ˜ญ

#

did i download incorrectly or something

icy estuary
#

Ill check it out in a bit

tidal iris
icy estuary
# tidal iris thius

That should work just being in your inventory. Atleast when I played through an older version

tidal iris
icy estuary
#

put it in this slot

tidal iris
icy estuary
#

of the modpack

tidal iris
#

how do i find out

#

60.5 i think

#

if that's what ur askign about

icy estuary
#

ill check again in a bit

tidal iris
tidal iris
crystal lark
#

its the new version

icy estuary
crystal lark
#

no

icy estuary
#

what launcher

crystal lark
patent sapphire
#

if ill try use a "config" server crashed D; what i can do?

icy estuary
patent sapphire
#

anyone can try a help, please?

crystal lark
#

ye

icy estuary
grand gate
#

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

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

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

patent sapphire
#

on ubunty pufferpanel

icy estuary
crystal lark
patent sapphire
#

just 1 sec

patent sapphire
icy estuary
patent sapphire
#

gui, not more

icy estuary
#

still no clue

crystal lark
grand gate
#

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.

pure wharf
#

my fiend setup a server he can join as localhost and with ip, i cant , he has all firewall and port farwarding
waht else could it be

crystal lark
#

ok

pure wharf
#

conection timed out

patent sapphire
#

PufferPanel is an open source game server management panel

icy estuary
patent sapphire
pure wharf
sly rose
#

what are some good charm thingys for mid game ish

dense valley
#

say building mods for me pls ๐Ÿ™

#

version: 1.19.2

patent sapphire
#

oke that next trouble with invisible skeleton

icy estuary
#

I just remembered this a known issue and will most likely be fixed in the next update

#

Im not a dev so no promises though thisisthesunglasscat

#

it should work in your inventory for now

icy estuary
tidal iris
#

what does that mean

icy estuary
#

Developer but not associated with Luna Pixel Studios

#

so outside mods/modpacks

tidal iris
#

ohh

#

how do i download medievalmc

#

nvm

tidal iris
tidal iris
steep ruin
#

where can i enable shader in BMC 1.19.2 forge?

icy estuary
fervent canopy
#

does anyone know why paintings dont work?

#

It gives me a random one

#

I cant pick

viral garden
viral garden
grand gate
#

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

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

viral garden
viral garden
crystal lark
obtuse elk
#

whats the best way to get feathers we cant find any chickens

obtuse elk
icy estuary
#

Gizmoh

#

look at me

#

ok

#

chickens

obtuse elk
#

im heart broken

icy estuary
#

pls

#

dont be sad

obtuse elk
#

im listening

#

talk to me cat

#

speak your knowledge

icy estuary
#

you could use rei to check what else gives/trades feather

#

some chests might have them too

obtuse elk
icy estuary
#

the right side of your inventory

#

you see all the blocks/items

#

you might be able to check from there

obtuse elk
fervent canopy
icy estuary
fervent canopy
#

damn

#

there custom paintings tho

#

like new ones

#

but i cant select them?

late mauve
#

is it allowed to send screenshots in here?

icy estuary
late mauve
#

anyone knows how to fix that?

normal moth
#

so its my first time playing better minecraft and im getting the "it seems this weapon doesn't work as well here" in the ever everbright dimension and wanted to know howto get rid of this

viral garden
# late mauve

you dont have the same modpack installed as the server

#

read #faq for modpack installlation

icy estuary
#

You can only use the items from that mod in that dimension

#

you can check the journal for more information

normal moth
#

oh ok

#

mb

icy estuary
#

Best to have full diopside/charoite armor and weopon before fighting a boss there

crystal lark
#

I cant equip heart charm on 1.16.5

crystal lark
#

Ok

lapis rune
#

i cant play with better mc 3 forge

#

although i reported

#

i also updated my nvidia GPU driver

#

but still get exit code 1

#

1.16 work for me

#

but not 1.19

atomic narwhal
#

!moreinfo

grand gate
#

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

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

lapis rune
#
  1. No
  2. CurseForge
  3. 1.19.2
  4. v17
  5. Launching the game
  6. No
  7. Yes
#

i also have crash report

atomic narwhal
#

paste the crash report if you can

lapis rune
#

here's my crash report

lapis rune
#

hi can anyone help me pls

viral garden
#

update your gpu drivers

#

directly from the vendors website

brazen ocean
#

bro is there a land claim on bmc?

atomic narwhal
#

open big map, right-click, claim chunk

brazen ocean
#

+1

#

wait wait

#

idk if its claiming it or not lol

atomic narwhal
#

you literally just click on claim chunk

brazen ocean
#

o im out of range

#

tehe

polar narwhal
#

Hello, I'm not sure if this is a feature in Medieval Minecraft forge 1.19.2 v17 but it seems like natural regeneration isn't a thing anymore? To give an example, I fought a couple of mobs early on and lost some health, but eating food doesnt seem to regenerate it. I was using the Human origin also.

polar narwhal
#

Oops mb

tidal iris
#

also how much should i feed this dragon per mc day

#

i dont wanna feed it more than necessary

atomic narwhal
tidal iris
#

i thought there was like a limit on how much you could feed him per day

junior verge
#

What mod adds support for the current season for xaero's minimap if you have a season mod installed

#

is it xaero plus?

#

if so, what config setting do you enable to show the season

autumn spruce
#

@viral garden re: the issue I mentioned a week or so ago where netherite totems delete ultimerite items- the upgraded netherite dev says it was a bug with the "Upgraded Netherite: Items" mod that is fixed in 4.1.0.2. BMC v17 is still using 4.1.0.1 so that one mod just needs updated to fix this

wheat solstice
#

hey i'm playing better minecraft 3 and i'm getting through the twilight forest quests and beat the ur-ghast twice and it still won't register on my quest book
does anyone know how to fix this?

burnt creek
#

Hi. Could someone tell me why I need run powershell two times before server starts (1st time ends "press any key", not sure whats going on...) ?

#

And just let you guys know, dynmap works with BMC4, however it doesnt generate all modded biomes(e.g. volcano is just black).

tidal iris
#

im tryna remove water and the moment i go far from it this happens ๐Ÿ™„ can someone explain why

viral garden
#

it might be the doespotatotick mod

tidal iris
#

what does that do

frigid crane
#

when upgrading server to a new version of BMC, which folders/files need to be overwritten? just mods and config im guessing?

wary patio
viral garden
viral garden
#

transfer your world folder to the new serverpack

viral garden
limpid schooner
hybrid trout
#

Hi what the best xp farm in the game?

urban sentinel
#

is there any way to restore a world in better mc

icy estuary
urban sentinel
#

I installed it yesterday and overnight it basically uninstalled itself and now i lost my world and progress

urban sentinel
#

idk

icy estuary
#

you can check the save folders

#

see if its still there

#

if it is there is still hope

urban sentinel
icy estuary
#

curseforge does funny things

#

never heard of this happening though

urban sentinel
icy estuary
#

in the gamefiles

urban sentinel
#

ima take a look

distant cloud
#

hello, when i press play to play better mc (BM3 1.19.2), ordinary minecraft shows up

grand gate
#

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

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

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

distant cloud
#

ok i had to reinstall

urban sentinel
icy estuary
urban sentinel
#

should i look into the minecraft folder or curseforge folder

icy estuary
urban sentinel
#

how do i know where the save is

#

i dont remember where i put it

buoyant plover
#

help , i can't install Optifine to better MC 1.18.2

#

i want to play with shalder

viral garden
grand gate
#

It is highly advised to not use Optifine, as it is very glitchy, will increase loading times to upwards of 10 minutes, and will decrease your FPS substantially. All Luna Pixel Studios modpacks come with shader support without Optifine via Oculus on Forge and Iris on Fabric. Optifine is also incompatible with all of our modpacks. The game will not launch with Optifine installed.

If you are interested in Optifine alternatives for your own gameplay, you can find a list here https://github.com/LambdAurora/optifine_alternatives
Note that a majority of these mods are already included in our modpacks.

https://cdn.discordapp.com/attachments/1046333354259259422/1046337216609271858/unknown.png

viral garden
#

same as normal

buoyant plover
#

how to turn it on shalder

viral garden
#

the shaders tab

#

ingame

sand hearth
#

somebody know where to find the ascenda ore?Thankssadchorb

icy estuary
sand hearth
#

1.16.5

icy estuary
#

v. what

#

that mod is long gone

#

afaik

viral garden
#

lmao

buoyant plover
#

better mc plus don't have sever in aternos ?

icy estuary
buoyant plover
#

oh

icy estuary
#

!server

grand gate
#

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

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

Go to #server-hosting for more Info!

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

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

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

lapis rune
#

both device manager and nvidia driver web

viral garden
#

no

#

only use the website

#

directly from nvidia's website

#

like i just said

lapis rune
#

ik

lapis rune
viral garden
#

ok

lapis rune
#

but still not work

viral garden
#

!glfw

grand gate
#

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.

  1. 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
  2. Save the file in a location you can remember and will NOT delete (the file MUST stay there or else it will stop working)
  3. 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")
viral garden
#

and you need to switch to atlauncher

#

!alternates

grand gate
#

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

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

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

lapis rune
#

ty

#

ill try it

lapis rune
#

it just return me back to the launcher

viral garden
#

!glfw

grand gate
#

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.

  1. 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
  2. Save the file in a location you can remember and will NOT delete (the file MUST stay there or else it will stop working)
  3. 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")
viral garden
#

please

#

follow the steps

lapis rune
#

i just added

#

the parameter

#

and downloaded too

viral garden
#

send a screenshot of the java tab

lapis rune
#

this is my log

#

this is my parameter

lapis rune
viral garden
#

what

lapis rune
viral garden
#

yes i saw it

#

make sure theres a space between line 3 and 4

lapis rune
#

u mean like this?

viral garden
#

no

#

just a normal space

lapis rune
#

u mean like this right?

#

just added a space

#

just return me back to the launcher

viral garden
#

no

#

i mean

#

a space between the M and the -

#

dont put it on a new line manually

#

have the M and - touch

#

and then click between them

#

and press your space bar once

lapis rune
#

oh catch it

lapis rune
#

i just return me to the launcher

viral garden
#

send logs please

lapis rune
#

this is my log

viral garden
#

go to the instance itself, the bmc instance. click edit instance & remove the java args in the args box, only keep the glfw one

viral garden
#

dont right click

#

just click the settings button

lapis rune
viral garden
#

yes

#

and make sure thats the actual path to your glfw dll

#

and that you didnt mistype it

lapis rune
#

wait ill try it

lapis rune
#

tysm

#

it worked

#

TYSM

viral garden
dusky stag
#

do raid farms work the same

warm basin
#

Ravagers are so broken i lost my hardcore save just because it hits through walls

vivid zealot
#

how to fix frequent crashes

#

im playing the latest 1.20.1 version

tired sage
#

Hey there, my GF wants me to host a BMC Server on 1.18.
I'm planning on setting up and running the server once on my local machine so I can then proceed to upload the files onto my pterodactyl game server. For the game server to be able to run the server however, I need to allocate the .jar file of the server which is not being generated.. Could you guys help me out? Haven't hosted a mc server in ages

#

These are my current settings on pterodactyl

pure wharf
dusky stag
#

what do the large wine bottle storages do

#

i cant seem to be able to use them

#

and also i cant put wine in the wine boxes

cobalt sparrow
#

is there a way when playing multiplayer to have the markers/waypoints on your map visible to others?

#

like lets say i want my team to see where im looking at

#

so i put a marker and they see it

#

is that possible?

#

hello anyone?

#

nvm i found out

frigid crane
#

when I update the server files to a new version, my explored minimap data gets lost. is there any way to copy that over?

stiff schooner
#

hey, trying to play the 1.19.2 forge modpack with some friends; the modpack locks me out due to conflicting mods
the only added mods i have are Essential, Sound Physics Remastered (i replaced the file), and Simple Voice Chat, any reason for this?

grand gate
#

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

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

Go to #server-hosting for more Info!

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

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

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

icy estuary
#

self-hosting is free

#

it can cause world corruption and other issues

stiff schooner
#

ahh alright, thank you a lot

wheat solstice
grand gate
#

how do i hacth the dragom egg

tidal iris
#

help pls how do i activate dark n' light

#

oh gold ingot

grand gate
#

hi I don't know how to start the game pls help

icy estuary
#

#faq for modpack installation

grand gate
#

okk

trail sphinx
#

i have a problem with my better mc server that i made

#

it doesnt let me join and says somthing about authentication

honest gorge
#

why when i add a mod in bettermc 1.20.1 the minecraft crash ? (any mods)

grand gate
#

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

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

honest gorge
wheat solstice
#

can someone assist me if possible?

icy estuary
wheat solstice
# icy estuary with

my quest book for better minecraft 3 isn't detecting the quest I completed. i beat the ur-ghast in the twilight dimension twice and it still didn't detect anything. is there a way i can fix this issue?

icy estuary
#

i forgot the exact wording for it

#

but turn on editing mode then right click on the quest

#

you will see it

wheat solstice
#

how exactly do you turn editing mode on?

#

my apologies

icy estuary
#

or cheats enabled

wheat solstice
#

i don't think i do

icy estuary
#

then go to your questbook , bottom right hand corner you will see a new icon. Click that

wheat solstice
#

can i turn them back off after i'm finished?

wheat solstice
#

ok so how do you switch it to where you can put cheats on

icy estuary
#

its a software

wheat solstice
#

is it cool if you send a link

icy estuary
#

google it

#

github first thing

wheat solstice
#

oh ok i see it

#

this isn't going to mess up the world at all right?

icy estuary
#

you can back it up first if you want

wheat solstice
#

k

#

i'll do that rq

#

hold up my game crashed when i did that ๐Ÿ’€

woven hinge
#

why cant i teleport to waypoints?

wheat solstice
#

its not letting me run the application

#

it said my pc is protecting me from unknown things haha

wheat solstice
woven hinge
#

it costs xp?

#

it just says this when I try

wheat solstice
#

yes at certain distances

woven hinge
wheat solstice
#

you need a waystone to tp

woven hinge
#

that was a waystone

wheat solstice
#

you need another waystone to access one

#

or a warp stone

#

make yourself a warp stone

#

its handy

woven hinge
#

ohhhhh

#

is it supposed to say error?

wheat solstice
#

only if you aren't right clicking a way stone

#

like you actually have to be physically next to a waystone and use it to access another one

woven hinge
#

got it

#

ty

wheat solstice
#

yea np

wheat solstice
#

@icy estuary

icy estuary
icy estuary
wheat solstice
#

my apologies

#

it said its a risk to run it thats all it said

grand gate
# woven hinge

you can only tp to waystones like that if you have op or cheats enabled

wheat solstice
#

see this is what it says

grand gate
#

oh blue name curse of answering questions that were already answered

#

letโ€™s gooo

icy estuary
wheat solstice
#

are you sure i want to run it anyway lol

icy estuary
#

why is it not offline

grand gate
#

i was pressured into it

wheat solstice
#

are you certain this won't harm my pc lmao

icy estuary
#

thats just windows being windows

wheat solstice
#

ight if i get a virus then fuck haha

icy estuary
#

You'll be fine

wheat solstice
#

k its running

#

what do i do now?

icy estuary
#

enable cheats

#

Im not sure how to do that though since I never used it before

wheat solstice
#

if you've never used this how do you know its safe

#

lmaoo

#

i'll just check on yt ig

#

theres this video i'll check out

vague kayak
#

Does a version of better Minecraft forge include mine colonies?

icy estuary
#

you can check #faq modpackindex

vague kayak
#

Thanks

woven hinge
#

what is the healers pouch?

#

i just got it from a random zombie in a dungeonn

viral garden
viral garden
grand gate
#

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

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

viral garden
atomic narwhal
#

!moreinfo

grand gate
#

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

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

icy estuary
#

please awnser all 8 questions

viral garden
#

please awnser all 8 questions

#

we need #7

#

please

#

read #7 slowly

#

dont copy the exit code, that doesnt help

#

read number seven slowly

#

!moreinfo

grand gate
#

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

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

viral garden
#

it isn't difficult

#

at no point does #7 mention copying the exit code

#

so i dont know why you're doing that

wheat solstice
#

anyone know how to get a wandering winemaker to spawn lol

#

i need his gloves

frigid crane
atomic narwhal
wheat solstice
#

shiiiit

#

i'm assuming i can just get one of my villagers to be a winemaker and get him to level 5 trading

#

so he trades gloves

atomic narwhal
#

the winemaker is basically a wandering trader afaik, in which they spawn randomly

wheat solstice
#

how come? it says i can make them one with the apple squeezer

atomic narwhal
#

just like a wandering trader, unless that's something different, I don't know that much about the mod

empty lake
#

anybody know any good enchantment mods that work w/ bmc forge 1.18

wheat solstice
viral garden
mortal gate
#

why do i get fps drops randomly and when i open doors it drops

atomic narwhal
mortal gate
#

so curseforge is really bad?

atomic narwhal
#

it's not great

mortal gate
#

witch one should i use i have a quite mid pc but i get like 300 fps but then random it jumps to 70

atomic narwhal
#

says in the performance guide, use ATLauncher

#

!alternates

grand gate
#

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

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

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

mortal gate
#

is it safe?

atomic narwhal
viral garden
#

follow the #faq performance guide

#

please

pine void
#

He guys I can't use lan after playing with my gf for a while has anyone had this issue?

grand gate
#

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

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

it never worked

#

self-hosting is free

slate pawn
#

can someone help me i downloaded curseforge better mc 1.16.5 but i dont see the mods

slate pawn
gentle ice
#

what does it mean when i join a server and im alex falling into nothing

viral garden
cobalt sparrow
#

is it possible to import a world from vanilla in this modpack?

viral garden
#

you really shouldnt lol

#

it will work but

#

yeah ig just go for it

minor cobalt
#

Iโ€™d forge or fabric better for better mc?

cobalt sparrow
viral garden
#

transfer the saves folder

cobalt sparrow
viral garden
#

sure

woven hinge
#

how do I update my current world to the new update?

viral garden
#

click update

#

in the launcher you're using