#fear-nightfall

1 messages · Page 48 of 1

winter marten
#

Just crashes about 10 seconds after i press play, idk why tho as i just installed the pack

carmine hemlock
#

Hi im trying to make a server run on my laptop using ubuntu but when i run the .sh file it shows the following:

rapid inlet
#

Im on Windows 10?

weak dirge
carmine hemlock
#

why bash it

#

it did the same thing

#

Oh i ran it by right clicking it and running as a program and now it did this

rapid inlet
#

I don't have a crash report folder or no log documents.

winter marten
#

Heres my crash report

#

For me it gives an error message after the crash that lets u see the crash report

carmine hemlock
weak dirge
mossy cometBOT
#

You (likely) need to update your graphics drivers in order to resolve the crash. Here's how to go about doing that!

1. Identify your graphics card
if you already know skip to the next step

  • Open task manager
  • Navigate to the "Performance" tab (on Windows 11 this is the button that looks like a heart pulse)
  • Press the GPU 0 graph and read your GPU from the top right

Note:
In some cases you may see a GPU 0 and GPU 1. This means your CPU has its own GPU, as well as an external one. You probably want GPU 1 (which is usually the external), but you can ask staff to clarify if necessary.

2. Download your drivers from the manufacturers site
Depending on what you read before, you likely need drivers from either AMD, Intel, or NVIDIA

AMD: https://www.amd.com/en/support
Intel: https://www.intel.com/content/www/us/en/download-center/home.html
NVIDIA: https://www.nvidia.com/Download/index.aspx?lang=en-us

Note:

  • For NVIDIA you want to select "Game Ready Driver (GRD)" (this is the default option) for the best performance. Once installing you'd probably prefer downloading GeForce Experience, which will notify you when there's an available drivers update.
  • For Intel, you probably want to press "Get Started" under the "Automatically update your drivers and software", which will simplify the process and update everything automatically
  • For AMD you probably want to just press "Download Windows Drivers", which will download something called AMD Adrenaline, which will update your drivers automatically.

3. Run the installation, restart your computer, and try playing MC again

  • At this point, hopefully your Minecraft is running. If it still does not work, please post any new logs and staff will help assist you with finding the right solution.
weak dirge
#

its cuz its java21

#

use java18

#

!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.
carmine hemlock
#

oh

weak dirge
#

ye

carmine hemlock
#

if im being honest

weak dirge
#

hm

carmine hemlock
#

i dont know how to uninstall openjdk

weak dirge
#

there is a guide

#

in the !Openjdk

carmine hemlock
#

i tried apt remove and stuff

#

where do i find that

weak dirge
#

hm

#

mainly windows tho

#

@fading kraken you are the linux bozo help this mans out

#

he wants to know how to uninstall java

carmine hemlock
#

"sudo apt-get purge openjdk*"?

fading kraken
#

what distro do you use

carmine hemlock
#

ubuntu

fading kraken
#

ah bet debian based

#

give me a second lemme check the command for it

carmine hemlock
#

i dont know i just got the easiest one

fading kraken
#

i normally use arch so its diffrent terms

carmine hemlock
#

should i just run sudo apt-get purge openjdk*

#

i got that from stack overflow by google

fading kraken
#

whats the reason you want to uninstall java

carmine hemlock
#

apparantely openjdk is bad

fading kraken
#

do you want to set a new default

#

oh

carmine hemlock
#

and i need use java 17

fading kraken
#

i mean ehhh

#

you could have multiple versions of java and set them as the main diffrently

carmine hemlock
#

okay how

weak dirge
#

no its jsut youre using java21 when its supposed to be 17/18

fading kraken
#

and if you want to use a specific java version for minecraft you should be able to change it thru your launcher

weak dirge
#

its a server they are running so it auto gets the most latest

carmine hemlock
#

no im trying to run a server

weak dirge
#

they need to uninstall most latest

fading kraken
#

ohhh ok

carmine hemlock
#

not the game itself

fading kraken
#

so do you know what versions you have installed

#

on your system

carmine hemlock
#

let me show u a screenshot

#

this is what happens when i run the start.sh file

#

it shows the version

fading kraken
#

can you type java -version and show me the result

carmine hemlock
fading kraken
#

dont need that

weak dirge
#

i done goobed

#

nvm

fading kraken
#

can download from package manager

#

uhh

carmine hemlock
#

that said arch i think

fading kraken
#

java -version

#

and show me what versions you have

weak dirge
#

linux&arch

fading kraken
#

if not install the java 18 from your package manager

carmine hemlock
#

just that shows up

fading kraken
#

sudo update-java-alternatives --list

#

to check the list

#

and sudo update-alternatives --config java

carmine hemlock
fading kraken
#

to change the version with arrows

#

oh ok you only have 21 installed

#

then

carmine hemlock
fading kraken
#

sudo apt install openjdk-18-jre

carmine hemlock
#

done

#

allthat

fading kraken
#

now you can sudo update-alternatives --config java

#

and you should be able to use arrow keys to switch to 18 version

#

this wasnt like this when i used to on arch

carmine hemlock
#

i did 1 now

fading kraken
#

they might have changed or its diffrent on debian idk

carmine hemlock
#

its set to java 18

fading kraken
#

now check java -version to be sure its on 18

#

and that should be all done

carmine hemlock
#

even after setting it to that it does this when i run the start.sh

#

and its set to 18

weak dirge
carmine hemlock
#

right clicking and opening as program

#

thats the way it does most

#

instead of using terminal itself

weak dirge
#

youd most likely need to use the terminal cuz pretty sure sh start.sh wont work as most users got it to work with bash start.sh

carmine hemlock
#

i just tried running bash start.sh and it does the same thing

