#fear-nightfall

1 messages · Page 72 of 1

timber pasture
#

its herobrines signs

#

theyre bugged

trail mortar
#

even with updated drivers it still wont launch

#

Idk whats up, my computer is busted i guess

#

rlcraft runs, rebirth of the night runs. I try steampunk and fear nightfall packs and they just crash minecraft on startup.

timber pasture
#

dedicated enough ram?

trail mortar
#

i can reallocate some, how much do you have set for fear?

#

naw it still gives error code 1. With 4, 6, and 10 gb

#

Updated drivers, reinstalled minecraft, reinstalled java. Lunas pixel packs have "something" my computer does not like

weak dirge
#

hmmm

final linden
#

i think my server is running so slowly, spark dies

hasty obsidian
#

:DD

trail mortar
#

yeahhttps://paste.atlauncher.com/view/dc924fad-0593-438c-8d4f-4982f946e908

#

Thats from the atlauncher, I was trying to get the one from curseforge but forgor

weak dirge
#

so you did update your drivers right?

trail mortar
#

yes they are up to date

weak dirge
#

did you change the server icon?

trail mortar
#

no?

weak dirge
weak dirge
hasty obsidian
#

XD

trail mortar
weak dirge
# trail mortar no?

ok so for you, we need to allow your Java install to be running off of the Nvidia gpu instead of your IGPU so the way to do that is a bit silly but pretty simple

#

first things first go open ATlauncher -> settings -> minecraft/java -> screenshot the java path location and send it here to find it quickly

#

@ me when you find it

#

and send it ofc

trail mortar
weak dirge
#

well

#

thats a bit silly

hasty obsidian
trail mortar
weak dirge
#

ok rather then attempting to fuck around and find out where it places its other java do this rq and install java18 64x

#

!openjdk

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

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

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

Method i

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

Method ii

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

is this a server or what?

hasty obsidian
hasty obsidian
#

there is a server icon in the server file but

weak dirge
hasty obsidian
weak dirge
hasty obsidian
#

i know mods, default config and config do

weak dirge
#

are you transfering this to a host or what?

hasty obsidian
weak dirge
#

every folder thumbsupcat

#

folders hold the info so i always transfer them all

hasty obsidian
#

okay, so what about these

#

these are in the server pack, which idk if they go into the server host

#

it might be why it didnt work first bc of the icon thing maybe>

weak dirge
#

those you dont need

hasty obsidian
#

i see

weak dirge
#

the icon probs transfer

trail mortar
hasty obsidian
#

okay ill let u know if it works, thank you so much

trail mortar
#

so out of these suckers i assume its the 64x?

weak dirge
weak dirge
#

then the jdk or jre type's dont matter too much

trail mortar
#

k i downloaded and setup the msi for windows 64x

hasty obsidian
#

i added and replaced these folders from the server pack to the actual server, and then the server icon

azure grotto
#

is it possible to kill herobrine?

hasty obsidian
weak dirge
weak dirge
hasty obsidian
#

yes

weak dirge
#

did you delete the old stuff?

hasty obsidian
#

by old stuff are u talking about duplicate files of the mods, default configs, modernfix and config

#

if so yes

weak dirge
#

hm

#

strange

#

delete the modernfix folder and try again

hasty obsidian
#

okay

carmine hemlock
hasty obsidian
#

so delete it and add it back>

carmine hemlock
#

I can't believe this bug is still not resolved

weak dirge
carmine hemlock
#

just wasted 1 stack of bone meal wondering

weak dirge
#

i thought it was a feature not a bug

hasty obsidian
weak dirge
#

sure

hasty obsidian
#

thank you for helping me btw this job must be exhausting XD

weak dirge
#

its giving a lot more stranger errors now hmm

#

whos your host?

hasty obsidian
#

gportal

weak dirge
#

ah

#

is there any way for you to Preinstall the pack?

hasty obsidian
#

also i didnt seem to have an issue using the older versions of fear nightfall on a server but when i tried to like use the newer one and thats when it gave me errors

#

and not yet they havent added it to the list of pre modded packs

weak dirge
#

ugh thought so

#

can you try launching it on your pc to see if it works?

hasty obsidian
#

so do i add modernfix back in or just keep it out?

#

the modpack works fine

#

like singleplayer

weak dirge
#

launch the serverpack yes

hasty obsidian
#

how do i do that?

weak dirge
#

if powershell doesnt open

#

!powershell

mossy cometBOT
#

An update to windows introduced a new security feature that prevents powershell files from running on your PC. This is great for your security, but not so great for our server start scripts, which require powershell to run them. Fortunately there is a quick fix for this!

Run powershell as administrator, then run Set-ExecutionPolicy RemoteSigned. Read the prompt and press accept. This will allow us to run scripts.

Next, navigate to your server directory using cd path/to/directory (for example: cd C:\Users\Username\Documents\Minecraft\Server)

You can now run the server by double-clicking the start.ps1 file, or typing .\start.ps1 into the command line while in the directory.

IF THE ABOVE DOES NOT WORK, TRY THIS
Run the command Unblock-File -Path .\start.ps1 in the same powershell window. This will allow the start script to not be blocked by windows, and run freely.

If all else fails, a manual installation should work:
FORGE 1.16.5: https://www.youtube.com/watch?v=bIjisWyxU-8
FORGE 1.18.2: https://www.youtube.com/watch?v=R610M102X0U
FORGE 1.19.2: https://www.youtube.com/watch?v=3HD0ibIpO-A
FABRIC: https://www.youtube.com/watch?v=b2W1Xb7nLKo
Make sure to Install the Server in our ServerPacks so it can use the correct files.

weak dirge
#

also

#

where are you getting the serverpack from?

hasty obsidian
#

curseforge

weak dirge
#

web or app?

hasty obsidian
#

app

weak dirge
#

aha

#

we are getting closer to the issue

hasty obsidian
#

is that whats wrong

weak dirge
#

app breaks shit yes

hasty obsidian
#

NOO

#

thats silly

weak dirge
#

always always get from website

hasty obsidian
#

i see

weak dirge
hasty obsidian
#

okay i will try this now

#

fingers crossed

weak dirge
hasty obsidian
#

youre a life saver <333

weak dirge
hasty obsidian
#

do i put the modern fix folder into it too?

#

just making sure!

hasty obsidian
weak dirge
carmine hemlock
#

I turned on an aether portal, it said however that some magic force prevent me to do that, but the portal still lit, I guess I shouldn't go there yet? Quest locked?

hasty obsidian
weak dirge
#

ok back to the same issue sadly

