#better-mc-forge

1 messages · Page 359 of 1

sharp bolt
#

BetterMc

#

Isnt this chat about the modpack?

agile cradle
#

yeah it is, was making sure you weren't here for another modpack.

sharp bolt
#

but can I upgrade the mod?

agile cradle
#

Removing and replacing mods will mess with the configs

sharp bolt
#

yes, thats why I am asking

agile cradle
#

you can't "upgrade" mods. Only update, but even then it can mess with configurations that the modpack devs set. Best to only update the modpack as a whole when their dev makes one public, not mods.

echo thunder
#

Are the cherry leaves generally bugged or is it specifically the little Cherry things that spawn in the Jacaranda forests?

zenith nexus
#

build a wall yourself

#

make it safe yourself

frail iron
#

Anyone know if the drop rate of epic items goes up as you become a higher level or anything? I seem to get way more than my friends and i dont have more luck or goblin race or anything

#

uwu wrong chat sorry guys

hybrid merlin
#

i read it all

spice orbit
#

what mods add mobs in bmc5?

grand gate
#

Hello, I added some mods to the BetterMC modpack, mine is working normally, but my friend's is showing this in the menu and he can't play. How can he solve this?

agile cradle
#

if not, what launcher is he using

grand gate
agile cradle
#

!cracked

versed mountainBOT
#

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.

scarlet panther
#

Squeeze 'em.

agile cradle
scarlet panther
#

A recommendation would be something like ATLauncher, and secondmost would be Curseforge (even though it is a bit buggy and messy).

spice orbit
#

hey maybe a stupid question but im on bmc4

#

and i just saw the creaking

#

and i was confused as all hell because i thought this guy was 1.21

#

does bmc4 also add the mace?

agile cradle
#

there was a mod added that had brought in some of the 21 features to 20

spice orbit
#

does that include the mace

agile cradle
#

check in JEI

spice orbit
#

okey dokey sir thank you

grand jay
#

hi, i have a question, essential isn´t compatible with better minecraft?

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

grand jay
#

ty

stark spruce
#

do you mind sharing the whole thing?

zinc hornet
#

I use to be able to tweak the mods, how do I do that now? I want to make all the monuments and buildings spawnrates increase. Thanks!

wheat kernel
#

where could i find shared seeds in here

weary rain
#

Cool

flat apex
flat apex
stark spruce
#

i am about to pull my hair on this thing lol

flat apex
stark spruce
#

can you run 2 servers on one linux server?

flat apex
#

To remove that, just remove the

MODS_FILE: /mods.txt

env variable

flat apex
#

and processing power

stark spruce
#

you bet

#

32GB ram and a good cpu

#

i should be fine

flat apex
#

i got 24gb and a shitty arm cpu (2 cores)

stark spruce
#

how do you make the box thing to write code in it. when i copy paste it, it's a mess

flat apex
#

```yml
yml go here
```

stark spruce
#