weak dirge
#

hm ok

#

try to manually install the forge then hmm

#

strange its having this issue

carmine hemlock
#

wont it need to download other libraries

weak dirge
#

typically means it installed a higher x version of java then the minecraft can run but its ok ig

weak dirge
fading kraken
#

can you check if that file even exists in that path

carmine hemlock
#

which one

fading kraken
#

the last lines of terminal

#

error could not open

#

if that txt file even exists

weak dirge
#

this thing

carmine hemlock
#

this is what i have after i unzip the file from curseforge when u press download server files

#

which is like the only way i download any other packs as well but this one doesnt have the libraries folder

fading kraken
#

can you attempt to install java 17 and try run it

#

switching to 17

carmine hemlock
#

1 sec ill try it

tall hawk
#

The preference is Java 18, more stable and better trash collection

carmine hemlock
#

well im confussed

tall hawk
#

About?

carmine hemlock
#

do i still install the 17

#

since u said 18 is better

tall hawk
#

Install and use 18.

fading kraken
#

doesnt hurt to try

carmine hemlock
#

it already is

weak dirge
carmine hemlock
#

nuh uh

#

it would be in the folder

#

here

#

like in another pack it is there

weak dirge
#

okok

fading kraken
#

could it be that the server files is not complete??

carmine hemlock
#

i dunno i only downloaded the zip file extracted and ran it

fading kraken
#

hm

#

so there were no running another .sh file for these to appear

#

i would still say try 17 just in case

#

sometimes java is weird

carmine hemlock
#

okay ill try it

fading kraken
#

i had java problems on linux too

#

ohhh

#

wait

#

wait

carmine hemlock
#

ok

fading kraken
#

i just realized in the screenshot

#

you dont have curl

carmine hemlock
#

who is she

fading kraken
#

sudo apt install curl

carmine hemlock
#

ok

weak dirge
#

kp is far faster

carmine hemlock
#

ok done

#

tits working

#

ITS*

weak dirge
#

tits

fading kraken
#

im dumb how did i overlook that

carmine hemlock
#

its doing preparing spawn area

fading kraken
weak dirge
carmine hemlock
#

i think this has a touch of tism because slow

#

it go only like 2-3% a second

rapid inlet
#

How can i show you my crash report?

weak dirge
#

send the file here

#

!Logs

mossy cometBOT
#

To better assist with fixing an issue, we will need some logs: Curseforge/GDLauncher-> Right click the modpack instance -> Open Folder. For MultiMC -> Click 'Instance Folder' on the right.
Find the file 'Latest' in the 'Logs' folder. If there is a folder called 'Crash Reports' then find the newest file from today. Upload these as requested.

winter marten
weak dirge
#

np

carmine hemlock
#

tanks bae

weak dirge
#

ggs @fading kraken you got called bae

rapid inlet
#

where after this tho?

weak dirge
#

you dont even have a logs folder

#

curseforge?

#

if so

#

!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.

rapid inlet
weak dirge
#

wtf

#

click upload log in console and give me

fading kraken
#

prism launcher on top

weak dirge
#

sh

rapid inlet
#

there you go

weak dirge
wintry moat
#

how do i get food from cows/sheep etc if they drop carcass

weak dirge
#

ur quests

rapid inlet
#

The same problem

#

happend again

weak dirge
#

try prism launcher hmm

weak dirge
#

shut

fading kraken
rapid inlet
#

I got an error again bro i am an ultimate error bro

#

bro can it be my internet Skull

wintry moat
#

what should i make my house out of

rapid inlet
#

cobblestone and beutifull wood

wintry moat
#

ok

#

how should i place the spikes

#

on the cobblestone?

rapid inlet
#

I don't know

#

but rate my internet real quick

wintry moat
#

terirble

rapid inlet
#

is it that bad or is it average?

#

wdym its 17mb per second

wintry moat
#

nuh uh

#

thats

#

mbps

#

mega bits

#

not mega bites

#

diffrence

rapid inlet
#

well it was 50 earlier tho

#

that ain't that bad

#

and its not KB at least

wintry moat
#

how do i get food if they dont drop food

rapid inlet
#

Farming i guess

weak dirge
#

sadly

left pond
#

If you want food from mobs, you gotta either use the roaster or the meat hook and cleaver.
The second option produces about 20 odd bits of meat.

#

And a ton of feathers from chickens.

wintry moat
#

ok

#

do the mobs break iron doors

#

😟

left pond
#

Secondly, you want walls on your base.

wintry moat
#

i have 1 layer of wall

left pond
#

Breacher creepers are in this pack.

wintry moat
#

.

left pond
#

They will walk right up to your walls and blow them tf up.
Add a layer of waterlogged leaves or stairs.
And add a line of spikes.

wintry moat
#

can u show me a ideal base to make

#

if possible

left pond
#

Spiders now have more complex pathing and can't be stopped by overhangs.
Zombies can interact with buttons too and levers opening your doors.

#

No pics on hand.

#

I just have a piston drawbridge around a lava moat on my base.

wintry moat
#

if i have a uh

#

button overhead will that work

gilded reef
#

What kind of xp farm is the easiest to make in this pack that actually works?
Considering zombies with pickaxes being able to break walls an such doesnt really seem like the standard mob grinder works

wintry moat
#

and 1 block up

bitter fox
#

Could build sky base

wintry moat
#

thats kinda lame lowk

left pond
#

Skybases are the optimal for this pack tbh.

wintry moat
#

i mean

#

ehh

#

fuck it

bitter fox
left pond
#

I live in a fortress.

gilded reef
left pond
#

Oh and don't forget that some zombies can dig.

That was a major surprise let me tell you.

#