#

Couldn't load server icon
java.lang.IllegalStateException: Shutdown in progress

#

did you also transfer the icon?

hasty obsidian
weak dirge
#

kk

hasty obsidian
#

still crashed, even when i replaced the icon with the one in the server pack

weak dirge
#

i hate why its crashing

hasty obsidian
#

a damn picture crashing my server 💔

weak dirge
#

for real

tawny tree
#

anyone know what mod adds the bamboo spikes

weak dirge
#

ok you have gotten far, make a ticket with your gportal staff so they fix it for you

#

i have a feeling something on their side is locking the part to make the icon work

hasty obsidian
#

what if i try using an earlier version of the modpack?

#

and yes ill do that sa well

#

as*

weak dirge
#

yeah

#

weird it doesnt work hmm

final linden
#

im trying a new solution for fixing the server, im taking the server out of the VM to launch

hasty obsidian
velvet river
#

Is there anything else?

weak dirge
hasty obsidian
bleak wharf
velvet river
#

So does anyone know?

slow bobcat
#

does this mod come with optimization mods as well for modrinth already built in when its downloaded and installed?

hasty obsidian
# weak dirge yep

this is really frusterating bc idk how to like make it stop, i even tried removing the image completely, adding the icon from the older version etc. its a very strange error.

velvet river
#

Do you know what are considered bosses for the mod?

weak dirge
slow bobcat
hasty obsidian
weak dirge
#

!alternates

mossy cometBOT
#

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

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

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

weak dirge
#

bisect has 10-20 minute ticket replies and we partner with them

hasty obsidian
hasty obsidian
hasty obsidian
weak dirge
#

they hella fast

slow bobcat
weak dirge
#

fair enough

slow bobcat
#

sometimes modrinth doesnt have a certain mod i look for and i end up using curseforge mods and just putting it in the folder and it runs fine

#

but if it comes with optimization stuff with it i'll just have to see cuz if not i dont mind putting the other mods to help just wanted to ask

#

like without the mods my pc runs the base game at 20-30 fps 😦

#

also does this work with the essential mod because I think as well that essential has voice chat with it

weak dirge
#

!ws

mossy cometBOT
#
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.

velvet river
slow bobcat
stable ginkgo
#

there still some problem can anyone fix

Running Forge checks and setup...
Generating user_jvm_args.txt from variables...
Edit JAVA_ARGS in your variables.txt. Do not edit user_jvm_args.txt directly!
Manually made changes to user_jvm_args.txt will be lost in the nether!
libraries/net/minecraftforge/forge/1.19.2-43.3.5/forge-1.19.2-43.3.5-server.jar present.
libraries/net/minecraft/server/1.19.2/server-1.19.2.jar present.
Starting server...
Minecraft version: 1.19.2
Modloader:         Forge
Modloader version: 43.3.5
Java args:         -Xmx4G -Xms4G
Java path:         java
Run Command:       java -Dlog4j2.formatMsgNoLookups=true @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19.2-43.3.5/unix_args.txt nogui
Java version:
serverstart.sh:bar 421: java:command not found
serverstart.sh:bar 78: java:command not found```
tall hawk
tall hawk
#

leaning more to 8

stable ginkgo
tall hawk
#

-xmx4G and -xms4g should both be -xmx8g -xms8g

#

did you edit this in variables.txt?

stable ginkgo
#

yes i did

#

the server crash on bar 421 and bar 78

tall hawk
#

!moreinfo

mossy cometBOT
#

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

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

stable ginkgo
#

runJavaCommand() {
"$JAVA" ${1}

#

this is bar 78

hazy sparrow
#

Does anyone know how to get vr working

tall hawk
#

oop

#

vr not vc

hazy sparrow
tall hawk
#

check pins

stable ginkgo
tall hawk
#

But if you wanna do vc, also check pins

tall hawk
stable ginkgo
#

and now its working after i bash start

#

they told me to do this

tall hawk
#

So it's working now aftering reporting a problem?

stable ginkgo
#

Running Forge checks and setup...
Generating user_jvm_args.txt from variables...
Edit JAVA_ARGS in your variables.txt. Do not edit user_jvm_args.txt directly!
Manually made changes to user_jvm_args.txt will be lost in the nether!
libraries/net/minecraftforge/forge/1.19.2-43.3.5/forge-1.19.2-43.3.5-server.jar present.
libraries/net/minecraft/server/1.19.2/server-1.19.2.jar present.
Starting server...
Minecraft version: 1.19.2
Modloader: Forge
Modloader version: 43.3.5
Java args: -Xmx4G -Xms4G
Java path: java
Run Command: java -Dlog4j2.formatMsgNoLookups=true @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19.2-43.3.5/unix_args.txt nogui
Java version:
serverstart.sh:bar 421: java:command not found
serverstart.sh:bar 78: java:command not found

#

it do this

#

java not found

#

do i need change something in this

tall hawk
#

It's still saying 4gb. what's the plan you bought and what site?

stable ginkgo
#

the server crashes on bar 421 and 78

#
  "$JAVA" ${1}
}```
#

here bar 78

#

"${JAVA}" -version

#

here 421

tall hawk
#

I don't understand that. your screenshot is saying 8 gigs now though so progress.