'''

#

'''fdsfs'''

#

bruv

flat apex
#

copy paste it

stark spruce
#
did this work?
#

pog

#
services:
  mc:
    image: itzg/minecraft-server
    tty: true
    container_name: "bmc-szn"
    stdin_open: true
    ports:
      - "25566:25566"
    environment:
      EULA: TRUE
      MEMORY: 10G
      DIFFICULTY: normal
      VIEW_DISTANCE: 20
      RCON_PORT: 25566
      TYPE: AUTO_CURSEFORGE
      CF_API_KEY: $ddsg
      CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/download/6048060
CF_PARALLEL_DOWNLOADS: 1
CF_SLUG: better-mc-forge-bmc4
CF_FILE_ID: 6048060
# CF_FILENAME_MATCHER: BMC4 Server Pack
CF_EXCLUDE_MODS: |
  xaeroplus
  xaeros-world-map
CF_OVERRIDES_EXCLUSIONS: |
  mods/citresewn-*.jar
  **/datapacks/BE_default_endgen_fix*

   # volumes:
      # attach the relative directory 'data' to the container's /data path
    #  - /root/dockers/minecraft/server/bmc-szn/data:/data
#

this is what i got so far

#

@flat apex

#

now i have to wait till tomorrow as i have abused the API 😦

flat apex
# stark spruce now i have to wait till tomorrow as i have abused the API 😦

dont worry about that

services:
  mc:
    image: itzg/minecraft-server
    tty: true
    container_name: "bmc-szn"
    stdin_open: true
    ports:
      - "25566:25566"
    environment:
      EULA: TRUE
      MEMORY: 10G
      DIFFICULTY: normal
      VIEW_DISTANCE: 20
      RCON_PORT: 25566
      TYPE: AUTO_CURSEFORGE
      CF_API_KEY: $ddsg
      CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/download/6048060
      CF_PARALLEL_DOWNLOADS: 1
      CF_SLUG: better-mc-forge-bmc4
      CF_FILE_ID: 6048060
      # CF_FILENAME_MATCHER: BMC4 Server Pack
      CF_EXCLUDE_MODS: |
        xaeroplus
        xaeros-world-map
      CF_OVERRIDES_EXCLUSIONS: |
        mods/citresewn-*.jar
        **/datapacks/BE_default_endgen_fix*
   volumes:
     - ./data:/data
volumes:
  data: {}
#

use this

#

then before you do docker compose up -d
do this:

#
mkdir shared && cd shared
wget https://mediafilez.forgecdn.net/files/6048/96/BMC4_Server_Pack_v36.zip
unzip BMC4_Server_Pack_v36.zip
cd ..
mkdir data && mkdir data/mods
cp shared/mods/* data/mods/
docker compose up -d
#

then tell me if you still get rate limited

flat apex
#

every $ needs to be $$

agile cradle
#

If it requires it then it's a massive redflag

flat apex
agile cradle
#

both

#

That docker seems quite suspicious with all this exhaustive measures to have it work

flat apex
#

😩 yeah...

#

i even tried with 1 max concurrent download

#

still rate limited

agile cradle
#

If it takes that much effort I would just find something else entirely, it should not be difficult

#

Yeah that's a red flag

flat apex
#

u know any alternatives other than this though? for what i could find, there's none

agile cradle
#

docker wise no, but you can self host on your pc for free, or could use oracle cloud if they have any free spots open

#

Oracle cloud has a free tier option

flat apex
#

yea, but me and im assuming the other guy, prefer to have containerization rather than code running on bare metal

agile cradle
flat apex
#

i already got a vps, i just dont like running stuff outside a container when it doesnt need to be

agile cradle
#

Seems excessive to add extra steps though

flat apex
#

more a workaround than excessive

queen spruce
#

sup gamers, i have a question; can i tp back to my base from anywhere on map ? if so can you tell how.

rare escarp
still siren
still siren
#

or there is also a teleport option using the map but that just uses commands

queen spruce
#

i have cheats disabled

#

dont wanna oneclick tp i will try the warp thingie

still siren
#

yeah

slate veldt
#

What Minecraft version are you using? (1.19.2, 1.20.1, ...)
1.20.1

**What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) **
ATLauncher

Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
Nope

What version of the modpack are you using? (v11, v9, etc)
v36

Have you ever gotten past the crash condition without crashing, or does the game always crash?
it freezes and stops responding on the "Loading Terrain" screen.

What steps cause the crash?
I installed the modpack, followed the performance guide, loaded up, joined the fresh exaroton server and it stops at loading terrain and "crashes" but produces no crash report. latest log attatched

wispy trailBOT
slate veldt
#

figured it out

little willow
#

Hello there!
i want to create a public profile for my server so that instead of telling players which mods to add or remove, all they will need to do is to install the profile which will be provide for them, and the profile will let them join the server, is this something i can do?

zenith nexus
#

I don't think distributing modified lps packs is aight

#

Modified lps packs should only be used for personal use

dark steeple
#

Hey guys which modpack do you prefer? Forge, reforge, neoforge etc.?

grand gate
#

guys i cant hear certain sounds with the bmc4 modpack on curseforge, i have all the sound options bumped up all the way but still nothing. I can hear creature sounds but not mining, walking etc. Can anyone help?

viral garden
#

!alternates

versed mountainBOT
#

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

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

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

viral garden
#

you are using Bukkit

#

Please do not use plugins with mods

#

or issues like this while happen

#

please

#

do not remove mods

#

it has nothing to do with the mod

#

do not use Feather ever

#

theres no reason to

#

it does not work properly

#

!server

versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

viral garden
viral garden
stark spruce
#

I'll do a fresh start today!

viral garden
versed mountainBOT
#

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

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

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

dark steeple
#

What do i have to do here?

heavy tundra
#

hello everyone, can someone please help me?

#

i just wanted to add some mods to the modpack

#

but i cant create a world

#

how could i solve this?

#

i just added ice and fire, alex caves and better combat btw

viral garden
viral garden
versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

viral garden
#

!alternates

versed mountainBOT
#

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

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

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

viral garden
#

you added the essential mod, thats your issue

#

remove it

#

Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.

#

????????

#

you asked for how to improve performance

#

i gave you an indepth guide on everything you can do

#

and you decided to be an asshole when im trying to help you with your problem

#

lol

#

I told you to follow the guide and your response was "that doesn't help at all"

#

seems pretty condescending to me

#

and the guide is a lot more than just turning off settings

#

so that tells me you didn't follow it lol

#

I'm not your personal assistant

#

you clearly didn't read the website either

#

if someone is trying to assist you then you should follow their directions

#

I have the link memorized lol

#

it's not difficult

#

it's a simple life lesson that applies to anything - don't ask to ask

past tapir
#

is BMC4 incompatible with irons spells and spellbooks, artifacts or essential?

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

viral garden
#

everything else should be fine

#

make sure to install any dependencies

past tapir
#

tysm

glass tangle
#

idk if anyone can help me but i made a new profile for better-mc and now my whole PC freezes i didnt touch my allocated memory at all and idk what to do i checked everything and my launchers are all up to date

queen spruce
#

does the level gain gets harder with each level up or its fixed amount?

dark steeple
#

Someone knows the significant difference between BMC4 and BMC 5?

raw raven
#

oh hi, I use better mc modpack from curseforge app and I add Pam's HarvestCraft 2 (Trees, Crops, Food Core, Food Extended), Essential Mod, Botany Pots, Sophisticated Backpacks, Macaw's Fences and Walls and Aquaculture 2 mods and now I have got crush when I want a open it. (sorry for gramar mistake.)

#

So what can I do for solve it

sand kraken
#

i use the better mc modpack and I've been trying to figure out how to play with a couple of my friend's on it and so far I've had no luck i have no clue if I'm reading it all wrong or what any clarification would be super helpful please dm me with any answers .

near egret
#

!ws

versed mountainBOT
#
Luna Pixel's World Sharing

Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.

To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.

It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!

We still highly suggest not to play through LAN as LAN is untested and unreliable. Using it will cause longterm damage to your world.

There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way.

tacit ibex
spice mica
#

Hello the Simple Network Storage mod broke in the most recent update if i use export cables to auto smelt my ores it doesnt work properly it used to work in the previous version but now it seems to be only putting the ore in one furnace and the coal in the other and only seems to feed that one slot

lean kestrel
#

hey me and my friend are playing this on 1.20 and its saying i need to fully upgrade a swamp villager for mending and that didnt work do any of you guys know the best way to get mending in this modpack

waxen shore
#

hello guys, can you tell me where i have to find others dragon eggs?

merry basin
#

how do i find the mod?

near egret
merry basin
near egret
#

did you add essential

merry basin
near egret
#

!ea

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

merry basin
#

oh

#

ty

dark steeple
#

Someone knows the significant difference between BMC4 and BMC 5?

nimble rapids
#

Yo

#

I have a problem,it crashes

wispy trailBOT
near egret
versed mountainBOT
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
  4. What version of the modpack are you using? (v11, v9, etc)
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash?
  6. What steps cause the crash?

Required:

Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.

nimble rapids
#

Oh mb

#

But i fixed it 👍🏼

#

I think

tawdry sierra
#

hello

#

someone can help me pls

#

how i can play with my freind on better mc

#

?

scarlet panther
#

!ws

versed mountainBOT
#
Luna Pixel's World Sharing

Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.

To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.

It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!

We still highly suggest not to play through LAN as LAN is untested and unreliable. Using it will cause longterm damage to your world.

There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way.

tawdry sierra
#

and my freind can not join me

#

i give him the hosted port

#

and now when i click on share world

#

look what i have

#

@scarlet panther help me pls

nimble rapids
#

Use essential dawg

scarlet panther
#

Tell them to connect via the link.

scarlet panther
versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

scarlet panther
#

Essential doesn't work. Don't suggest it.

nimble rapids
#

I read it wrong mb im sorry

night sonnet
wispy trailBOT
night sonnet
#

can anybody help with this?

#

-805306369 this is also the exit code. ive tryed allowcating more memory, about 8 gs. i can load into the world and look around, but some of the blocks will have missing tecures and then it just crashes. im not sure what to do.

#

The game crashed whilst tessellating block model - indigo renderer
Error: java.lang.IllegalArgumentException: Cannot get property null as it does not exist in Block{minecraft:iron_bars}

past tapir
#

what is the mod that allow btmc for working in multiplayer without essential?

night sonnet
#

now it is saying this, i telaported back to my base and everything seemed to workout fine, then i telaported back to where i was and it crashed again.

wispy trailBOT
slate veldt
#

hey, my JEI is invisible, is there an easy fix for this? modpack is a fresh install

solid maple
#

is there a difference between these 2 monuments?

silk sinew
#

chloe how do i make it were as a admin on a server can interact with others claims

viral garden
viral garden
viral garden
viral garden
silk sinew
viral garden
viral garden
viral garden
viral garden
silk sinew
#

i was tryna figure out how to mess with some elses claim in a server im a admin for it wasnt let me break stuff

silk sinew
#

chloe do ya know if their is anything in the better minecraft 4 modpack that stops mobs from spawning in a area

ember gale
#

hey if i wanted to use the locate command to find a structure how would i do that?

ember gale
#

what would i type in if i wanted to find the conjurer theater?

viral garden
#

then tab autocomplete the rest

silk sinew
#

is their a way to see if mobs can spawn

dusk glacier
#

my better mc. runs mostly fine. but when I enter water my frames just drop.

#

to 0

agile cradle
#

!fps

versed mountainBOT
thorny hawk
#

Im having a similar issue around water specifically but i think its also server related some, I have 8 gb of ram with about 5.5 allocated currently, I just ordered 2 16gb stick to hopfully improve things but in the mean time is there anything I can do to lower spawn limits for the BMC4 pack

agile cradle
thorny hawk
agile cradle
thorny hawk
#

Im playing the pack with a friend, so I ended up getting a hosted server

agile cradle
#

are the issues you have same as what your friend is experiencing? How is the server being hosted

thorny hawk
#

i was trying to use a mod called essential at first which i guess lets people play together on single player worlds but it didnt work with the pack and my computer currently couldn't handle the pack alone lol

agile cradle
#

!ea it's not even needed

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

agile cradle
#

there's world sharing that's built into the pack by default

#

Essential isn't stable and has a lot of issues with corrupting players worlds from our experience

thorny hawk
#

my friend only played briefly but his computer is way better and worked great for solo but still wanted to play at different times without the other so ultimately just used a server host which it makes it playable for me rn 90% of the time but near water or at random spots wher i load in too much ill get lag spikes

agile cradle
#

What host are you all using

thorny hawk
#

yeah i couldnt even load into a world when i tried it.. i was just following a youtube video trying to get something to work and then just put up the money for a server

#

pebblehost

harsh dome
#

Does anyone know the recomendet cpu cores and ram to run a bmc 4 server?

agile cradle
#

Cause they are trying to use a deadbeat mod that shouldn't ever be used in the first place. the people making those videos have zero clue or they just want peoples games to go kaboom

agile cradle
agile cradle
#

6-7 gigs is ok then

harsh dome
#

Alr thx

agile cradle
#

bmc isn't intense on resources

thorny hawk
#

id say whoever uses it kinda expects some sacrifice though...end of the day its limeted on the hosts connection...i tried it, hated it/couldnt use it and moved on lol

agile cradle
#

no, most people who use it don't know what they are doing and follow blindly the content creators.

thorny hawk
#

it seemed like a cool concept similar to how consoles work but wasnt perfect and obviously wasnt meant for modpacks

#

well that was true for sure lol

agile cradle
#

Best way I've been able to understand is that it may work similar to LAN, which lan itself does can do the same thing in terms of doing something called packet desyncing, which ends up corrupting the world.

thorny hawk
#

gotcha, well nonetheless it didnt work anyways lol

agile cradle
#

Lan itself has this issue with modded instances, likely just more intense modded, if you only had maybe 10 mods it likely would have smaller chances of corrupting.

#

The issues: Does your friend have them too or just you

thorny hawk
#

just me and i actually just loaded in on at, with 4 gigs allocated and my spikes are still there but now rather then droping from 180fps to 2-10 every so often in drops to 50-60fps i saw a few very quick drops but seems good now

#

so when i get my 2 16gig sticks should i allocate more ram or keep it at 4

agile cradle
#

8 is the sweet spot

thorny hawk
#

so even though ill have 32 total i should stop at 8?

agile cradle
#

yeah. java is fickle with too much ram allocated to it

thorny hawk
#

my friend has 64gigs, should he also allocate 8?

agile cradle
#

yes

thorny hawk
#

cool cool

agile cradle
#

8-10 is what the guide suggests, I usually see 8-9 be the best for anything higher than 16, 8 for 16.

thorny hawk
#

awesome well thanks for the help

agile cradle
#

!fps also both of you follow this

versed mountainBOT
whole inlet
#

Can someone tell me why my quests wont complete in "The Otherside" section? It checked off the warden helmet, defeating the warden, and entering the otherside. But for whatever reason it will not check off 'defeat a shattered, defeat a stalker, and defeat a shriek worm.' I have killed atleast 2 of all of those. Im guessing its just a bug, but it annoys the crap out of me that it wont check off

raw prism
agile cradle
#

!server might be something in the self hosting guide that could help.

versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

winter burrow
#

In the gold farm tutorial I am building off of the guy lights the portal and all the boats that are stacked on top of eachother go through the portal but when I do it they are not going through, anyone know why?

winter burrow
#

the problem fixed itself I guess, but does anyone know how to un-diagonally link fences like this?

#

so theyre not diagonal and behave like normal fences

agile cradle
#

!cracked use an approved launcher like atlauncher, curseforge, prism, or modrinth

versed mountainBOT
#

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.

agile cradle
#

YOu will need to provide proof you own official minecraft.

#

Never use tlauncher, it's spyware and illegal.

plucky geodeBOT
#
Ban Result:

activity Reason: TL is illegal, spyware, and against TOS, appeal with proof you own official minecraft if you want to play the modpacks.
trustedAdmin Moderator: @agile cradlewhitelistUserupvoter

Banned:

spacesuccess drinkthesorrowsaway [852369497532661800]

stark spruce
#

this is what i get when using docker compose up -d

oblique helm
#

i downloaded ATL and got BMC4 along with the extra mods, but now its crashing when i try to create a world. The crash in the logs are the same as they were before but i don't know how to understand them and am not sure what to change to fix it

here's the logs now:

wispy trailBOT
flat apex
# stark spruce yaml: line 1: did not find expected key

sry it was a bad indentation after i changed your volumes path from absolute to relative

services:
  mc:
    image: itzg/minecraft-server
    tty: true
    container_name: "bmc-szn"
    stdin_open: true
    ports:
      - "25566:25566"
    environment:
      EULA: TRUE
      MEMORY: 10G
      DIFFICULTY: normal
      VIEW_DISTANCE: 20
      RCON_PORT: 25566
      TYPE: AUTO_CURSEFORGE
      CF_API_KEY: $ddsg
      CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/download/6048060
      CF_PARALLEL_DOWNLOADS: 1
      CF_SLUG: better-mc-forge-bmc4
      CF_FILE_ID: 6048060
      # CF_FILENAME_MATCHER: BMC4 Server Pack
      CF_EXCLUDE_MODS: |
        xaeroplus
        xaeros-world-map
      CF_OVERRIDES_EXCLUSIONS: |
        mods/citresewn-*.jar
        **/datapacks/BE_default_endgen_fix*
    volumes:
      - ./data:/data
volumes:
  data: {}

try now

stark spruce
#
Invalid parameter provided for 'install-curseforge' command: Access to https://api.curseforge.com is forbidden or rate-limit has been exceeded. Ensure CF_API_KEY is set to a valid API key from https://console.curseforge.com/ or allow rate-limit to reset. ```
#

@flat apex

flat apex
#

API key

#

did u escape it

stark spruce
#

yes

#

every $ sign has 2 $

flat apex
#

i'll try to fix that

stark spruce
#

thank you for your time and effort

lime patrol
#

lets say i want to install a schematic mod ex. Litematica and the sub-mod (mod needed with original mod) doesnt have verisons compatible in atlauncher how would i do so?

fluid yacht
#

I NEED HELP me and my buddy are on a new server from bisect and we get in and the only issue is our render distance stays so low

lime patrol
#

soo just turn up the render distance on you minecraft settings?

fluid yacht
#

u dont think we tried all of the above

lime patrol
#

i don't understand the proble

#

m

dense hull
#

whats the strongest armor in the mod pack

lime patrol
#

i think

meager shell
#

so if im messing with the render distance and it doesnt do anything my internt is meh

#

?

viral garden
oblique helm
#

i dont know which mods are doing it specifically

flat apex
zinc juniper
#

Is there a way to keep a chunk loaded in BMF. I cant seem to find anything on it

gloomy talon
#

I think you can claim a chunk and forceload it

silk sinew
#

why isnt that mod that makes chest unique for every player in the modpack

pallid hornet
#

could anyone help me? I made a server on oracle cloud. I downloaded the mod list from curseforge and put it inside the mods folder on the oracle cloud, but when i run it and try to connect with the mod from curseforge, it says that im running a different version OR i run it and as im connecting, i get a screen full of numbers and letters...

viral garden
versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

scarlet panther
pallid hornet
viral garden
#

the serverpack works

#

if it doesnt work for you its on your end, likely bc you're using oracle cloud

#

or you arent transferring the files over properly

pallid hornet
pallid hornet
viral garden
pallid hornet
#

do i need graal on my oracle cloud? 🤔

viral garden
#

no clue how oracle cloud handles java

pallid hornet
#

geniuenly baffling that it somehow worked today with the serverpack when it didnt work yesterday 🤦‍♂️ thanks my fellow trans person, hope your journey is going well

viral garden
#

thank you :)

stark spruce
whole inlet
edgy shoal
#

Rendering overlay

#

i get this issue

#

anyone can help me?

wispy trailBOT
echo gorge
#

BMC4 not compatable with essential mod???

near egret
#

!ea

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

near egret
void vector
#

Can anyone helps me plz

#

Im playing on newest ver of bmc

#

my whole game is so bright

#

when i open mini map it flashing and flicking

#

But if i go fullscreen mode dont have this issue

#

sry for my bad english

#

Here is fullscreen SS

#

Here is windows screen SS

#

please anyone helps me my eyes is hurting

stark spruce
#

!download

sturdy root
#

Hi

#

Does anyone know how can I make a raid farm that works on bmc4?

#

If you can send me the video i would aprecciate it

#

I already tried some but because of the pillager mods, they just dont work

azure notch
#

Hey guys, im playing with my girlfriend, we made villager trading hall, but they are not restocking their stuff? any idea why or tips ?

candid mango
#

Anyone having issues with the simple storage remote not working if you are over 150 blocks away from the root?

fiery pumice
#

If I update the modpack to 36 should I make a backup for my world?

near egret
near egret
fiery pumice
#

Thank you (:

shy cradle
#

Anyone have an idea why these export cables aren't exporting? I've built a few of these to share some resources between two storage networks. Only one seems to work, exporting from the left network to the right, but none of the other export-for-sharing cables seem to work. Right network cables are in the same chunk as the right network's node.

tawdry sierra
#

hello guys i have a question

#

can my freind give me the world wse start so i can lunch the game with my cumputer ?

white coral
#

me and my friends keep getting an internal Exception java.net.socketException : connection reset error does anyone know how to fix this i cant even play 20 mins without getting kicked

shy cradle
void vector
versed mountainBOT
#

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

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

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

radiant jay
#

Prolly not gonna do anything but try

shy cradle
# shy cradle Upon further inspection, export cables in general have stopped working

Disregard, appears to be an issue with Simple Storage Network version 1.12, and is reported to be fixed by reverting to 1.11.3 https://github.com/Lothrazar/Storage-Network/issues/570

GitHub

Minecraft Version: 1.20.1 Forge Version: 47.3.0 Mod Version: 1.12 Single Player or Server: Single Player Describe problem (what you were doing; what happened; what should have happened): When linki...

spice mica
#

is anyone elses auto smelters broken like using export cables to smelt your raw minerals automatically when you put them into your storage after this recent update?

hybrid badge
#

what does the fire bowl do

shy cradle
spice mica
#

because with the picking up block mod you can pick up spawners too so i just went to a swamp area in the twilight and took a meef guy spawner lol

void vector
candid mango
void vector
#

flashbang

#

....

#

please help me

shy cradle
spice mica
shy cradle
spice mica
ancient torrent
#

anyone can help with connection errors? evertything is at it should be. but my friends cant connect via ip address.

#

i did port forward, but still cant see my server status as online on my minecraft server status

civic wolf
#

i need help with crashing issues

#

okay lets get this started im having a crash issue on my server that crashes all clients even the server
it is in minecraft 1.20.1 forge and it is running BMC4 V36 on both client and server
we are using curse forge for the pack
and it some how crashes everytime 2 players get on the same server now or when someone starts going to fast loading into a new area with something
all i know is i need help to solve this and its easy to recreate

white coral
#

i needx help with crashing issies as well

#

mine is me and my friends keep getting an internal Exception java.net.socketException : connection reset error does anyone know how to fix this i cant even play 20 mins without getting kicked

dense summit
#

Hey, did you manage to fix this? me & a bunch of friends have been having the exact same issue on my server

white coral
#

does anyone have a fix pleaseee

viral garden
viral garden
viral garden
viral garden
#

we cant help if none of you provide info

#

its unlikely you're all having the same issue

#

not every crash is the exact same

white coral
#

i rpovided info @viral garden

viral garden
white coral
#

internal Exception java.net.socketException : connection reset is the code i keep getting and my friends

viral garden
viral garden
#

does

#

not

#

help

#

i dont know how i could possibly be any more clear to you

viral garden
void vector
viral garden
#

or your windows settings

white coral
#

10 channels?? i asked in only this one no need to be rude and im not the only one getting this error everyone on my server is. i contacted the server provider and they told me to ask yall

ancient torrent
white coral
#

so i came here

void vector
viral garden
white coral
#

and i read it

viral garden
#

i told toxicdodobird to not ask in 10 channels

#

no

#

you didnt

#

you didnt answer the questions

#

that it tells you to answer

viral garden
void vector
#

does anyone have same issue as me ? i really dont know whats wrong with my driver or settings i never ever have this problem before even playing normal Minecraft etc.

viral garden
#

only you have reported this

#

its some setting you enabled on your pc

strong crane
viral garden
#

i pinged the developer of the mod (@astral mango) and they didnt respond

strong crane
#

Everything went fine tho

viral garden
#

downgrading will just cause more issues

#

you can report the issue on the deeper and darker github page

strong crane
#

No problems for now, we have been playing only an hour on v13

#

If it even was an hour

viral garden
#

once again

#

downgrading will only cause more issues

#

v13 has a lot of fixes and new features

strong crane
#

Didnt cause any problems for us to be honest

void vector
strong crane
#

Everything is fine

viral garden
#

when your world is corrupted dont come here to complain dude lol

strong crane
astral mango
viral garden
#

thanks

elfin sleet
#

hello just wanting help creating a world it wont let me do it and i dont know why

viral garden
elfin sleet
#
  1. What Minecraft version are you using? 1.20.1
  2. What launcher did you run Minecraft with? CurseForge
  3. Have you changed the modpack in any way? using essential along with it
  4. What version of the modpack are you using? v36
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash? not a crash problem
  6. What steps cause the crash? not a crash problem
#

sorry for the inconvenience

#

let me know if there is any more information i can provide

glass tangle
#

just a question um what version of the minecraft launcher should i be using on curseforge

warm orchid
#

Good evening, does anyone know why I get that I have an incompatible mod but they don't tell me which one it is.

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

versed mountainBOT
#

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

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

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

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

modern wraith
#

theres a structure that spawns a turtle named "The Boss" which structure is this

dark bronze
#

Hey, I'm trying to set up a BetterMC server for me and my friends. I'm using shockbyte to host the server. I have both my client and the server running the latest version of this modpack but when I try to connect to my server, I am getting these errors. I doublechecked the mods installed on the server vs my client and they both match.

viral garden
#

shockbyte is bad and is unable to install modpacks correctly

#

contact their support or use a different server host

dark bronze
#

Okay thanks

#

I already paid for the server. You think I could just copy all of the mods from my local up to the server and that would work?

viral garden
stark spruce
#
Can't keep up! Is the server overloaded? Running 3370ms or 67 ticks behind
versed mountainBOT
#

Please follow the guide here for changing the Java version your server uses. This will improve performance dramatically. If you are on a third party server host, you likely can not change the Java version your server uses. Bisect Hosting and a few VPS providers do allow changing Java version, though, which can usually be done through your server dashboard.

The method on Bisect is to simply go to the main dashboard page, and select "GraalVM 22" as the Java distribution. If it crashes, use 21 instead.

For further performance improvements, you can also follow this guide.

Reducing server render distance in the server.properties file is also a very good way of reducing lag. Most of our modpacks include mods like Bobby and Farsight, which make it so reducing server render distance will not affect players.

If lag persists, run the following command ingame:
/spark profiler start --only-ticks-over 50
Then, send the link in this channel.

stark spruce
#

i have already allocated 12G of RAM

#

started with 8

warm orchid
#

Does anyone know the name of the mod that gives me a error, I've searched for essential but I can't find anything

main tartan
#

hey guys played better mc a while back and just getting back into it. wondering if anyone knew how to make the moded item sorter

viral garden
#

read the full message

stark spruce
warm orchid
viral garden
versed mountainBOT
#

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

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

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

versed mountainBOT
#

Please follow the guide here for changing the Java version your server uses. This will improve performance dramatically. If you are on a third party server host, you likely can not change the Java version your server uses. Bisect Hosting and a few VPS providers do allow changing Java version, though, which can usually be done through your server dashboard.

The method on Bisect is to simply go to the main dashboard page, and select "GraalVM 22" as the Java distribution. If it crashes, use 21 instead.

For further performance improvements, you can also follow this guide.

Reducing server render distance in the server.properties file is also a very good way of reducing lag. Most of our modpacks include mods like Bobby and Farsight, which make it so reducing server render distance will not affect players.

If lag persists, run the following command ingame:
/spark profiler start --only-ticks-over 50
Then, send the link in this channel.

viral garden
#

read the text on your screen

gilded trench
#

Hello, I'm not sure if it is a feature or a bug. I'm using BMC 5 V13 Neoforge and I have an issue with the Trials vaults. I opened a couple of them with a trial key but now, I can't open any vault. Is there a global cooldown for ALL the vaults or something? My bad if this is a dumb question

worthy junco
#

Hey I have a question about one of the enchanted books on 1.20.4 Forge. I know this is a description in SpawnersPlus but I'm asking here on the off chance someone knows something.

worthy junco
worthy junco
viral garden
lime patrol
#

.worldshare

#

!worldshare

#

!worldsharing

#

!ws

versed mountainBOT
#
Luna Pixel's World Sharing

Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.

To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.

It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!

We still highly suggest not to play through LAN as LAN is untested and unreliable. Using it will cause longterm damage to your world.

There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way.

gilded trench
worthy junco
#

I’m on 1.20.4 and I can’t find a Trial chamber for the life of me (I’m probably just at the wrong depth)

worthy junco
#

Alright

#

Actually I might be stupid

#

Trial chambers are 1.21 aren’t they

gilded trench
worthy junco
#

Thx though

gilded trench
#

haha

lime patrol
#

sooo my simple network system's auto smelting doesnt work if there is more than 1 export node

#

anyone know why and how to fix

gusty saffron
#

what the problem?

#

help pls

#

@viral garden can u help me pls?

versed mountainBOT
#

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.

gusty saffron
#

yep

azure notch
#

Any idea why villagers dont restock trades?

native cliff
#

what mod

#

nvm

viral garden
versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

runic edge
#

!install

#

!help

still sentinelBOT
#

🚫 itssanuk, that command is disabled in this channel.

viral garden
runic edge
viral garden
runic edge
native cliff
#

how can someone join my singleplayer world

viral garden
versed mountainBOT
#
Luna Pixel's World Sharing

Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.

To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.

It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!

We still highly suggest not to play through LAN as LAN is untested and unreliable. Using it will cause longterm damage to your world.

There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way.

runic edge
viral garden
#

!alternates as i said, you need a launcher

versed mountainBOT
#

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

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

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

runic edge
viral garden
#

no

#

you need a modded launcher to install and play modpacks

echo falcon
open python
#
  1. 1.21.1
    2.curseforge
    3, only configured mod
  2. v14
  3. game always crash
  4. I was sitting in the farm with a friend until it started to freeze a lot and eventually crashed

Minecraft crashed!
latest.log: https://mclo.gs/iSBu1eJ
debug.log: https://mclo.gs/24FLFm0
crash-2025-01-11_17.49.23-server.txt: https://mclo.gs/hfNSlUK
CurseForge: launcher_log.txt: https://mclo.gs/FVyZDgW

Modlist changes beyond the modpack:
Added mods:
configured-neoforge-1.21.1-2.6.0.jar

Removed mods:
Mods weren't removed.

viral garden
open python
#

Thx! Its working now

glass tangle
#

so i switched back to v35.5 and it doesnt crash me when i try and load into a world, but when i update the modpack to the most recent update it continuously crashes me when i try and load into a world, i didnt remove any mods and didnt touch anything else?

versed mountainBOT
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
  4. What version of the modpack are you using? (v11, v9, etc)
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash?
  6. What steps cause the crash?

Required:

Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.

native cliff
#

can i make a free server to share with my friends and how

glass tangle
#
  1. 1.21.1
  2. curseforge
  3. no modpack change
  4. v36
  5. always crashes, but only in most recent update
  6. i create a world and it crashes me i dont even get into the world itself

latest log. https://mclo.gs/0lILMa2
2025-01-11-4.log https://mclo.gs/MlGVeUk

versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

fiery loom
#

Was all the dragon bugs fixed in v14? Only some dragon ablilites are working and the inventory still seems to be bugged.

merry orchid
#

Anyone have a clue why my BMC5 v14 server does not shut down? It just hangs there endlessly
Its a plain downloaded server package.

dense summit
#

Does anyone know if they fixed the ancient city crash in v14 bmc 5 neoforge?

cloud veldt
glass tangle
#

idk because i dont know logs im sorry, i probly ment to say 1.21.1

#

i just want to know what is causing me to crash

cloud veldt
glass tangle
#

all i know is that v35.5 works perfectly and doesnt crash my PC but when i updated the modpack to v36 it crashes me everytime, i would like to know what i did wrong if i did anyting or its just the modpack itself

cloud veldt
glass tangle
#

Thank you so much

hexed quarry
#

no announcement for bmc 5 v14?

tawny prawn
#

Hello guys!

#

I wonder why in my inventory not showing all the items on the right side

#

Can anybody help?

trim lodge
#

i dont know if this is the right place to ask, but does anyone know any good server hoster for bettermc??? like me and 3 of my friends want to play so im not looking to spend 100$ for one server, something under 20 would be nice!!

cunning sky
#

can someone help me ?

whole crow
#

why can I not use essential in this modpack

violet oyster
#

In the gigant temples, does the suspicious sand spawn? i been playing the modpack for a while, and i can't find a sigle normal temple :c

astral mango
woeful orchid
#

what is the best pickaxe for BMC3?

strong crane
oblique void
#

my server crashes and i dont know why

wispy trailBOT
strong crane
viral garden
viral garden
#

announcement was delayed due to the medieval update

viral garden
versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

viral garden
viral garden
trim lodge
glass tangle
viral garden
glass tangle
arctic oar
#

Is there any way to add like essentials to this modpack?

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

viral garden
versed mountainBOT
#

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

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

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

rain flame
#

the new update for neoforge crashes when creating a world.

spice mica
#

is neoforge the same as this?
asking about the announcement

rain flame
#

nope

wheat tartan
viral garden
viral garden
viral garden
wheat tartan
# viral garden Please read the full contents of the ⁠<#1226057161767911516> channel for us to p...
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...) Forge Experimental 1.20.1 47.3.12 (47.3.12)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) CurseForge
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods) No
  4. What version of the modpack are you using? (v11, v9, etc) BMC4_Server_Pack_v36
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash? https://pastebin.com/4DD0AxGY Yes, worked when we started the server 4/5 hours ago, then we did a manual restart and then it wont start back up. Console logs here https://pastebin.com/f9scLnfx // it did however have some errors in the console on the successful start aswell
  6. What steps cause the crash? Restarting the server
viral garden
viral garden
versed mountainBOT
#

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

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

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

wheat tartan
brazen pond
#

Does anybody have texture pack recommendations that are compatible with all the textures? I just John smith legacy but a lot of the textures don’t work

green steppe
#

Forge’s error propagation on startup crashes is ass and often blames wrong mod. Latest.log will or should show actual earlier error in theory

alpine kernel
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...) 1.20.1
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) Curseforge
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods) We added mods
  4. What version of the modpack are you using? (v11, v9, etc) I think v36
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash? The game doesn't crash at all, I just can't make a world bcoz it says that there are incompatable mods :( The game said to come to the discord if I didn't know what mods of mine were causing an issue
  6. What steps cause the crash? No crash

What do I dddo in the scenario haha

viral garden
versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

alpine kernel
#

ooohh thank you!!!

red plank
#

Hey one of my friends is hosting a server for all of us on curseforge version 1.20.1, we have been playing for a while and want to a mod, is that possible?

viral garden
#

Please read the full contents of the ⁠#get-support channel for us to provide assistance.

red plank
#

we want to add chunk loader

viral garden
#

the modpack already has chunkloading

red plank
#

how? Im pretty sure I checked, I mean what is it called?

crystal jolt
#

bm neoforge crashes when I try to create a world

spice orbit
#

do the dragon mounts breathe fire?

viral garden
viral garden
spice orbit
red plank
alpine kernel
#

It won't let my boyfriend jjoin, the first time he joined it said "connection reset" and it did this the 2nd time

#

Currently his 3rd try has him stuck on "loading terrain"
It also won't let him generate worlds 😞

#

Still booting him after ending the task :(

#

This is what shows up when it kicks him

viral garden
versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

viral garden
#

!alternates

versed mountainBOT
#

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

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

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

alpine kernel
alpine kernel
dreamy canyon
#

Me and my friends are hosting a server and keep getting hit with the "connection reset" and getting disconnected. We're all using CurseForge if that matters and one guy is hosting it off of his PC. Anyone have any fixes or thoughts?

steady oriole
#

wheres the bot that tells e the diferences of the bmc modpacks

crisp portal
#

Does anyone know how to beat the Ender Dragon in better MC. I destroyed the crystals on the towers but cannot destroy the ones on the ground in the building

leaden grove
#

can anyone help me?

#

bmc4

versed mountainBOT
#

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

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

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

viral garden
alpine kernel
#

Last time chat

  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...) 1.20.1
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) Curseforge
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods) We added mods
  4. What version of the modpack are you using? (v11, v9, etc) v36
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash? Always crashes
  6. What steps cause the crash? Creating a World for single player and Joining one

He says "Open jdk platform binary" spikes his CPU 🧐

viral garden
#

so i cant help

#

and yes "open jdk platform binary" is going to spike your cpu

#

because thats the program name for Minecraft

#

and Minecraft is a cpu-bound game

alpine kernel
alpine kernel
wispy trailBOT
viral garden
#

what mods did you add

oak axle
#

is there like a list showing how 2 get into the diff dimensions? D:

alpine kernel
#

like, create anndd these ones:
Falling Leaves
Lucky's Cozy Home
Model Gap Fix
Naturalist
PlayerRevive
Radiant Gear
Skin Layers 3D (Fabric/Forge)
Moonlight Library
Supplementaries
Supplementaries Squared
Eating Animations
Connected Glass
Crawl on Demand
Decorative Storage
Fast Leaf Decay
Item Highlighter [Neo/Forge]
Leave My Bars Alone
Mouse Tweaks
playerAnimator
Sound Physics Remastered

viral garden
viral garden
#

3d skin layers is already in the modpack

oak axle
viral garden
#

supplementaries + squared are already in the modpack

#

moonlight lib is already in the modpack

#

fast leaf decay can cause major issues and we already have an alternative in the modpack

alpine kernel
#

It's just a list I sent to my bf lolol

But the game works for me with the mods we added

#

kk

viral garden
#

sound physics remastered is also included already

#

you should make sure you didnt add any mods twice as that can cause issues

late nymph
#

Hello yallll

#

Is there any sort of wiki for this mod pack? I can’t find one lol

agile cradle
brazen pond
#

Do I just leave it alone? I downloaded the modpack fresh didnt add mods

agile cradle
# brazen pond

yeah just ignore it. curse doesn't really know how to handle that currently with connector

wheat tartan
fallen briar
#

hey peeps, anyone here know how to turn off the big search bar thing on the right side of this screenshot? It keeps grabbing the cursor and I have yet to figure out why it exists/what makes it better than the search bar in the crafter.

#

it just toggles cheat mode on and off (though maybe older version had the on/off ability, too idk

#

i've just found it takes extra clicks to make generic things and it's like hmmm this isn't worth it

#

it's called "emi?"

fallen briar
#

yeah keybind setting of "f" sigh ty

trim lodge
#

does anyone ever see like the mobs glowing? like an aura arround them you can see behind walls too, like thoses arrow. its just annoying idk what turns it on

raw raven
#

can anyone help me

#

I don't know why but I get a error when I want start my game

#

@near egret @tepid swan

#

I try dowloand old version of the mod

#

I get error

covert walrus
#

read the rules

#

that was too harsh

versed mountainBOT
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
  4. What version of the modpack are you using? (v11, v9, etc)
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash?
  6. What steps cause the crash?

Required:

Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.

vale comet
#

hello,
i installed the new version of better mc but i can't find with "/locate" the structure of "* It Takes a Pillage Continuation*" (a new mod which is in the new version of the modpack).
can help me ?

bright jungle
green steppe
viral garden
#

so im unsure what was causing all of this

#

i appreciate you looking into it though!!

viral garden
brave stream
zenith nexus
brave stream
viral garden
viral garden
#

i dont know why you're lying unless you just didnt remember

#

but the iris flywheel compat mod is not in the modpack by default

brave stream
viral garden
#

you 100% added it

viral garden
#

!alternates please reinstall

versed mountainBOT
#

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

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

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

brave stream
viral garden
#

where did you download this from

brave stream
#

the guy that sent me the modpack prob changed somthing if ur 100% sure it was changed

viral garden
#

please do not install

#

random modpacks

#

that people send you

#

thats a really good way to get malware

#

and a broken modpack installation that doesnt launch

brave stream
#

its the better minecraft but its the expoerted thingy form forge he exported it and sent it me he prob added somthing

viral garden
#

so it is a modified modpack :p

brave stream
#

i dont think so but fi ur 10000% sure them ig it could be

viral garden
#

it is physically impossible for such an error to happen otherwise

#

the game would not be aware of the iris flywheel compat mod existing unless it was in your mods folder

#

and its not in the mods folder with a normal correct install

brave stream
#

does not even let ppl add stuff

scarlet panther
#

Nevermind, "Content Management" setting.

brave stream
#

how do comp shaders work on better mc without iris then

viral garden
#

you'd just need to enable content management

viral garden
#

that version is old and unsupported

#

please update by clicking the button

viral garden
# brave stream

the iris & oculus flywheel compat mod is NOT in the modpack by default

#

it never has been included at any point

viral garden
#

Iris is exclusive to Fabric & Neoforge

#

There is an unofficial port of Iris for Forge, called "Oculus"

#

we use Oculus

brave stream
brave stream
#

i just installed it again and the iris things are still in it idk why i cant add or remove anything

hexed quarry
#

when inventory sorting for bmc neoforge?

outer grail
wispy trailBOT
clever warren
#

hello

#

my game says you have added an extra mods how can i solve that

vale comet
#

hello,
i installed the new version of better mc but i can't find with "/locate" the structure of "* It Takes a Pillage Continuation*" (a new mod which is in the new version of the modpack).
can help me ?

versed mountainBOT
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
  4. What version of the modpack are you using? (v11, v9, etc)
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash?
  6. What steps cause the crash?

Required:

Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.

outer grail
#
  1. Version is 1.20.1
  2. Curse Forge
  3. No mods, only the world and server-propreties
  4. v35.5
  5. No i havent
  6. Now the server starts no problem on another machine and when i try to join my game crashes and not the server
wispy trailBOT
solar nova
#

Hey im trying to host Better MC on a debian system. When im starting the server i need to agree to install Jabba. When i type in "I agree" it only tells me: "[ERROR] wget or curl is required to install jabba.". I made sure that i have both installed. Not sure if it make any difference but im using Crafty Controller to host.

#

yea that helped but now it tells the same error for installing server.jar but i can prolly install that manually

dim ingot
#

Hi I'm trying to host a server with essential but i say incompatible ModPack how i can fix ??

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

full hollow
#

Hey im having a problem with a server thats running betterMCplus 1.18.2.
so the game just crashes whenever we enter the end and, before it crashes my friend said he opened an ender chest and then it vanished and that started causing major freeze and lag which resulted in the server crashing. it only happens when we enter the end. any idea how to fix this?

wispy trailBOT
full hollow
#

I tried setting the tick limit to -1 as some people mentioned

#

but that didnt help

jolly bane
#

I just downloaded the serverpack and after accpenting the Euler I get an error:

primal fractal
#

Hey guys, what's the best version of Better MC if I want to do an hardcore survival with 2 or 3 friends ? Was thinking of BMC4 but maybe there is a better one ?

versed mountainBOT
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
  4. What version of the modpack are you using? (v11, v9, etc)
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash?
  6. What steps cause the crash?

Required:

Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.

jolly bane
balmy vale
#

friend cant join my ATLauncher server but another one of my friends could join just fine not sure what to do

whole inlet
# viral garden send a screenshot

This is in reply to my question the other day about The Otherside quests not completing when I have done all the requirements. Here are some screenshots showing the quest book not completing, and my inventory showing I have killed and received all the 3 items required to complete the quest. Please let me know if it is something I am doing wrong or maybe it is just a glitch.

#

Also, when I hover over the "kill a shriekworm" quest you can see it is highlighted with a blue border and it says 100% but it is not checked off, but the other ones do not say that. I am just very confused on what is happening

#

I also thought it was just a glitch with the entire questbook but I fulfilled another requirement for a random quest and it completed and was checked off just fine so I am thinking it is just the Otherside quests that are glitched

#

This is BMC4 1.20.1 too if that helps at all

late nymph
#

Anyone know any good starting seeds for this? Looking for something that’s not literally just forest and without super big structures at spawn so I actually have to explore

wispy trailBOT
#

More than 3 logs were uploaded in one message, won't upload.

crimson plume
#

Hello, I am playing in Better MC Forge v28 and I am getting this crash repeatedly:

It is the same crash, and there are reproducible steps. Unfortunetly it is caused by some dragon mod. No matter the amount of players on the server, one of my players is in an area with apparently many freeroaming dragons (which I have never saw before). Is there anyway to fix this? He does have a dragon egg on him, but hasn't spawned it. We also have spawned dragons that people ride that do not cause the crash, seems like it is just these freeroaming dragons.

We "solved" this by teleporting him away from that area, and now that area is a no go zone lol.

wispy trailBOT
wispy trailBOT
sterile parrot
#

1- Minecraft version 1.20.1
2-CurseForge
3- adding mods
4- V36
5- without crashing
guys i added some mods to BM modpack and this happed, how can i know which mod is the incompatible one?

#

these are the new added mods

wispy trailBOT
sterile parrot
wispy trailBOT
versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

radiant jay
#

and you might get issues with epicfight

#

some people do

sterile parrot
sterile parrot
tawdry forge
#

!server

versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

tawdry forge
#

Hi Guys i keep getting an error when running the batch file. it keeps saying "CMD : The term 'CMD' is not recognized" after every step

#

i run the download_graal.ps1 and download the java but when i run the batch file it says that "no suitable java installation was found"

severe gorge
#

Can i get help trying to find what mod is saying that it's incompatible

oak axle
#

can sum1 help :( anytime i try to search how to craft smth in the crafting it auto selects the right search thing and idk how to stop it

severe gorge
radiant jay
#

!ea read the full message pls

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

severe gorge
#

oooh okasy

#

Is there a way to reverse the update to the prev one, because my friends and I use essential for our server

vale temple
#

Why does the ignited bezerker not spawn in the better mincraft nether fortress after I have defeated Ignis?

crisp portal
#
  1. 1.20.1
  2. CurseForge
  3. nNo
  4. v36
  5. without crashing I cannot destory the end crystals in the church to kill the dragon. all crystals on the towers are destroyed but one appears as active still. i have tried re loading and building on top of the crystals spawn. I am also unable to switch to creative to try and remove the crystals that way.
pine stag
#

Is there any way to do multiplayer without making a server? We're on the same network

toxic night
#

I'm getting a no connection error with my friend every time we try hosting. Any fixes we can try?

#

@pine stag What you do for that without making a server is you go to settings, click network, find your IP4v address, and let your friend type it into her direction connection with no spaces. When you make your world click open to LAN, it will give you a server port. Add a : onto the end of the IP and then the port. It should let her join.

#

If it doesn't work, allow Minecraft through your firewalls in your advanced network settings; that's the typical issue there.

minor laurel
#

hey, we just restarted a server with more ram allocated, and now it won't work. This is the error message we're getting:

#

1/12 4:28:07 PM [Error] Structure Layout Optimizer (structure_layout_optimizer) has failed to load correctly
1/12 4:28:07 PM [Error] §7java.lang.StackOverflowError: null

#

it worked perfectly fine with the earlier memory, but now there's a stack overflow?

viral garden
versed mountainBOT
#

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

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

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

viral garden
#

we offer no support for old versions

viral garden
outer grail
viral garden
versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

viral garden
outer grail
#

Okay, thank you

versed mountainBOT
#

If you're having issues with your friends joining your server, your port for Minecraft may be closed.

  1. Check with https://portchecker.co/ with your IP and Minecraft's port (drop down menu) to see if it's open.

  2. If it's closed you will need to search online "How to open Minecraft port for server with (ISP Name)

Important note: a lot will allow port forwarding, but there may be some ISPs that will not allow any port forwarding. Please check online if this is the case for yours.

viral garden
#

we offer no support for old versions whatsoever

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

viral garden
#

they're both extremely incompatible, glitchy mods

versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

viral garden
#

for any reason

#

it causes major world corruption issues

#

!server just host a server normally

versed mountainBOT
#

Paid Method

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

Go here and order a plan which fits you. We suggest 1GB per player but nothing lower than 4GB as the server needs at least 3GB to run.

Go to #server-hosting for more Info!

Free Method

To host a server on your own computer, read the selfhosting guide.
This guide goes over how to install, create, and launch a free Minecraft server on all operating systems (MacOS, Linux and Windows). The guide also guides you through installing Java and optimizing your server for better performance.

If you are installing one of our older modpacks, ignore the "README" file that is included in the serverpack files, as they have outdated information.

viral garden
#

!ws or use world hosting

versed mountainBOT
#
Luna Pixel's World Sharing

Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.

To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.

It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!

We still highly suggest not to play through LAN as LAN is untested and unreliable. Using it will cause longterm damage to your world.

There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way.

versed mountainBOT
#
Luna Pixel's World Sharing

Our modpacks don't support any mods that add singleplayer hosting / world sharing because we already provide free world sharing. The 'Essential' mod is therefore incompatible.

To share your world using our own world hosting, click the 'Open to Lan' or 'Share World' button in the game menu when in a singleplayer world, and share the world.

It will give you an address, like magma-cube.mc.lunapixel.gg, which your friends can use to connect directly to your world as if it were a server!

We still highly suggest not to play through LAN as LAN is untested and unreliable. Using it will cause longterm damage to your world.

There is no reason to use LAN, as we support both paid and free methods of hosting a server the normal way.

viral garden
minor laurel
#
  1. 1.20.1
  2. CurseForge
  3. No changes
  4. v36
  5. when Structure Layout Optimizer is removed
wispy trailBOT
vale perch
viral garden
#

!alternates do a fresh install on ATL

versed mountainBOT
#

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

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

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

viral garden
versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

minor laurel
#

we didn't remove any, that mod isn't loading properly and is causing a stack overflow. The only way to get this not to stop is to remove it, but thats not a fix

#

I was just saying that removing that mod WILL let the server start, but i dont understand why it's not working now

#

with the mod installed

sand sapphire
#

better mc required me to install these new updated files like fabric and craterlib i got those installed but now its only crashing everytime i open mc

#

so i was wondering if i should just keep opening it and closing until it stops crashing

tawdry forge
# viral garden !server

I've read through the read me guide and followed the YouTube tutorial but both come up with the same issue.

viral garden
#

!alternates

versed mountainBOT
#

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

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

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

crimson plume
# viral garden v28 is VERY old. update to v36

Thanks for your help! I did try to update, but I keep getting a error that says this when I run start.sh:

nicholas@mine-deb:/var/games/minecraft/servers/Better_MC_Neoforge_1.21.1_v14$ ./start.sh
Start script generated by ServerPackCreator 7.1.6.
To change the launch settings of this server, such as JVM args / flags, Minecraft version, modloader version etc., edit the variables.txt-file.
No suitable Java installation was found on your system. Proceeding to Java installation.
Jabba only supports systems with glibc 2.32 & 2.34 onward. You have 2.28. Automated Java installation can not proceed.
DO NOT ATTEMPT TO UPDATE OR UPGRADE YOUR INSTALLED VERSION OF GLIBC! DOING SO MAY CORRUPT YOUR ENTIRE SYSTEM!
Instead, consider upgrading to a newer version of your OS. Example: In case of Ubuntu 20 LTS, consider upgrading to 22 LTS or 24 LTS.

It is not an option to update my OS right now, is there a way around this? I don't know why v28 was fine.

spice sail
#

Hi, I'm running server pack v36 on a server with GraalVM Java 21 and it always gets stuck on this part when shutting down:

[23:49:49] [Server thread/INFO] (Framework) Unloading server configs...
[23:49:49] [Server thread/INFO] (Framework) Sending config unload event for backpacked.server.toml
[23:49:49] [Server thread/INFO] (Framework) Sending config unload event for goblintraders-entities.toml
[23:49:49] [Server thread/INFO] (Framework) Finished unloading server configs
[23:49:50] [Server thread/INFO] (GenericThread) Thread Query Listener stopped

I mainly end up killing the process in the end. Is there a way to further debug this?

half tartan
#

hi

sand sapphire
#

i managed to fix it

half tartan
#

where can i found slime in bmc4?

cold pollen
#

How heavy is this modpack

#

And can you say your pc specs

#

Like not spec but what stuff it’s using

#

I’m planning on buying a pc

#

And wanna know how good it has to be

blissful merlin
#

Why when i go to the end the game crash

zenith nexus
versed mountainBOT
#
  1. What Minecraft version are you using? (1.19.2, 1.20.1, ...)
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
  3. Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
  4. What version of the modpack are you using? (v11, v9, etc)
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash?
  6. What steps cause the crash?

Required:

Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.

zenith nexus
#

got it to run smooth 30 on an old office laptop

#

not sure about the forge ver

#

since forge is known to be a bit more intense on performance

blissful merlin
spice orbit
#

can anyone tell me how to load a backup i made

cold pollen
#

Oh wait you said old mb

zenith nexus
#

It was an office laptop, they run on ancient stuff

zenith nexus
spice orbit
#

okey dokey thank you

floral walrus
#

So i downloaded Better MC and also downloaded Essential Mod from curseforge, but whenever i select the right version i get hit with this, is there a way to fix this? or do i just need to change my version for it to work. I'm trying be able to start a world with a friend of mine

versed mountainBOT
#

The Essential mod is completely incompatible with all of our modpacks, and there's no reason to use it. All of our modpacks already come with built-in, free world hosting, by clicking the "Share World' button in the Open to LAN menu. You can learn more by typing !ws in the ⁠#bots channel. You can also run type !server in the same channel to learn how to properly host a server for better performance and more flexibility. In modpacks that aren't owned by us, you can use mods such as e4mc or WorldHost to host a server completely for free without Essential's many issues and crashes and the microtransactions that they constantly bother users with. To learn more about alternatives to the Essential mod, check out this website.

floral walrus
#

Ohhhh

floral walrus
viral garden
viral garden
main falcon
#

So I added only 2 mods to the bettermc forge 1.20.1 and every single texture is pink and black. I know the mods are causing it but maybe there's a feature I can disable that will fix it?

#

I've done this before with many more mods and it's been successful. The mods are JCraft: Eyes of Ender and Satin Api Forge

viral garden
#

just remove jcraft

#

you can try an older version of jcraft i guess too

#

where did you download it from?

main falcon
#

jcrafts discord server

#

it's a jojo's bizarre adventure mod

viral garden
#

if the mod isnt on curseforge or modrinth then you really shouldnt use it

#

thats a good way to get malware

quartz pine
#

how connect ancient tome on pickaxe and sword if anvil doesn't work. Please help me guys! ⛏️

sinful lake
#

Do anyone know how to keep the crows away from wheat farms?

late nymph
#

Maybe you can make something to scare the crows? Idk

agile cradle
sinful lake
agile cradle
#

check JEI

#

or questbook

ember gale
#

Peacock fan still in the game?

nova hearth
narrow quartz
#

I just started a fresh server with BisectHosting. When I upload the world my friends and I have been using it doesn't have any of the stuff we built saved. Why would this be?

viral garden
viral garden
narrow quartz
#

I have my inventory, and all of my named mobs are still around. But any blocks that were placed or broken have been completely reset

umbral lake
#

hey i had a 8gb ram server maxed the ram out upgraded to 11 and then went to the end and maxed it out again is there a way to make it go back down ?? cause it hasn't gone down

narrow quartz
#

I've tried reuploading the world. I know it's the correct folder. I can't find anything that would cause this

viral garden
narrow quartz
#

Bisect did it for me. I chose BetterMC4 1.20.1 during the setup

narrow quartz
#

When I load the world in singleplayer everything is fine. I've just been sharing the world through LunaPixel normally. But the server just resets all the blocks. Otherwise I'm in the same place I was when we last played and I have all my inventory

lethal warren
#

Hey, stupid question I’m on my world with my partner and we’re trying to get ender pearls but we haven’t gotten any from endermen.

How do you get enderpearls if not from endermen? We’re on BMC 5 neoforge.

Sorry for the dumb question

unreal musk
agile cradle
#

!modified

versed mountainBOT
#

You are using a modified version of the modpack! This channel is only for unmodified versions that we provide. We cannot guarantee that the modpack works after you do modifications, so please go to #1061339968691257466 if you need help with an issue.

If this is a bug, please make sure to test it in an unmodified version before trying to report it.

nocturne mountain
#

what is the ammo for shotgun fist?

coarse jasper
#

is there a setting to change to turn off search to show in jei?

humble panther
#

how can i fix it

viral garden
#

its an intended feature

#

!alternates you also did not install correctly

versed mountainBOT
#

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

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

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

viral garden
#

you're missing a bunch of important files based on this screenshot

humble panther
#

I logged in with ftb launcher and my server files are up to date.

viral garden
#

it's incapable of installing files properly

trail current
#

hi im using better mc 1.20.1 on a server and i removed the waystone mod and xaeros map, whenever i start the server it crashes and gives me this "'forge', Requested by: 'structure_layout_optimizer'"

trail current
#

well im playing with some friends and we dont like waypoint mods

#

and the map i just love getting lost lol

#

is it whats causing the problem?

young brook
#

anyone wanna join me and my friends realtively new world

#

we started it 2 days ago

orchid oar
#

when i fly around the world w my dragon mount the chunks are loading slower than my speed, can installing distant horizons fix this perhaps?

humble panther
#

I logged in with ATLauncher and the problem persists.

viral garden
viral garden
#

you'd need to remove that too

viral garden
#

Please follow the performance guide to improve your game performance, as this is likely to resolve your issue.

viral garden
#

its not a problem

#

its a feature of the distraction free recipes mod

#

the issue before you were on ATLauncher is that you did not have the resourcepack that the modpack comes with

humble panther
#

Will it cause problems if I uninstall the mod?

viral garden
trail current
#

anyway i reset the server and did a fresh installation of the modpack i still get the same message

#

i downloaded the modpack from the shockbyte modpacks tab

#

my game works fine its just the server doesnt start

viral garden
#

you can contact their support or move to a different host

trail current
#

damn

#

thank you for the help anyway

unborn dome
#

Has anyone fought the Eye of The Storm boss?