Just dug up from a cave below my base so I had to flood it with lava.

bitter fox
left pond
#

Spawns are so high in this pack you don't really need an XP grinder.
Just a funnel point in your walls with flowing water into a kill point.

wintry moat
#

for a skybase should i use ladders to get up

#

or is there a specific

left pond
#

Waterlogged leaves to prevent explosions.

I use a piston powered water elevator as a backup and fly there via broom as maim.

bitter fox
#

Fastest way is soul sand water elevator

gilded reef
bitter fox
#

Good luck 🍀

left pond
#

I highly advise keeping a ton of spare brushes.

#

Or investing in mending enchants for them.
Their durability is utter garbage.

wintry moat
#

and fly with it

gilded reef
#

Knew there was gonna be some kind of annoying part about being able to fly
didnt think it'd be durability but that makes sense
Gonna be pain finding mending after all the knuckleheads I play with decided to pretty much kill every villager closeby

left pond
#

Hexerei mod.
Use the maple/witch Hazel variants.
The mahogany requires netherite.

#

It's basically shoving like 7 different herbs into a pot and drying it out.

#

Just follow the JEI.

#

First find a witch village.
Then loot all the herbs and seeds there and farm them.

#

Steal a cauldron and all the jars and saplings.

gilded reef
#

Can those villages be anywhere or only like in swamps or something cuz witches
I hope only swamps cuz nature compass goes brr in that case

left pond
#

Anywhere but the stuff spawns naturally in swamps and jungles.

Just be warned, swamps are deathtrap in this pack.

gilded reef
#

ohgod what have they added in swamps

left pond
#

And do not enter the new temples.
Without fancy netherite armor.
There's skeletons that commonly spawn with oneshot bows.

#

Enemies spawn in the day in swamps due to cover overhead and mobility is awful.
You get swarmed.

gilded reef
#

im gonna assume that one of those villages probably has mandrake roots cuz that would be really useful

left pond
#

Mandrake plants drop both randomly.
You want mandrake seeds.

Gtg

gilded reef
#

okay so safest way to travel in swamps would be on top of trees then maybe? using just blocks cuz cant really move on leaves

#

alright

#

have a good day / night

bitter fox
#

Idk the swamp I found had few trees tho once night hit there were hundreds of mobs

#

U fall through leaves so hard to travel by tree

wintry moat
#

is this W house

bitter fox
#

Needs to be higher

#

Launcher creeper can reach easily

#

I got hit by one about 50 blocks below me

gilded reef
#

what does this mean-

bitter fox
#

No clue lol

weak dirge
#

dont fall under :3

twilit pebble
#

Does anyone know what a white moon is...? And what the enchanted books "Symbiotic reconstruction" and "Nothc's Blessing" do...?

calm ravine
bleak wharf
#

I believe the white moon is a lower spawn opposite of a blood moon

twilit pebble
#

ahhh, I see, thank you very much

bleak wharf
#

Symbiotic reconstruction: slowly repairs the item's durabilty over time only when the player has the Symbiosis status effect (that effect is applied 24/7 when wearing full living armor or the meat set). It's basically a slower version of mending that doesnt require EXP. Can be appiled to all living tools and armor, fairly certain non-living tools (like the diamond pick) cannot get/use it

#

Notch’s Blessing - Deals extra damage to all creatures, especially the possessed ones. Prevents Herobrine's wrath from rising after each kill.

#

Someone was saying it made their weapon do less dmg

#

But idk never have used it

rough loom
#

Symbioses gives +3 hp and +3 dmg.

bleak wharf
#

Idk I copy pasted it from their discord shrug

#

Are you sure its not the living armor that gives those buffs?

rough loom
#

Yep

#

On their trello wiki.

#

It's also noticeable in game lol

bleak wharf
#

Thats the armor buff...

rough loom
#

I have full living armor + mk2 chestplate prot 4 unb 3 symbio recon. on all pieces + sickle

#

If you just have it on a weapon it should give you the buffs as well

#

?

#

I have it on my sickle + on my 4 armor pieces

bleak wharf
#

Thats the buff you get from wearing the armor

#

Not the enchant

rough loom
#

No? the parenthesis are at the end, right after the sentence about symb. recon,

#

so im psure its talking about reconstruction, not symbiosis

#

maybe im wrong?

#

idk

bleak wharf
#

A full set of diamond armor with the enchantment Symbiotic Recon doesnt get any sort of buff

rough loom
#

ah i didnt realize you could even put that on anything besides spore armor/items

bleak wharf
#

Ya you cant apparently

#

I was in creative when I did it

rough loom
#

oh lol

bleak wharf
#

I think its only the armor that gives the attack/speed/hp buffs tho not the enchant

#

The enchant only repairs

#

Cuz I get those buffs when wearing the non enchanted versions

twilit pebble
twilit pebble
brisk sequoia
#

i have a question, is there any way to remove the creepers that launch themselves

#

or the ones that blow up out of nowhere

weak dirge
#

yes

#

advanced ai config

brisk sequoia
#

gotcha

#

i thought it was a mod

twilit pebble
#

I coulda swore I had animal fat, where am I supposed to get it?

bleak wharf
#

Killing animals have a chacne to drop it

#

pigs/sheep seem to have a good drop rate

median light
#

Can i use this mod on TLauncher ?

flat flax
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.

flat flax
#

tlauncher is spyware

#

pirating

#

illegal

#

against tos
and we ask you provide proof you own mc or leave the server

twilit pebble
weak dirge
#

bro said that... smh good he got banned

flat flax
#

yeah

weak dirge
#

never be rude to Sid

wild vector
#

is there a way to play multiplayer without creating a server ?

weak dirge
#

yes

#