stable ginkgo
#
Start script generated by ServerPackCreator 5.1.11.
To change the launch settings of this server, such as JVM args / flags, Minecraft version, modloader version etc., edit the variables.txt-file.
Running Forge checks and setup...
Generating user_jvm_args.txt from variables...
Edit JAVA_ARGS in your variables.txt. Do not edit user_jvm_args.txt directly!
Manually made changes to user_jvm_args.txt will be lost in the nether!
libraries/net/minecraftforge/forge/1.19.2-43.3.5/forge-1.19.2-43.3.5-server.jar present.
libraries/net/minecraft/server/1.19.2/server-1.19.2.jar present.
Starting server...
Minecraft version: 1.19.2
Modloader:         Forge
Modloader version: 43.3.5
Java args:         -xmx8g -xms8g
Java path:         java
Run Command:       java -Dlog4j2.formatMsgNoLookups=true @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19.2-43.3.5/unix_args.txt nogui
Java version:
serverstart.sh:bar 421: java:command not found
serverstart.sh:bar 78: java:command not found
Exiting...```
tall hawk
#

could you not use the serverpack on curseforge?

stable ginkgo
#

the problem is on java variable

stable ginkgo
tall hawk
#

what version of java are you running?

stable ginkgo
#

the server website gave me a 1.19.2 server

#

and i just copy whole server pack in

tall hawk
#

Can you check what version of java they are running it on?

#

Yeah that's the MC version you're running. Java would show like 1.8, 17, 18 etc

stable ginkgo
#

umm

#

where do i check that

tall hawk
#

What site you hosting from?

stable ginkgo
#

some random china website

#

they are cheap

#

do i need download java my self

tall hawk
#

May be why you're having problems,

#

No you should have an option somewhere in your console to switch it, but if it's a cheap site you may not be getting bang for your buck if it's not able to run at all

#

It may be good to cancel and get your money back and either go through someone like bisect or self hosting onto your computer

stable ginkgo
#

there should be a option to get the java thing

#

i can create a java serer

tall hawk
#

!server

mossy cometBOT
#

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

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

Go to #server-hosting for more Info!

Free Method: (This is hosting on your own PC, which is harder to do so we suggest getting a server via Bisect Hosting)

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

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

slow bobcat
#

why is there so many creepers and silver fish?

#

they constantly keep spawning

#

making my fps drop XD

stable ginkgo
#

i dont think they installed java for me

tall hawk
#

18

#

!openjdk

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

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

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

Method i

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

Method ii

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

lol literally on my first night i saw one silver fish and then they constantly kept spawing

#

also that will kill my fps even more XD

#

is there a fix for that or somethin?

carmine hemlock
slow bobcat
#

It’s in settings it’s not a key bind

carmine hemlock
#

ty

slow bobcat
#

When you go into video, on the bottom tab, it’ll show a show fps option

carmine hemlock
#

got it, low sanity 😦

slow bobcat
#

Lol what are your specs?

carmine hemlock
#

playing in 1440p tho

slow bobcat
#

Geez my cpu is bad

carmine hemlock
#

the shader is very performance hungry tho

#

disabling it turns my fps into 400+

slow bobcat
#

Yeah maybe change the setting a bit

tall hawk
#

yeah it can be, but you can modify settings to fit your needs

silver hill
carmine hemlock
#

anything above 100 is 100% playable tho

slow bobcat
#

The shader settings it can help

carmine hemlock
#

default settings from the modpack

silver hill
#

i get over 400 fps with insanity and my gpu is similar to yours in performance

carmine hemlock
silver hill
carmine hemlock
#

unless it's the shader's name

tall hawk
#

you on integrated or your actual gpu?

silver hill
carmine hemlock
tall hawk
#

!fps

carmine hemlock
# tall hawk !fps

done already, 10gb allocated to the game, using optimized args and shenandoah GC

#

tried many different settings and I always get around the same fps

silver hill
#

for reference I had around almost 200 fps with my 3060 using the shader on FN

carmine hemlock
#

what resolution?

silver hill
#

maybe your gpu is overheating?

silver hill
carmine hemlock
silver hill
#

send a screenshot of the debug menu (F3)

carmine hemlock
silver hill
#

yeah your gpu is at half the usage

#

something is limiting it

tall hawk
#

You got anything else running at the same time?

silver hill
#

close all programs you have running in the background, keep in mind that some wallpapers from wallpaper engine can be hesvy on the gpu, in case you use that program

carmine hemlock
carmine hemlock
tall hawk
#

check your task manager just to be safe

#

Crap likes to sneak open all the time on computers

carmine hemlock
#

it's kinda a fresh install

silver hill
#

i’d personally do a scan then, you’re definitely not CPU bound because that cpu should be able to run hundreds of fps easily, the gpu is just being limited for some reason

carmine hemlock
#

from a few days ago

#

GPU always stays at around 50%, cpu at 10%

#

with this modpack

silver hill
#

this might be a bit weird but allocate more ram if you can

carmine hemlock
#

I don't care anyway, I won't really see the difference between 140 and 300fps

silver hill
#

this is in fact good for your gpu because it’s not running at its max potential

tall hawk
#

Still helpful to figure out what's causing it in case there are issues for other things

carmine hemlock
#

I have a 165hz monitor but it's fine at 130-140fps

carmine hemlock
#

if that helps

#

maybe something wrong with the oculus mod? I have a vr headset but it's not plugged in rn

#

my gpu usage is higher on BMC2 fabric modpack for example

silver hill
#

it's vivecraft the one that handles VR stuff

carmine hemlock
#

interesting name choice

silver hill
#

yeah it's pretty weird, the logo is also the one from oculus lol

#

havent checked on fear nightfall but yea, 500 fps for me and my gpu (RX 7800XT) is pretty similar to the 4070

#

will run FN now to see if it's a thing with the modpack

stable ginkgo
tall hawk
#

!server

mossy cometBOT
#

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

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

Go to #server-hosting for more Info!

Free Method: (This is hosting on your own PC, which is harder to do so we suggest getting a server via Bisect Hosting)

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

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

weak dirge
snow linden
#

what mod is for the zombies with items?

#

the fishing is too broken

carmine hemlock
#

how do you de-aggro animals?

#

without killing them

weak dirge
shell adder
#

which forge version is required for latest fear modpack?

#

guys tell me

shell adder
#

I WANT TO MAKE A SERVER

shell adder
weak dirge
shell adder
#

i am using it

weak dirge
#

it’s inside the variables text

#

i don’t remember the versions of forge for all of the packs except a few

shell adder
#

ok thx

weak dirge
#

or you can just use the forge version curseforge says

carmine hemlock
#

uh i downloaded the mod but it download as a zip

#

what do i do

#

?

#

can someone help me?

cunning ibex
#

can someone help me

#

i died in the nether and i cant get back cus monsters are camping on my body

weak dirge
carmine hemlock
weak dirge
#

use a modded launcher

#

!alternates

mossy cometBOT
#

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

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

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

carmine hemlock
#

uh ok

weak dirge
sleek briar
#

Turn the World to peaceful (if Cheats are enabled) and get your stuff...?

tender blaze
low delta
#

what is the effects of have low sanity? other than the red edges

torpid socket
#

@low delta what do you like about it much I'm thinking to try it

carmine hemlock
#

I struggle to find goats, also, is there an easy way to bring mobs back home? If I need to walk 1000 blocks to find 2 goats, it's gonna be really painful to take them back home with the night

buoyant stump
#

what does this particle in front of my base mean?

misty marten
#

#voice

weak dirge
#

?

misty marten
#

sorry

#

how can i setup the voice chat on my server

weak dirge
#

pinned messages

misty marten
#

thx

#

i cant find voicechat-server.properties

deep wolf
#

the brain icon is crossed out do i need to worry about it

#

?

silver hill
deep wolf
#

ok thanks

rigid drift
#

Alright, gonna give this a shot now, any tips for the beginning? i have 0 knowledge as to what to expect.

rough loom
#

i could give you one of the more optimal ways to begin but thats prob not as fun as just playing and figuring everything out yourself

rigid drift
#

alright then, time to get jumpscared out of my human shell

slow bobcat
sleek briar
final linden
#

is there any creature/night effect that gives you darkness when you are on the surface of the world?

rose current
#

I can't open the mod

#

Like, the launcher will open up, and I can click play

#

the game will open, and start loading me in

#

but I can't even get to the title screen before it crashes, launcher opens again, and gives me exit code 6

mossy cometBOT
#

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

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

rose current
#

1: No, I just downloaded it.
2: Curseforge.
3: it says 1.19.2
4: v12.
5: Just opening the launcher and clicking play, then letting the game pop up, and letting the white bar below Mojang fill up. It immediately crashes.
6: No, I have not.
7: The file is attached to this.
8: No, I have not yet.

final linden
#

does anyone know the mod that lets you see what you're looking at? ie blocks, mobs

west badger
#

Jade should be the name

final linden
#

tyty i can see it again, it somehow turnt off

west badger
#

oh yeah i think theres a bind that toggles it

#

dont remember the bind off the top of my head but you should be able to see it in keybinds

#

or you could pop open the jade config from the mods menu screen and toggle it back on that way

final linden
#

yee

dark magnet
#

whats up with the infected diamonds?

slow bobcat
forest slate
#

anyone got a public server?

hasty obsidian
# weak dirge made a ticket with them?

I fixed it myself. gportal said they didnt know anything ab custom modpacks so. all i had to do was recrop the fear nightfall icon to 64-64 bits, and change it to a jpg NOT png and upload the server-icon.JPG. Im letting u guys know this so u can fix it in the future XD now my server works

final linden
hasty obsidian
weak dirge
weak dirge
hasty obsidian
#

Im def switching when my subscription runs out XD

weak dirge
#

how much are you paying + how much ram?

hasty obsidian
#

9gb ram, and ill have to get an estimate bc right now im not paying anything bc they owed me credits for a server they broke lol, i run other game servers for friends and have used them for years so they give me a major discount also

#

ill check real quick

weak dirge
#

sure

#

i wonder why they give discounts :3

hasty obsidian
weak dirge
hasty obsidian
weak dirge
weak dirge
#

just so yk, their premium and budget plans have the same specs just different benefits

#

here is the difference

hasty obsidian
#

it worked for like5min

#

and then boom

#

le crash

weak dirge
#
[26Feb2024 15:29:53.580] [VoiceChatServerThread/ERROR] [voicechat/]: [voicechat] Voice chat server error```
#

this is the other issue it was having

hasty obsidian
#

hmmm

#

idk what that means

#

im guessing it has to do with the vc mod

weak dirge
#

go inside voicechat-server.properties and change the port to a different number

weak dirge
#

and this issue is something mainly the hosts need to fix ugh

weak dirge
hasty obsidian
#

btw with the discount its ab $9.45 a month lol

weak dirge
#

yeah thats pretty cheap

#

for bisect 9gb would be $26

#

personally, i just run 8gb and it works on anything im_milk_shrug_idk

#

which is $24

#

$3 per 1 gb

hasty obsidian
#

interesting ill have to check it out

#

hopegully i can get this to work XD

weak dirge
#

hope too

vague dock
#

can someone play this mod wit me im too scared to do it alone

vague dock
#

yay!

crimson mountain
#

can somebody eplxain how to play in vr pls ?

#

i dont understand how to play in vr

weak dirge
final linden
#

i think the reason my server has been laggy, is because its running on HDD in a VM rather than SSD outside of VM

crimson mountain
#

umm is it normal i cant take anything in my inventory

#

when im in my inventory or even when i go to setting i cant touch any buttons

#

how ?

hasty obsidian
weak dirge
#

ggs!

hasty obsidian
#

:DD

#

thank u for your help btw!! im gonna send u a kofi

weak dirge
#

👀

#

you dont need to haha

#

but if you wish i wont stop it yes

red prairie
#

What is the name of the mod that prevents you from sleeping

weak dirge
#

thats the whole thing of the pack, to not sleep at night

red prairie
weak dirge
#

what pack are you making?

red prairie
#

one for myself

weak dirge
#

mmm okie

#

not exactly sure what is it

#

let me check

#

hmm really not sure

red prairie
#

the mod pack im making is effectively a lite version of Fear Nightfall. adds some new stuff, removes a lot of other things i dont even focus on

#

like The Man from the Fog

weak dirge
#

hopefully you arent posting this on curseforge yes

red prairie
#

im not dw

weak dirge
red prairie
#

tbh ididnt even know i could post it on curseforge

weak dirge
#

best not to tbh

#

if its pretty close/ similar to fear nightfall copy right claim will be given

red prairie
#

is it really that uncommon for people to make their own modpacks?

weak dirge
#

to be honest, Yes in this age

#

there have been a Lot of copy cats to fear nightfall

red prairie
weak dirge
#

i wish

#

some people are greedy

red prairie
#

you want to know why im making my own version of it (for personal use)

weak dirge
#

sure

red prairie
#

it's too easy

weak dirge
#

haha

#

you arent the only one like that here

red prairie
#

im serious

weak dirge
#

i know

#

ive had other users tell me that a lot

red prairie
#

bamboo spike trench + panic box to run from jeff + house with layers = gg

#

now, if you add him:man_angry

weak dirge
#

now thats a face

red prairie
#

now we have a challenge

#

it actually just got a big update

#

i think the only time ive died during fear nightfall was when i drowned once Kekw

hasty obsidian
#

so u cant sleep at all in this modpack? /question

#

XD

#

its fun

red prairie
hasty obsidian
red prairie
#

its awful at first because Jeff the Killer attacks you in your home

hasty obsidian
#

yeah my brotehr keeps trying to sleep

#

and we keep dying to jeff

bleak wharf
#

“Easy” did you play it on hardcore? :p

red prairie
#

its not that hard to stay alive

#

in vanilla mc, i can get netherite gear in 30 minutes

#

in fear nightfall, i had netherite armor before night even came

#

for now i shall keep looking

#

ITS DUSK

#

also im suprised that Fear Nightfall doesnt have Apotheosis

bleak wharf
#

I dont see how adding one mob is going to drastically make it so much harder. When youd still beable to do the same thing as you claimed made this modpack easy. Only way you could make it harder* would be to disable trapdoors/spikes/blast proof blocks etc