!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.

flat flax
weak dirge
wild vector
#

my friend cant join the server in the single player any fix ?

#

is there any mods that can let me play multiplayer, tried essential that didnt work

buoyant leaf
#

in fear nightfall, how do you place hoppers on hoppers? I'm holding shift but it's not working.

weak dirge
#

^

wild vector
weak dirge
wild vector
#

Forge

weak dirge
mossy cometBOT
#

Curseforge - Refers to both the Curseforge website and Curseforge Launcher. The Curseforge Launcher is a modded launcher used to play & install modpacks. ATLauncher is a better alternative. All modded launchers can be used to install & play both Fabric and Forge modpacks.
Modpack - A collection of mods. "Better MC 1.19.2 Forge", for example, is a modpack.
Modpack Version - The version of the modpack you are playing. v5, v6, v7, etc.
Minecraft Version - The version of Minecraft which the modpack you are playing runs on. 1.16.5, 1.18.2, 1.19.2, etc.
Mod - A .jar file which modifies the game in some way. "BetterEnd", for example, is a mod.
Forge - A mod loader which allows you to use Forge mods.
Fabric - A mod loader which allows you to use Fabric mods.

bleak wharf
#

Anyone find any "treasure" items yet?

#

Found a bow. o:

gilded reef
#

Hey uh anyone here knows how Hexerei's crystal ball actually works?
like ik its supposed to tell time and moon phase
but to be quite honest
idk how it does that-

bleak wharf
#

I dont think its actually implemended yet

brisk sequoia
#

why are there so many creepers spawning around my house? they keep spawning non stop

weak dirge
#

kaboom

brisk sequoia
#

yeah... kaboom 😢

bleak wharf
weak dirge
#

ima make a fast guide on what to change or wanna change from fear nightfall advanced ai config

bleak wharf
#

Know whats more annoying?

#

Evokers...

#

Fuck those things god damn make me so mad >_>

#

Since they can see you through walls its just non stop vex summons

weak dirge
left pond
#

What even is that Tminecraft thing?

#

I'm assuming it's a pirate launcher or something.

weak dirge
#

tlauncher?

#

yes its a pirate launcher

gilded reef
#

Hate that thing
Werent they confirmed to be stealing user data and stuff

weak dirge
#

yeah

#

they are spyware

#

its an instant !cracked and @cracked no support role and ban

left pond
#

Figured as much.
I saw mentions of it around but not the specific context.

weak dirge
#

mainly due to the fact banning people results in their messages purging

gilded reef
#

honestly cant understand why people even bother cracking minecraft

weak dirge
#

cuz 1 they cant afford, 2 they dont like microsoft, 3 their country economy is shit, 4 they are just stupid

gilded reef
#

honestly half of those problems could kinda be solved by just bying it from a third party seller
stupidity is harder to solve tho
I just dont see whats the fun in cracked minecraft when you cant even join 90% of the servers modded and unmodded

weak dirge
#

100%

#

but the thing is 3rd parties are also just cracked 💀

left pond
#

The majority I've seen are Russians, Brazilians or 13 year olds who's parents won't let them use their credit card.

gilded reef
#

I mean I kinda more meant buying accounts from third party sellers
that are hopefully just reselling unused abandoned accounts

weak dirge
#

if there is ever a cracked user (easily can tell as it shows up in discord presence) just @ me or hidden tides and we can deal with it

gilded reef
#

wait people dont even hide that on discord? T-T

wintry moat
weak dirge
#

pinned messages if you wanna change the config of that

latent badger
#

anyone not able to shift place signs on chests?

rough loom
latent badger
#

i just tried

#

didnt work

weak dirge
#

remove the mod

latent badger
#

ok thanks

bitter fox
#

i summoned the pumkillager now what?

bleak wharf
#

at night?

indigo rover
#

does anybody know why vr doesnt work and or what i can do to fix itttt.

bitter fox
#

nvm it worked

indigo rover
#

tyty

fast heron
#

!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.

fast heron
#

how long does it take to setup a server

weak dirge
#

if yk what to do

#

not long

fast heron
#

where do i find the server pack im on curseforge fear nighfall

weak dirge
fast heron
#

ur so hot

weak dirge
wild vector
#

do not break a mob spawner

fast heron
#

the video makes it look a lot easier

#

ran the shell one first and then deleted it all to run powershell so hopefully it works now

#

anything i have to do after downloading it or do i just run it normally. I normall alloacte 12 gb of ram each time i play. is that cool for just 2 ppl playing

left pond
#

I advise dropping that to about 9, but you're good.

#

Java is weird where you can't just dump as much memory as you want into it.

fast heron
#

okkk

left pond
#

There's generally an "optimal" amount per pack.

#

99% of packs?
It's either 8gb or 12gb.

bitter fox
#

trying to fly to given quords but the world is loading very slow. I turned shaders off and decreased render but still the same

left pond
#

Don't forget that it has to retain previously loaded chunks.

If you want to speed it up, pause the game.

bitter fox
#

sometimes see my gpu hit 100% in F3 but for a sec

left pond
#

It doesn't have to simulate anything when paused.

Or relog.
Reloading means it doesn't have to retain a chunk trail in memory

bitter fox
#

i tried but it said saving world for about 10 min

left pond
#

F

mortal stag
#

hello, this is how the cave looks like? or I have something wrong

weak dirge
#

seems right

mortal stag
#

ty

wild vector
#

what do i do with a carcass?

#

can i get some meat off that thang ?

weak dirge
#

wuests

#

quests**

left pond
weak dirge
left pond
#

Hang corpses on hooks and hold right click with a cleaver.
You get like 20 meat per carcass.

weak dirge
#

quests talk about that too