#

Ive never been in a pack with man from the fog but isnt it basically the same as dweller?

red prairie
#

not real difficulty

#

adding mobs is a real difficulty increase. restricting your self is just called a handicap

final linden
bleak wharf
#

I mean sure adding more mobs would make it harderr but you can still just hide in an impenetrable base to negate it, even then once you get prot 4 netherite + gear majority of mobs arnt going to be an issue

#

Why do i keep saying easier.. jesus

red prairie
#

i thought i was safe until a creeper blew up outside my house

bleak wharf
#

Only way to increase the difficulty would be to take away thing that make the player a god no?

red prairie
#

and let EVERYTHING in

final linden
#

mobs keep brekaing in through my floor

bleak wharf
#

Ya but you can negate that with a bucket of water

final linden
#

idk how, can they dig blocks?

bleak wharf
#

Or blast proof blocks

red prairie
final linden
#

can zombies dig underground?

bleak wharf
#

Obsidian, Black argillite, leaded concrete

red prairie
#

(i built a tree house to avoid this issue)

bleak wharf
#

some of the steel blocks

#

You can mine black argillite from the ground with stone tools I believe

#

Easiest option

#

But you can also just put 1 bucket of water over a lava cast base and be invulnerable also

red prairie
#

hopefully the block doesnt look ass

bleak wharf
#

My starter bases is jsut a 3x3 with a bucket of water

red prairie
#

💀

bleak wharf
#

Well ya

#

You get there eventually

#

Majority of players dont speed run

red prairie
#

i usally go nomadic until i get diamond armror and tools minimum

#

then i speed run making a cool house

bleak wharf
#

I do the same thats why I just do the 3x3 with water to survive the night and then move on

#

Playing hardcore, I also just keep everything I own on me.

#

Backpacks and coffers are gg

red prairie
#

im not a fan of the backpack mod they put in this

bleak wharf
#

Ya its not that great but it makes due

red prairie
#

i swapped it out for sophisticated backpacks

jolly bear
#

does the spore mobs dont evolve?

#

do*

#

idk i don't speak english

final linden
#

i am a firm herobrine non-believer

molten lance
#

Is there a better way to get ghast tears? I've killed 3 so far and received nothing but air

jolly bear
#

How do Spore mobs evolve?

#

they need to attack other mobs is that right? but I only see them attack me and my friends

echo scarab
hasty obsidian
#

does anyone know why the leg spike item is disabled when you try to put it in your inventory?

#

I killed whatever dropped it in survival

#

but i cant pick it up

#

at all

half robin
#

yoo im new here just downloaded the mod, but i am having some fps problems, got anytips

jolly bear
hasty obsidian
old cradle
#

Can pickaxe zombies mine obsidian?

final linden
echo scarab
kindred temple
#

hey guys whats the command to add someone to my team

tall hawk
kindred temple
#

bro amazing thank you so much

final linden
#

is there any way / mods to find a body when they die?

tribal trellis
#

hello guys, i need help to know to how to put the modpack in my minecraft launcher to play alone. i have installed this modpack from curseforge and I'm lost. someone can help me?

hybrid scarabBOT
normal oracle
#

Is Spore bug on the modpack? the mobs isn't evolve

floral quartz
#

is there a wiki for this mod pack

topaz sundial
#

Just had a question: What mod has the rocket/leaping creepers?

#

I have found LITERALLY nothing online and amd curious as to why creepers can suddenly rocket themselves at your base, and up to 20 blocks in the air.

#

Does anyone have anything on this?

ionic jackal
#

Someone know some Tips or Tricks to stay Sane?

topaz sundial
#

Stay within about 3 blocks of one and you'll regain quite a bit in a short period.

#

Also, stay fed, and away from mobs, and you should be fine.

carmine hemlock
#

is there a way to teleport in this pack? I'm too far away from any swamp biome so I'm stuck because I can't get slimeballs

buoyant stump
#

i think

topaz sundial
buoyant stump
#

Mod Config ingame

#

@topaz sundial

rigid drift
#

Im fine with creepers exploding when you get to close to them or when other mobs attack them, but we had em blow up randomly next to our base

#

They quite literally bombed themselves under our cave house and went kamikaze down there

woven verge
rigid drift
#

need to turn that off asap

woven verge
#

But them blowing up randomly is probably "Walking Fuse Chance"

rigid drift
#

whats the difference XD

#

like i can kinda guess what it is but..

#

they are both equally dangerous

jade ocean
#

Hello! Im getting slowness IV constantly in Fear Nightfall and idk how to get rid of it, nothing works for me

jade ocean
#

hhahahaah omg i just asked him he is new to mc

#

bruh i had this shit for a hour almost lost the plot

#

thx!

earnest plank
#

Hey guys!
Quick question, maybe someone had same issue
Installed the modpack, set up a server had perfrect maybe like 20 hours of gameplay (maybe even more)
And now I keep having issues with server lagging
Constantly throws "Can't keep up..."
Allocated more/less ram (from like 8-16 gb) that didn't do the trick
Passed all 9 rings of "debugging" using Spark/Forge but I'm not really good at it :/

mossy cometBOT
#

Please click this link and follow the guide. If you are using a server host such as Bisect, you may be limited in your options and instead have a checkbox to use Aikar's Flags, which will also work:
https://github.com/Mukul1127/Minecraft-Performance-Flags-Benchmarks
If you can not launch your server/game after using these flags, then remove the word java from the start. Also, make sure you are using Java 18 on 1.18.2 / 1.19.2 and Java 11 on 1.16.5. These should be downloaded from Adoptium's website.

If lag persists, run the following command ingame:
/spark profiler start --only-ticks-over 50
Then, send the link in this channel. If the profiler command doesn't work, put this mod in your servers mod folder

earnest plank
final linden
#

can herobrine take stuff from chests?

timber pasture
bleak comet
#

I'm having problems with the simple voice chat

#

No matter what we do we can't seem to get it to work. We tried the pluggin, even changing the specific type of Voice chat mod in the Files from Fabric VC enabled and Forge VC disabled to the opposites and still nothing

weak dirge
#

pinned messages

agile pond
#

I'm having a lot of FPS problems. I've tried both curseforge and ATLauncher, as well as following the steps from the performance guide. Ive tried anywhere from 8gb - 12gb allocated. Can't seem to get anything higher than 15FPS. I have 16gb of ram, 4060, and i7-9, so im not sure what else to do. Ive also updated drivers, uninstalled and reinstalled the modpack muliple times. any tips?

agile pond
#

yes, on a laptop

weak dirge
#

try this

agile pond
#

will report back 🫡

weak dirge
fresh pulsar
#

how would i get my vr to work on fear nightfall??

weak dirge
#

pinned messages

agile pond
weak dirge
#

ggs

deft gazelle
#

guys, how I enter in the backroons?

weak dirge
#

there isnt any?

deft gazelle
#

bruh
I saw some guys saying they had, srry

weak dirge
#

all good

pale shell
#

anyone else struggle to put signs on chests? i try to crouch and right click but it just opens up the chest

foggy pelican
#

hello does anyone know how to make it so i can /summon cause i wanna see each mob (specifically nekoarc and william afton) but even in a creative world with cheats on everytime i /summon boh:nekoarc i hear her voiceline but nothing summons. does anyone know how to fix please?

weak dirge
#

the character vanishs if you are too close, try summoning in spectator or further away from you

foggy pelican
#

most of the Box of horror mobs wont spawn

#

only jeff the killer when you try to sleep

weak dirge
#

sad

molten charm
#

lol, a monster hunter want to buy me the dragon egg for 60 block of ruby

#

why is there a symbol of sound disable in the corner of my screen ?

#

waiting aknowledgment

#

all my sound features are working well so i don't understand what it is

bleak wharf
#

Its for voice chat

#

Hit V and it might bring up a popup that you can make that not be there

molten charm
#

ok thks

#

some one know how i can produce ancient tomes to exchange it to librarian for better ones, there is no hint about it in JEI

#

is there a link with ancient manuscript ?

sick socket
#

One of my friends is having an issue where they get to the minecraft launcher through curseforge before it eventually throws up the error "Could not create the Java Virtual Machine."

#

Can anyone help us solve this

left hatch
#

how do i get it on vr agian?

crisp sparrow
molten charm
#

please, someone know how to produce ancient tomes to exchange for better ones to the librarians, nothing is found in the JEI or anywhere else

foggy pelican
crisp sparrow
foggy pelican
#

i add this to fear nightfall?

crisp sparrow
#

No it's built in

#

I'm guessing this is what stops certain things from spawning

#

And it would probably break other stuff if you removed it

foggy pelican
#