left pond
#

I prefer giving straight immediate answers to the question that was asked.
Because "go look here" is frankly annoying unless it's a technical issue.

weak dirge
#

see i don’t know the immediate answer but ik the long answer which is quests

#

better have one then nothing yes

bitter fox
#

is there an item that will auto eat for me or like remove hunger entirely?

left pond
#

Not that I'm aware of.
Sophisticated backpacks arent in this pack.

shrewd thunder
#

as soon as you make the digester just nab you some crimson trees. the wart blocks that it uses as leaves gives you food for days

#

i think it's like 9 nutrient paste which is 1 bar per block

#

hell it may be 2 bars per block

gilded reef
#

before I go and die gonna ask you smart people
what in gods third eye is this

bitter fox
#

how do you find the soul black smith and buring arena? ive been searching forever but cant find it. I have found tons of gold tho

shrewd thunder
#

just get a strider and begin meyandering around the lava sea. thats how i accidentally stumbled into one

#

also woeisme i cant go find that kickass structure because my game has a heart attack trying to load new chunks for some reason

bitter fox
#

Found the arena and got wiped

#

Out of curiosity I tried fighting it in a separate world with max enchanted living armor and stuff and still got wiped 🤯

left pond
#

And I highly advise bringing a gun and a TON of ammo, along with some form of mobility tool.

#

Jetpack or teleport spell

celest plover
shrewd thunder
#

i thought gluttony was a boss

#

why is bro spawning in the aether like a regular hostile

shrewd thunder
#

yes both do

#

however i'd just suggest putting waterlogged spikes over regular hoppers instead of trying to deal with minecarts

pearl mantle
#

how emote

shrewd thunder
#

we can emote?

pearl mantle
#

yes but i forgor

#

found, open chat or command and emote on top right

uneven dawn
#

my internal server tps is at 3 😭

limber ridge
#

ws!

uneven dawn
carmine hemlock
#

6.9 nice

uneven dawn
rapid inlet
#

Okay guys from troubleshooting the modpack

#

we go to troubleshooting minecraft

#

looks like it wasn't nothing to do with mods

#

the problem is in minecraft totaly

#

i can't even launch 1.20 if anyone can help

#

heres the launcher log too

carmine hemlock
weak dirge
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
#

it’s ok to ignore things you don’t know

#

that’s what i do haha

carmine hemlock
#

i felt inclined to say because nobody responded

weak dirge
#

nah best not to

#

if they see a ping it’ll give false hope thinking it’s a solution

rapid inlet
carmine hemlock
weak dirge
carmine hemlock
#

i watched a video of tlauncher doing shady things

weak dirge
#

why you searching for tlaunxher,

carmine hemlock
#

i stopped touching that with a 10 foot pole

weak dirge
#

i said ATlauncher

carmine hemlock
#

is that not what atl is

weak dirge
#

not tlauncher

#

No.

carmine hemlock
#

thank god

weak dirge
#

go look at atl

#

better then cf

carmine hemlock
#

nuh uh im playing coc

lone ibex
#

what do the slender pages do? i right clicked 8 but it appears not to have done anything

weak dirge
icy creek
#

Howdy yall, first time fear nightfall player.
Modpack is really cool but the Aether is... Rough, lol.
Any tips for not being miserable in the Aether?

weak dirge
#

quests

carmine hemlock
weak dirge
earnest pagoda
#

I would like to submit an issue for Fear Nightfall, where can I do that?

earnest pagoda
# weak dirge what’s the issue

The from the fog resource pack is not included in the latest version (to my knowledge) and it makes it harder to navigate its config and advancements

weak dirge
#

it’s a mod tho? but hm

#

you should usally mess around with its configs in the game with the /function command as it has a pretty nice gui

#

decent

earnest pagoda
#

Im pretty sure the modpack uses the datapack version of from the fog (please do correct me if im wrong)

weak dirge
#

not sure on that one

#

ik there is the Mod and Datapack

#

we use the mod..?

earnest pagoda
weak dirge
#

i’m like 90% sure

earnest pagoda
#

same with advancements

weak dirge
#

you might be looking at the wrong thing..?

#

i think the configs change world by world so you’d need to look inside the server config of ur world folder

earnest pagoda
#

could you help guide me through that if you want to? i know how to get into the world file and all that stuff

#

i found it nvm

weak dirge
#

yep

earnest pagoda
#

ill test it in another world also to see if im just stupid

weak dirge
#

sure lol

earnest pagoda
#

Thanks for the help!

weak dirge
#

np

carmine hemlock
#

Ngh

native grail
#

How can I beat Herobrine? When I build the totem he spawns but I can immediately one shot him

#

And nothing happens after he does

#

Dies*

#

And he keeps spawning after that, also we can't go to the aether for some reason

lone ibex
#

does slenderman work?

native grail
bitter fox
#

What’s the best biomancy weapon?

jagged viper
#

Is there any sort of multi storage in this modpack?

hollow rover
#

How to stop the sieger?

rapid inlet
# weak dirge try ATL

Nah its a minecraft launcher an actual one not Curseforge and not ATLauncher nor the 3rd one you gave mate its just noraml unmodded minecraft

weak dirge
#

never bog standard mc

ashen girder
#

hey guys so i have a question about setting up my own server whenever i run powershell it starts up but then doesnt let me hit NO as an option but when i say yes it says something about spaces when i choose to continue it just closes powershell anyone help if possible please

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.

fast heron
#

Also trying to run the server here. I got the PowerShell set up and when i open up the game and click host there is just an X over the multiplayer server i make

ashen girder
#

it gives me this error

fast heron
#

I have to run start in powershell every time i want to run the server right?

#

Disregard above

rapid inlet
fast heron
#

I made and tried to join my server but got this error "failed to connect to server this server requires a secure profiles"

weak dirge
ashen girder
weak dirge
#

folders

ashen girder
#

iv never worked with powershell is why i ask

weak dirge
#

if it has spaces put the folder directory in “”

#

“c:/simethung/something/blala”

weak dirge
#

!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?

ashen girder
weak dirge
#

np

ashen girder
#

what about this?

#

any advice on how to fix this part of the args

#

this is how mine looks

fast heron
#

I got the server running is there anything else i need to do or can my friends just join with my ipv4. (Frist time hosting before)

ashen girder
#

that guy

#

did u have a similar issue with the JVM file

#

txt thing

fast heron
#

I just edit one thing in the java arguments every time i run. I go to instilations in the minecraft launcher then click edit on the modded minecraft click more options then where it says jvm arguemnts i click reset so i am given this string
"-Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M"
then i just change the allocated ram to usually 10-12 which is just changing the first thing "Xmx2G" to "Xmx10G"

ashen girder
#

every time u run it???

fast heron
#

yeah it will default back to 2G and i foound for me 10-12gb work well for me

ashen girder
#

its not working for me

native grail
#

I only get it in multiplayer

ashen girder
#

i thihnk i got it going

polar bloom
#

is the pumkillager mod broken?

#

I adventured to the pumkillager prison, the guard was there, but no prisoner, so quest can't continue.

haughty mist
#

how can you solve the riddle in that dessert pyramid?

#

me and my friends lowkey struggle here rn

worldly halo
#

idk never found one

haughty mist
#

welp alr

weak dirge
#

and you edit ram inside the variables text not user text

ashen girder
#

i got it working!

weak dirge
#

nice

sterile ember
#

Hey asking a question for my solo, my aether portal says it is blocked by an unknown force, anyone know how to get rid of said force?

tawny tree
weak dirge
#

^

#

quests follow them

shell pike
#

Hey quick question if anyone has an answer for it, but the creepers in fear nightfall, which mod makes the shoot off as a firework to attack the player, because even if your in the sky and across a wall they shoot over a defense and blow up right after and it's getting a little bothersome

twilit pebble
#

Heyy so my friend is trying to play it but it’s incredibly laggy for them, they messed with the shaders and stuff and it helped a bit, but is there anything else they may be able to do?

mossy cometBOT
rapid inlet
# weak dirge !moreinfo

As i said mate bro i am * not using modpacks* and** no launcher** every version of minecraft isn't laucnhing the game and it alwas happens when its starting

twilit pebble
weak dirge
#

i need the files man

#

wtf am i gonna do based of ur word?

weak dirge
#

if it’s ping

#

best use a server pack

#

!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.

rapid inlet
rapid inlet
weak dirge
#

oh

#

sorry

#

i didn’t see the launcher log

twilit pebble
weak dirge
#

that’s

#

very strange

wild jackal
weak dirge
#

it’s like ur launcher has 0 access to the mojang servers

wild jackal
#

You can it works good

shell pike
#

Hey quick question if anyone has an answer for it, but the creepers in fear nightfall, which mod makes them shoot off as a firework to attack the player, because even if your in the sky and across a wall they shoot over a defense and blow up right after and it's getting a little bothersome

weak dirge
wild jackal
weak dirge
#

simple

wild jackal
#

I’m just saying

#

I didn’t say random users

weak dirge
#

well the “person” is a random you might trust

#

just don’t trust randoms

#

you do you

#

cuz ur way is no different then our way

#

as you connect to a reverse tunnel

#

server pack is direct connect

#

no lag

rose imp
#

alright so quick question this is probably in the wrong place and im sorry i just bought a premium server with the preinstall option of this pack, the payment went through but the status is still pending and the panel says i dont own any servers did i do the wrong thing?

weak dirge
#

what host did you buy?

rose imp
#

bisect

weak dirge
#

make a ticket

rose imp
#

gotcha

weak dirge
#

as we arent bisecthosting we just make the modpack ha

#

ill get you the lin

#

link

rose imp
#

alright that makes sense i appreciate it

weak dirge
latent badger
#

i keep hearing annoying snarling coming from my character it is driving me insane what is it???

shrewd ledge
#

Hello! I have this problem; Am trying to setup a server for me and my friends using this in curseforge

#

there is no easy explanatiuon on how to do it

#

so i went directly to unzip the archive

#

i got this

#

i read the readme

#

and in the readme it explains how windows 11 22h2

#

have a problem with the powershell window, (it close it self)

#

i went through every step

#

and still get the windows closed before anythjing is done aparently

naive nexus
#

Oh hey, I was wondering if I was the only one trying to start a server and having trouble lol

shrewd ledge
#

heLp?

naive nexus
#

I know that step, I got stuck on a later one lol

shrewd ledge
naive nexus
#

Open it with 'Edit'. Or 'Open With' Powershell

#

I hadn't asked yet lol, you're good

#

Double clicking doesnt run anything, you need to 'edit' (have it open in Powershell) and run it from there

#

It, weirdly, tells you that double clicking doesn't work in the start.ps1 itself, but you can't read that part until you open it the right way lol

shrewd ledge
#

i dont get it (english is not my first language)

zealous urchin
#

I just use a host thats cheap and easy like exaroton

naive nexus
#

You're good

shrewd ledge
shrewd ledge
naive nexus
#

You're good

#

Im on a different operating system but this is what it looks like for me

weak dirge
zealous urchin
#

Yea thats true

weak dirge
#

also exaroton is just glorified aternos

naive nexus
#

This is where I'm stuck, and I haven't been able to find a good answer

weak dirge
naive nexus
#