unfortunate :(

#

is there a way to tweak the spawn rules for it?

#

i found its coded so BOH creatures can only be spawed at night

final linden
#

does anyone know if theres multiple herobrine mods in the pack?

crisp sparrow
crisp sparrow
final linden
#

there was a girl appearing around, none of herobrines models from From the fog

wicked pelican
#

how to spawn sons of sins &

gilded dock
#

Hello, how optimized is the fear nightfall modpack?

crisp sparrow
tall hawk
#

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

#

Xing said drink water

mighty gorge
#

what launcher are you using

#

!cracked

mossy cometBOT
#

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.

autumn iceBOT
#
Ban Result:

activity Reason: appeal with proof that you own Minecrat
trustedAdmin Moderator: @mighty gorgewhitelistUserupvoter

Banned:

spacesuccess cindermaniac [837364188623667200]

carmine plinth
#

When I try to open the modpack it gives me this error...
I'm on Mac OS... How can I solve this?

rigid drift
#

#Breaching creepers will try to open an hole in the wall to let mobs in.
#Range: 0.0 ~ 1.0

#

how are those different from creepers who ignore walls

carmine hemlock
#

hello can you heal yourself when ur hurt or smthngs like that ?

weak dirge
rigid drift
#

but why is there 2 diff options then.. wait hang on

weak dirge
#

!macjdk

mossy cometBOT
#

Moon For Mac devices using Apple Silicon/arm (M1/M2/etc.) CPUs

There is an issue with Java 17.0.8 and newer where you may experience "A fatal error has been detected by the Java Runtime Environment", which can cause the Java runtime to crash under a variety of circumstances. To resolve this:

  1. Install the Zulu JDK 17.0.1+12 arm64 build of Java:
    Direct download: https://www.azul.com/core-post-download/?endpoint=zulu&uuid=7eb8ee44-ab7f-4afb-9e42-32bd76416400
  2. Download/Install ATLauncher or Prism Launcher (CurseForge Launcher is known to cause issues)
  3. In Instance settings > Java, manually specify the following Java path: /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home
  4. If using ATLauncher, Disable "Use Minecraft-bundled JDK"
  5. Launch the game
weak dirge
#

!alternates

mossy cometBOT
#

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

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

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

rigid drift
#
        #Range: 0.0 ~ 1.0
        "Ignore Walls Chance" = 0.0```


```        #Breaching creepers will try to open an hole in the wall to let mobs in.
        #Range: 0.0 ~ 1.0
        "Breach Chance" = 0.075```

so those are the same?
weak dirge
#

they aren’t the same

#

one will specifically target walls to explode and the other you to explode

rigid drift
#

hmnm

#

wonder how the second one behaves

rigid drift
#

eat?

#

food?

#

natural regen is on, you heal just like in vanilla

carmine hemlock
#

bc a creeper explode on me and i lost blood

#

but i don't regen i think

rigid drift
#

what

carmine hemlock
# rigid drift *what*

a creeper exploded next to me and I took damage and I'm losing blood I would like to know if I could regenerate my HP

rigid drift
#

Well i just eat

#

And regen

carmine hemlock
#

ok thnkss bro im so stupid ahah

sullen vale
#

Can anyone tell me the name of the texture please?

shut maple
#

why wont my iron farm make golems? the villagers are scared but nothing comes up also zombies dont sit on boat

rigid drift
#

just go mining, it's not like there's something waiting for you in the caves..

kindred prism
#

lol

rigid drift
#

where's the Voicechat.properties file located?

#

we can't find it on the server

#

there is no voicechat folder anywhere, just a voicechat-client.toml saying the config has been moved

molten charm
#

is there a way to produce some ancient tomes so i can trade it with villagers ? nothing is said ine the JEI

sleek briar
velvet hollow
#

why i get some errors when launching server? like these. they are not critical, but some features might be not working

sleek briar
#

So.. the VC does not even initialize enough to create the file..?

#

nevermind I'm a moron

rigid drift
#

Seems like it? idk tbh, the mod is installed though.

We're using bisect if that matters

sleek briar
#

config/voicechat/voicechat-server.properties

#

sorry, I had them a bit confused

rigid drift
#

That's where we've looked aswell, there is no voicechat folder anywhere

velvet hollow
sleek briar
#

Are you sure you used the Server Pack? Not the Client..

rigid drift
#

We installed through bisect so, i'd assume so

sleek briar
#

Well, I never used Bisect but I did hear that quite often VC will have issues with them and you need to make a Ticket.

But this is just by going by past Requests here

rigid drift
#

hmm

#

that's unfortunate

sleek briar
#

I mean, I can give you my subfolder but I am not sure how much it will help you

rigid drift
#

We can give it a shot at least

#

let's see if it works

sleek briar
#

alright, gimme a moment..

rigid drift
#

just drop the Voicechat folder into /configs ?

sleek briar
#

yup

rigid drift
#

got it, will try

sleek briar
prime trench
#

hey im in the steampunk chat too but i have the same issue w fear nightfall, it keeps crashing lol

rigid drift
#

so the crossed thing over the sanity means voicechat isn't configured, right?

sleek briar
#

It means it's not connected to it..

rigid drift
#

need to add the port and then it should hopefully work

sleek briar
#

if it loaded correctly can be seen in your Console friend

rigid drift
#

wait hang on

#

just to make sure im not going crazy i checked the mods and found this

#

voicechat-forge-1.19.2-2.4.30.jar.disabled

sleek briar
#

better rename that xD

#

Hahahah

#

Bisect is special.. that is for sure..

molten charm
#

Zombies cavern are so insane haha, hard to progress inside, you have any tips ?

velvet hollow
rigid drift
#

port needs to be the server port, right?

weak dirge
#

yes

rigid drift
#

so 25565? gotcha

molten charm
rigid drift
#

mobs also have a hard time to pathfind through bamboo

pliant musk
rigid drift
#

also bamboo traps don't start burning

pliant musk
#

does that make sense?

rigid drift
#

aye, it does

#

this explains why creepers starting bombing away at our bamboo wall

molten charm
#

bamboo spike traps don't burn ?

#

never tried

rigid drift
#

yup, they do not burn

prime trench
#

Ok I figure there isn’t a solution to my issue then

mossy cometBOT
#

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

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

prime trench
#

Yeah I did follow the guide in the faq, no I haven’t modified it, I’ve tried to use both cursedorge and ATLlauncher, and the crash happens when it’s trying to launch

pliant musk
#

hey idk if you can read properly or not

#

but the first sentence in the bot response says you need to answer all 8 questions

molten charm
#

Wt*, something turned my normal torche into redstone torches in my mine

rigid drift
#

Voicechat works now, tyvm.

prime trench
pliant musk
molten charm
#

@pliant musk you know something aboutr that

pliant musk
prime trench
molten charm
pliant musk
#

geez

pliant musk
#

it won't happen to all your torches though

molten charm
prime trench
#

and id love help, just like, not ur help, ig LOL

molten charm
#

i found a structure at the end of the torches way, killed a monster with fallen chaos in the name

#

didn't noticed all the name, was to busy not to die

#

this place is hell

#

never seen monsters, incredible amount of creepers

molten charm
rigid drift
#

we decided to add a minimap, it doesn't show entities or other players at all

molten charm
#

how do you activate this minimap ?

carmine hemlock
#

hi

#

what the name of this shitty mod ?

sullen vale
rigid drift
sullen vale
#

@rigid drift Can you tell me the name of the texture my brother

iron fjord
#

if you are talking about that minimap, thats just xaero's minimap? 🤔

#

its a client side mod, anyone could install that

bleak wharf
carmine hemlock
#

thank you

novel saffron
#

How much ram would a server take to run fear nightfall?

weak dirge
velvet hollow
#

is there any localizations of ftbquests or another mods?

magic yarrow
#

is there a full mod list for fear nightfall

novel saffron
#

Probably like 5-6

magic yarrow
#

nvm found it

weak dirge
#

8 should be good

#

9 at most

earnest plank
#

Hey @weak dirge
Sorry to bother, I guess I need your help again
Yesterday I've messaged about server constantly dropping "Can't keep up" issue
I've followed the guide you've sent me (related to tps and java args)
I believe that helped in some good way, spark's profiler now gives better results on server thread but issue still present
Any possible additional suggestions here?😅

weak dirge
#

mind giving another spark report?

earnest plank
weak dirge
#

uh

earnest plank
#

Ugh, give me a moment please, I'll start the server and make you a fresh one

weak dirge
#

no worries

rigid drift
#

Magrove roots are a real Big brain idea for creepers

#

We dediced to build an underground base and surround an area with mangrove roots and waterlogged them

#

now creepers can't get in anymore and the only semi big problem we still face are spiders

earnest plank
weak dirge
#

looks pretty fine right now

#

wait

#

huh

#

you have 2 Xmx amounts

#

1 is 10gb other is 7gb

earnest plank
#

Let me check, possibly I'm adding my own arg to server provider's preset ones

#

Yep, my arg is the 7gb one
So I believe 10gb one is preset arg by server provider

weak dirge
#

hm

#

not really any lag on that report ngl

#

cant check too well hmm

runic ridge
#

does anyone know how to fight herobrine again? I can't seem to summon him after clearing him

earnest plank
#

I've tried digging into the server thread here
MinecraftServer.waitUntilNextTick() takes way to much time
And if I go down the line it's related to entities (pig, sheep, chicken, hexerei crow, bees) but I've cleared out all passive mobs in my base and they still somehow manage to get into the thread

Image example of server just sitting there spamming ;/

#

And I guess knowing my luck here, there is just a tiny little thingy that causes all of this🥲

#

@weak dirge
Quick last question, just from your experience
If I'll just start new world, there is less chance that this issue might happen again?
Or no idea😅

weak dirge
#

id suggest using servercore mod to fix some issues

rigid drift
#

anyone else experiencing worldgen lags? Tps is stable at 20, all the time but the chunks just won't load properly

earnest plank
#

I've had such issue, check the console logs
We've been travelling a bit and hit some kind of biome/chunks that cause tons of lags and world load
Console was just spamming errors about blocks

earnest plank
weak dirge
#

np

weak dirge
#

!pregen

mossy cometBOT
#

Noob explains how to Pre Generate your Minecraft World.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
➔ Modpack: https://www.curseforge.com/minecraft/modpacks/better-minecraft-modpack
➔ Discord: https://discord.com/invite/9S5tfrY4Fr
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
➔ Want a Server?
BisectHosting: https://www.bisecthosting.com/LunaPixel
Use the code "LunaPixel" t...

▶ Play video
weak dirge
#

you too @rigid drift

rigid drift
#

we had a bunch of those
[28.02 20:58:55] [Server] [Server thread/WARN] [minecraft/ServerLevel]: Tried to add entity born_in_chaos_v1:corpse_fish but it was marked as removed already

but other than those the console is clear

elder sequoia
#

yo i got a question about bisect hosting

rigid drift
#

the thing is, a pregen wouldn't solve our problem, we had similar problems on prominence after pregening for 3 days.

#

no clue what's causing it

#

i don't have such issues in singleplayer i think, only on servers.

elder sequoia
#

if i wanted to get a server with this modpack -fear-nightfall which server size would i have to buy

#

like 3 gb- 5gb

rigid drift
#

depends on the amount of people you will have online at a time

#

the more people, the more ram you will need

elder sequoia
#

4-5

#

so since i have that little of ppl could i just get the 3 gb

rigid drift
#

3gbs of ram wouldn't even be enough to run the server with 1 person

#

even vanilla mc needs more than that nowadays

elder sequoia
#

so with fearfall i would need to buy the 5 gb?

weak dirge
#

for 4-5 players

elder sequoia
#

bet

runic ridge
#

did you ever get an answer for this

carmine hemlock
#

how to setup voice chat

weak dirge
#

pinned messages

hollow olive
runic ridge
#

Alr thanks

valid nexus
#

My Friend cant open chests but can do everything else. Is there a solution to this?

bleak wharf
#

Is there a block above the chest? 🤔

valid nexus
#

no it does the sound and animation but he cant access the inventory

bleak wharf
#

Not sure, may try reconnecting?

valid nexus
#

We tried that as well as restarting the server

#

We dont think it is lag since he is fine everywhere else

bleak wharf
#

"everywhere else" wutcha mean by that

#

Do you have some kinda claim feature

valid nexus
#

there is the ftb teams but he is the party leader

bleak wharf
#

idk mang I havnt ran into that problem before :x

#

Have you googled it?

lilac wraith
#

yes we have...

valid nexus
#

ya but they all say it is lag and that comes with problems with blocks, doors, and inventory screens but he has no problem with any of those

#

just chests

bleak wharf
#

Did you guys add ftb teams?

#

I know theres some kinda party system already in the modpack

valid nexus
#

we used the party system in the game

bleak wharf
#

ah

#

Theres a few other ppl it seems who have had the problem if you search in discord "cant open chests". Might send em a dm to see if they figured it out?

glacial lance
#

for startting a new wworld is there any thing i need to do?

carmine hemlock
#

Any servers for this?

humble girder
#

Someone mind telling me what mod it is that does the out of screen inventory stuff? I remember it being the reason you can't shift-place things onto stuff like chests, but I don't remember what mod did it.

molten charm
#

something is pulling me toward the bottom of the water

#

i can barely climb back in my water elevator

humble girder
#

Thank you.

carmine hemlock
#

How come I can't update the mods on the pack? When I do, it gives me error code 1 and just says something along the lines of "we're sorry you're game crashed"

weak dirge
carmine hemlock
#

Y

weak dirge
#

it breaks the pack as it was made for THAT specific version aka old versions of mods, if the pack works fine without the update DONT update it

carmine hemlock
#

Okay

#

If I were to put the mods in a different modpack, like my own custom created one on curseforge, would i be able to update them then? It's a long process but it's making me crazy seeing the update button there

tall hawk
#

Still likely not as you have to make sure things line up just right

weak dirge
#

^

#

if you update mods more incompatabilites can happen

carmine hemlock
#

I've witnessed that already

weak dirge
#

yep

humble girder
#

Is it the modpack that you're updating or individual mods?

weak dirge
#

individual mods

tall hawk
#

It's best just to update when the modpack itself updates. As individual mods may change requirements like a later modloader version or other mod that isn't in the pack yet

carmine hemlock
#

When can we expect the next fear nightfall update, if anyone knows?

tall hawk
#

Just whenever the dev is ready.

#

Sharkie has been taking a break due to burnout

carmine hemlock
#

Understandable

#

Alright, thanks for the help.

carmine hemlock
#

Mods*

humble girder
#

I didn't know there was a thing that popped up for that when a newer version is detected.

echo scarab
#

Anyone else try the hammer

molten charm
#

what is the effect of undertaker enchantment, nothing on google

jaunty jolt
#

uh

#

for some reason nightfall is completely maxxing out my gpu

#

and i have a 4090?

#

this is on the lowest settings i could make it as well

bleak wharf
#

a shovel

dark magnet
#

How to uninfect diamond

#

S

#

Help me

final linden
#

u cant i think

rigid drift
#

i know what a burnout feels like very well

lucid tulip
#

🗿

#

🤓

silver hill
#

just don’t use minecraft’s vsync because it sucks

vague gyro
#

Some of the campain achievements are messed up in order T-T

bleak wharf
#

O.o

humble girder
# dark magnet How to uninfect diamond

The ore block yeah? Ain't that the one that randomly spawns ant things when you break them, and those drop essentially diamond nuggets that you use to make diamonds.

dark magnet
#

God I only found them and got 0 diamonds lmao

humble girder
#

If I remember right its not a great chance.

bleak wharf
#

Yaaaa honestly I just ignore em

#

Diamonds arnt used for much besides gear in this pack also.

stone chasm
#

does someone know when i start the mod on curse forge why it crash ?

covert vigil
#

All my fellas

stone chasm
#

Elloooo

#

bruh

bleak wharf
#

Try updating your drivers

stone chasm
#

and i dont know what i can do anymore

#

i want to play it so badly

bleak wharf
#

!alternative

mossy cometBOT
#

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

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

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

bleak wharf
#

Try that launcher

tawny gorge
#

i cant seem to find how much ram should i have on a server when i host this mod.

#

nvm i found out

#

....

rigid drift
#

whats the mod that prevents me from simply rightclicking barrels and such?

#

i'd like to disable it

humble girder
#

ImmersiveMC.

rigid drift
#

tyvm

humble girder
#

Stops you from places other blocks onto its effected blocks too.

#

Which is incredibly annoying.

rigid drift
#

yea i completely disabled it now, it was really frustrating

#

also, loosing your mind in this pack is not recommended

#

i have ptsd now

#

i don't know whats real and what isnt

humble girder
#

I used campfires and carpets pretty much everywhere last time I play this, back when sanity was just added. It helped deal with miscellaneous sanity loss.

#

The greyscale screws with me so bad when it kicks in that I try really really hard to not lose too much sanity.

warm sapphire
#

hey guys. I am new here had a question about setting up a server with fear nightfall on it. For some reason i am getting errors when trying to set it up. We are using server host. godlike servers.

#

says its failing to load data packs

lavish solstice
#

can someone please help me

#

i get this crash when launching fearnightfall