I don't know any coding, but I think it wants my Java version but can't find it

weak dirge
#

!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
#

64x msi

naive nexus
#

I saw that in the FAQ and downloaded the link from where it came from

zealous urchin
naive nexus
#

Though my 'About Java' still says version 8

#

Even though I ran the MSI through and through

zealous urchin
#

lmao

weak dirge
shrewd ledge
naive nexus
#

Ooh, aye aye chief

shrewd ledge
weak dirge
naive nexus
#

Where do I throw the !openjdk command? Here in disc?

weak dirge
#

:p

naive nexus
#

Oh gotcha

weak dirge
naive nexus
#

English is my first language im just dumb

shrewd ledge
weak dirge
#

nice

shrewd ledge
#

i cant understand this method
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.
    What is adoptium?
weak dirge
#

its a java type

#

like oracle

#

but better

shrewd ledge
#

hmm

#

And this thing will woprk perfectly fine?

weak dirge
#

100%

#

just use the 64x for windows

#

as mc cannot use 86x

shrewd ledge
#

is this the version i need?;

weak dirge
#

the msi

#

yes

naive nexus
#

Oki! I got the new version

weak dirge
naive nexus
#

I just need to find out where in the Ps1 is the "$Java/JAVA"

#

So I can say 'look here dumby'

#

I can't find the spot it wants it

#

It somehow knows I have the new version but is still confuzzled

weak dirge
#

you did get the 64x yeah?

naive nexus
#

Yup yup, got it off that same link Arias just showed

shrewd ledge
weak dirge
#

nop

naive nexus
#

It wasn the Path and the Establicar JAV on, right?

#

"2) When installing through adoptium, make sure that Add to PATH and Set JAVA_HOME variable are both set to be installed"

#

I might be wrong tho

weak dirge
#

not entirely needed i didnt need to do that

shrewd ledge
#

Ready, now minecraft automatically run on this adoptium thing?

naive nexus
#

Oh, good to know

#

Thats the step I'm on too lol

#

Welcome aboard

shrewd ledge
#

oh shit

naive nexus
#

I just need to find out where "lease modify the $Java/JAVA variable (found in your startup script depending on ps1/sh)" is

#

this ps1 has lots of '$Java's, but not any $Java/JAVAs

#

;w;

weak dirge
#

try doing it from the variables text

naive nexus
#

I'll take a looksie

#

Aha!

#

Variables.txt, ay?

#

Gotcha know, ya wee bastard

languid parrot
#

i cant

#

run the server

shrewd ledge
#

now i have a new error

languid parrot
#

using the start.ps1

shrewd ledge
naive nexus
languid parrot
#

yea, thats what im doing

#

right click and run w powershell right?

#

closes auto on me

#

i followed the steps within the readme file

naive nexus
#

It should open powershell for you to edit

#

with a 'Run script' button in the menu

shrewd ledge
#

maybe the error is from the developers?

weak dirge
languid parrot
naive nexus
#

I might be wrong tho

#

Only Tamz here has gotten me as far as I am

languid parrot
#

the run button is unclickable

weak dirge
#

what are you tryna do?

languid parrot
#

run

#

the server

weak dirge
#

what os

languid parrot
#

windows

#

11

weak dirge
#

you using the start.ps1

languid parrot
#

yes

weak dirge
#

you did all this?

#

!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.

shrewd ledge
fading storm
#

piplos

#

i need a help

weak dirge
#

with.

fading storm
#

wait

weak dirge
fading storm
#

i gonna send the error

weak dirge
fading storm
#

Tamz

weak dirge
#

what

fading storm
#

can you help me

weak dirge
#

i need to know ur problem

#

to even attempt to help you.

fading storm
weak dirge
#

first

#

get the damn issue

#

then

#

ask for help when you have all the files

fading storm
#

wait a minutes pls

weak dirge
fading storm
#

i gonna back with this install

naive nexus
#

I moved on from my old problem to a new problem. We call that progress

weak dirge
#

lets do this

#

reinstall the serverpack

naive nexus
#

It can smell the Java link, it just doesn't like it yet

#

That's getting better

weak dirge
naive nexus
#

For me or his issue lol

#

I think i'm close to it working

#

Thanks to you pointing me the right way

weak dirge
#

np

naive nexus
#

It just doesn't like some way I've told it how to find the right java version

fading storm
#

tamz

#

help me

#

i just want play the modpack sad

low sable
#

Is anyone else not able to complete the squeezer with the hammer

#

Shift rightclicking the barrel only opens it

jovial zinc
#

is there magic in this modpack?

#

as in spell casting

weak dirge
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?

shrewd ledge
#

An update to windows introduced a new

naive nexus
#

So update incase this is helpful to anyone

#

So I did the whole thing in Variables.txt where I sent through my directory to my java installation

#

Turns out Powercell can't see single backslashes

#

So you need to double them up for it to understand

#

I still have errors I need to figure out but it understood those

low sable
#

What mod changes the barrel functions?

weak dirge
weak dirge
naive nexus
#

This is where I'm at now but I learned that issue

#

and am feeling smorter

shrewd ledge
#

Hello! For us to help you with your

languid parrot
#

is this modpack even client optimized

#

like sodium fork

naive nexus
#

It looks like it doesn't like my 'openjdk version' or my '~Xmx4g'

weak dirge
#

yes

languid parrot
#

shaders

weak dirge
#

it is optimized

naive nexus
#

Yup

#

And its pretty

shrewd ledge
weak dirge
#

simpler

#

just download the forge server

#

get the right version and all

languid parrot
#

does anyone know the shaders that were used in the overview of this modpack

weak dirge
#

Insanity shader

fading storm
ashen girder
#

is this modpack safe ?? i found out that this modpack was the reason behind a lot of stuff with malware and other kinds of trojans not too long ago on curseforge

weak dirge
mossy cometBOT
#

You (likely) need to update your graphics drivers in order to resolve the crash. Here's how to go about doing that!

1. Identify your graphics card
if you already know skip to the next step

  • Open task manager
  • Navigate to the "Performance" tab (on Windows 11 this is the button that looks like a heart pulse)
  • Press the GPU 0 graph and read your GPU from the top right

Note:
In some cases you may see a GPU 0 and GPU 1. This means your CPU has its own GPU, as well as an external one. You probably want GPU 1 (which is usually the external), but you can ask staff to clarify if necessary.

2. Download your drivers from the manufacturers site
Depending on what you read before, you likely need drivers from either AMD, Intel, or NVIDIA

AMD: https://www.amd.com/en/support
Intel: https://www.intel.com/content/www/us/en/download-center/home.html
NVIDIA: https://www.nvidia.com/Download/index.aspx?lang=en-us

Note:

  • For NVIDIA you want to select "Game Ready Driver (GRD)" (this is the default option) for the best performance. Once installing you'd probably prefer downloading GeForce Experience, which will notify you when there's an available drivers update.
  • For Intel, you probably want to press "Get Started" under the "Automatically update your drivers and software", which will simplify the process and update everything automatically
  • For AMD you probably want to just press "Download Windows Drivers", which will download something called AMD Adrenaline, which will update your drivers automatically.

3. Run the installation, restart your computer, and try playing MC again

  • At this point, hopefully your Minecraft is running. If it still does not work, please post any new logs and staff will help assist you with finding the right solution.
rotund girder
#

Anyone know what that is? We found that in "The castle"

weak dirge
#

almost a year now

ashen girder
weak dirge
#

not anymore

#

that was as i said almost a year ago

ashen girder
#

huh ok

weak dirge
#

it was stopped in our modpacks in the very hour

languid parrot
#

the zombie sound is suepr annoying

naive nexus
#

Got it working! Server is running like a dream

#

I had to learn the backslash thing and install java manually instead of the weird eternium links, but now it's so clean

#

Ty for all your help, Tamz

weak dirge
#

np

weak dirge
#

and make sure when you type a folder location do / and not \

#

like c:/apple/something and not c:\apple\something

shrewd ledge
shrewd ledge
#

thats how windows 11 works

#

i cant change that

weak dirge
#

no... it doesnt work with the \ \

bleak wharf
#

But looks like you guys mined it all lol

shrewd ledge
#

But tamz, oh opk, i get ur point, but i didnt change anyhthing that error juyst appear

weak dirge
#

hmmm

#

try just reinstall server pack

#

and launch the start.ps1 without any changes

shrewd ledge
#

ok

#

i will

#

am abvout to run

#

a fresh installation

#

samew results

#

it just closes it self

#

and dont du anyhting

#

maybe the developers did somehjting wrong?

weak dirge
#

uh

#

double check you did the set policies to A

#

and not Y

#

for the first step

#

!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.

shrewd ledge
#

i just did it

weak dirge
#

did you do it via Admin?

shrewd ledge
#

yes, i did

#

PS C:\Users\juanj\Fear_Nightfall_Server_Pack_v15_HF> .\start.ps1
.\start.ps1 : File C:\Users\juanj\Fear_Nightfall_Server_Pack_v15_HF\start.ps1 cannot be loaded. The file
C:\Users\juanj\Fear_Nightfall_Server_Pack_v15_HF\start.ps1 is not digitally signed. You cannot run this script on the
current system. For more information about running scripts and setting execution policy, see about_Execution_Policies
at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1

  • .\start.ps1
  •   + CategoryInfo          : SecurityError: (:) [], PSSecurityException
      + FullyQualifiedErrorId : UnauthorizedAccess
    

PS C:\Users\juanj\Fear_Nightfall_Server_Pack_v15_HF>

#

thats what i get when i try to to run the file

weak dirge
#

ok try to follow the rest of the guide then

shrewd ledge
#

via powershell

#

ok

weak dirge
#

since you are inside the modpack folder already

#

do this

#

Unblock-File .\start.ps1

shrewd ledge
#

ready

#

i will try again

#

looks like is running

#

lets not celebrate till is com,pletely running

weak dirge
#

yippie

shrewd ledge
#

Tamz

#

Thank you very much

#

is working properly now

#

is not very friendly this thing, but i suppose over time it will be easier.

#

am still thinking why it didnt work before, if i didnt change anythging

#

but is running now

#

so ok

#

THANKS!

weak dirge
#

np ducksalute

shrewd ledge
#

everytime i start the server

#

i have to run

#

that same scrip0t?

weak dirge
#

yes

shrewd ledge
#

ok

#

and this modpack

#

have voicechat?

#

yes it have it]

#

with this modpack i have to set the special port forwading for that specific mod?

shrewd ledge
#

oh ok

#

thanks

weak dirge
#

np

#

have fun!

shrewd ledge
lone ibex
#

do the slenderman pages do everything? i collected 8 without encountering him once

bleak wharf
#

You get a debuff and hes suppose to come after you but ya im not sure

lone ibex
#

yea i went back and did it again. i collected 7 to get the max debuff. i am now 4 days with this debuff and havnt seen him once

#

i also really wana find springtrap

bleak wharf
lone ibex
#

no. no idea what it looks like on the outside

bleak wharf
#

Ive personally only ran into the Michael Davies dude from that mod

lone ibex
#

jeff the killer is easy to spawn. just keep resetting your spawn point between 2 beds

#

seems like the mobs from that mod are quite rare

bleak wharf
#

ya