#medieval-mc-fabric

1 messages · Page 101 of 1

median spindle
#

oh hey this is a better guide

#

from adoptium themselves

#

its the same steps basically but hey at least its certified:p

pulsar falcon
#

the one single developer who makes quilt mods be like:

normal geyser
#

kekgelul ☝️

lost bramble
#

which one of these would I run?

median spindle
#

first

#

debian/ubuntu bit

lost bramble
#

isn't that for java 17

pulsar falcon
#

kid named debian:

median spindle
lost bramble
#

"unable to locate temurin-18-jdk"

median spindle
#

gg

lost bramble
#

Followed the page, changed the number but that happened

median spindle
#

funny temurin 18 exists

#

😕

lost bramble
#

do I need the whole name?

median spindle
#

no no

lost bramble
#

or just temurin-19-jdk

#

18*

median spindle
#

just temurin-18-jdk

#

did you run apt-get update

lost bramble
#

yes

median spindle
#

wild

#

wonder why it doesnt work actually

lost bramble
#

are you able to take a look in a screenshare?

median spindle
#

at the moment no, its 4:30 am

#

im barely hanging on by a thread of my existence

lost bramble
#

same for me lol, bed time is in a few hours

median spindle
#

shouldve been asleep ages ago, yet here i am

lost bramble
#

I ran everything in order, but I wouldn't even know where to start otherwise

#

are the commands listed before the install wrong?

#

not wrong but outdated?

median spindle
#

uhhhhhh honestly i wouldn't know purely since i dont use ubuntu

#

i use arch linux, different distribution of linux

#

slightly dif

#

okay random thought

#

does temurin-17-jdk work

#

when you try that

lost bramble
#

ill check

#

no

median spindle
#

hah

#

got it

#

so i think the repo wasn't properly set

#

not sure whats up with the command

#

but

#

must be tripping since i dont see angle brackets here lol

#

thats weird

lost bramble
#

so is there a way that I could install it properly

median spindle
#

hang on let my brain get this wrapped

pulsar falcon
median spindle
#

confused since the commands should work completely fine

#

uh

#

oh boy

#

we could uh

#

try to manually install

lost bramble
#

ok

median spindle
#

just to be sure

#

can you run ls /usr/lib/jvm

#

and send the output

lost bramble
#

java-1.17.0-openjdk-amd64 java-17-openjdk-amd64 openjdk-17

median spindle
#

ok phew perfect

#

so at least the dang directory exists

#

grab this file

#

or you could use the jdk doesn't really matter

lost bramble
#

got it

median spindle
#

im assuming that file got installed into ~/Downloads

lost bramble
#

yes

median spindle
#

perfect

#

then pop open a term there

#

and run sudo tar -xvvf the_file.tar.gz -C /usr/lib/jvm

#

replace the_file with whatever its called

lost bramble
#

1 sec, renaming

#

done

median spindle
#

alright can you run ls /usr/lib/jvm again

#

just to be sure its there correctly

lost bramble
#

its there

median spindle
#

phew

#

ok

#

now

#

i dont know anything about this one specifically

#

but

#

there's a program

#

o_0

#

there's a program called update-alternatives

#

on ubuntu

#

that can help update the java path

#

to the new one

lost bramble
#

I have no idea how to do that

median spindle
#

ill take a peek

lost bramble
#

chorb send another gif within the next 10 quintillion years if you're racist

median spindle
#

can you run sudo update-alternatives --config java

#

and send the output

lost bramble
#

here is 1 choice for the alternative java (providing /usr/bin/java).

Selection Path Priority Status

  • 0 /usr/lib/jvm/java-17-openjdk-amd64/bin/java 1711 auto mode
    1 /usr/lib/jvm/java-17-openjdk-amd64/bin/java 1711 manual mode

Press <enter> to keep the current choice[*], or type selection number:

median spindle
#

dam theres no java 18

#

probably because of the way we insatlled it

#

ok

#

time to test stuff

#

or

#

lets see

pulsar falcon
#

java 18 is only supported by oracle for the next 6 months but it offers memory usage improvements over java 17. adoptium is going to be better anyway

median spindle
#

time to run sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/whatever_the_java_thing_is/bin/java 1

#

replace whatever_the_java_thing_is with the java path of the 18 temurin release

lost bramble
#

with* what I renamed it?

median spindle
#

whatever it showed up as in the ls /usr/lib/jvm

lost bramble
#

ok 1 sec

#

so jdk-18.0.2.1+1?

median spindle
#

sounds like it yeah

lost bramble
#

ok 1 sec

median spindle
#

once its done can you run java --version and send output

lost bramble
#

says the path doesn't exist

median spindle
#

wah

#

thats not possible

#

ls /usr/lib/jvm/jdk-18.0.2.1+1

#

whats the output

lost bramble
#

bin cof etc

#

conf*

median spindle
lost bramble
#

bin conf include jmods legal lib man NOTICE release

median spindle
#

and then ls /usr/lib/jvm/jdk-18.0.2.1+1/bin

#

should contain a huge list and java will be a part of it

#

wacky ubuntu

lost bramble
#

yep

median spindle
#

so the path does exist

#

huh

lost bramble
#

1 sec

median spindle
#

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk-18.0.2.1+1/bin/java 1

#

try it again

#

idk

#

it would be really weird if /usr/bin/java wasn't there since thats also not possible

lost bramble
#

I got it to work

median spindle
#

does java --version output java 18?

lost bramble
#

no lol

median spindle
#

damn

#

ok

#

in that case

#

run sudo update-alternatives --config java

#

and tell me if you see java 18

lost bramble
#

its there

median spindle
#

YES

#

ok

#

whatever the number is there

#

beside it

#

probably a 1 or 2

#

something like that

#

just type that number

lost bramble
#

did

median spindle
#

now test java --version

lost bramble
#

18 now

median spindle
#

YES

lost bramble
median spindle
#

success

lost bramble
#

so

median spindle
#

only took too long

lost bramble
#

now do I need to do anything with my server.jar or anything in my servers directory

median spindle
#

in theory now your server should automatically use java

#

nope

#

it should use java 18 now by default

lost bramble
#

lets find out

median spindle
#

yep

lost bramble
#

didnt work server deleted itself and now my computer is on fire

median spindle
#

🛌

#

heading to bed youre on your own

lost bramble
#

uh oh

median spindle
#

i took a peek at the spark profiler earlier too

#

unfortunately doesn't seem to mention a mod

lost bramble
#

can't cd into my servers drive now murder

median spindle
#

but it does mention the command dispatcher was at fault

#

so the dev was right

#

being serious or trolling?

pulsar falcon
#

there are several network optimization mods in the modpack

#

which could be causing it

#

theoretically

lost bramble
#

restarting my vm, checking to see if its a me issue

median spindle
#

yeah

median spindle
pulsar falcon
#

which is why i advised removing performance mods

median spindle
#

^^

pulsar falcon
#

!fps

kindred turret
median spindle
#

all the optimization mods should be definitely removed

lost bramble
#

yeah I actually can't get into my servers drive now

median spindle
#

oh yeah this list

median spindle
#

like the 'cd' command doesn't work

#

or the directory isnt there

lost bramble
#

directory doesn't seem to exist

median spindle
#

where was the directory

lost bramble
#

/media/zere/MC/Minecraft

#

MC is a separate SSD mounted

median spindle
#

the dir MC is a separate SSD?

#

did the drive disconnect itself or something?

lost bramble
#

yes, I have a separate SSD for my server

median spindle
#

try ls /media/zere

lost bramble
#

nope i can still get into it, but I cd into it so that I can run the .sh

median spindle
#

and see whats there

lost bramble
#

MC there

median spindle
lost bramble
#

no fucking way

median spindle
#

ls /media/zere/MC?

lost bramble
#

NOW it works

median spindle
#

HAHA

#

its convenient to have the fps mods list

median spindle
#

itll be easy to just clean remove all those and see if it works

lost bramble
#

would that negatively affect server performance?

warm bough
#

so uhm i deleted a world and made a new one, but it sent me to my previous world?

median spindle
#

but its moreso for the sake of testing

median spindle
#

all you need to do is remove it temporarily to find the TPS problems

pulsar falcon
median spindle
#

if its not those mods than its either another obscure mod, or the datapack is less optimized than the dev thinks it is

pulsar falcon
#

kil you

pulsar falcon
#

died your family

lost bramble
#

mfw thrown against a wall

pulsar falcon
#

!!!!!!!

lost bramble
#

apl

#

nvm

median spindle
#

anyways i must sleep, its far too late now. i bid you well, hopefully you can find the issue with the datapack

lost bramble
#

Im glad everything worked out, thanks again for helping. Ill see if I can remove a few of the larger performance mods

warm bough
#

nvm ig it was a bug, i remade a new one and it gave me a new generated world

lost bramble
pulsar falcon
#

wdym

lost bramble
#

creeper head

pulsar falcon
#

thats vanilla minecraft.

fiery epoch
#

good day everyone! I would like to ask which mod is responsible for these awesome weapon animations? would love to add those to the modpack that we play with friends. Thank you!

pulsar falcon
#

since spectator mode was added

lost bramble
#

lmao no its not

fiery epoch
#

thanks!

pulsar falcon
fair hinge
lost bramble
#

im saying this is what happens when I put a creeper skull on

pulsar falcon
#

oh

#

i misunderstood

#

that might be Supplementaries or Effective or Illuminations

lost bramble
#

supplementaries, thanks

normal geyser
#

eskyoooooz me, if i did some buildling in a single player world, could i open it to friends by transfering the save folder to the server folder

pulsar falcon
#

yeah

#

i'd make a multiplayer world first

#

then transfer the singleplayer world files into the server world folder

#

delete server world folder contents first though

normal geyser
#

chorb on top

#

besides plains what is generally the flattest biome

kindred turret
#

y

normal geyser
warm bough
#

am i learning this right, if i make a new world with the same name as a deleted world, itll send me back to that generated world?

shut jungle
#

how can i find more polar bear fur?? and does insulating work on relic armour pieces

lost bramble
#

@pulsar falcon how significant are the performance differences between the two java versions I switched to/from

pulsar falcon
#

slightly significant

#

you will have less memory leaks, definitely

lost bramble
#

what a memory leak

pulsar falcon
#

game using a lot of memory for no reason

normal geyser
#

PES2_GuiltyGrin he doesnt know

stray pebble
#

do we have mod that increases furnace Burn Speed ​​than vanilla one ?

warm bough
#

are empty bottles the only way to drink water?

stray pebble
#

leather flask

#

bucket of milk

candid ivy
#

Is there some sort of party system? Like for exp share or opening eachothers chests?

stray pebble
#

am not sure that Juice from another mod is help or not

normal geyser
#

you can technically drink water with an empty hand

#

but you will gain more thirst than you replenish

stray pebble
#

greeting rat

normal geyser
#

halo

candid ivy
#

Also has anyone else ever experienced a bug where doors instantly close when opened? Or certain blocks replace after being broke?

normal geyser
#

that sounds like lag Hmmge

warm bough
#

oh okay i see, okay thanks for that :)

candid ivy
#

Hmm. What about the party system?

normal geyser
#

you can make and join a party with the ftbteams mod included

#

but afaik if you kill a boss like conjunctivius only 1 person will get the exp

normal geyser
#

quests are shared though

pulsar falcon
teal apex
#

which mod adds the rarities of items and the buffs and debuffs that they have?

warm bough
#

which mod adds the waterfall and water splash effect

warm bough
#

thanks, its dropping hellva frames

lost bramble
#

TieredZ

teal apex
#

tysm

lost bramble
#

How do I change the delay between backups in ftbbackups

#

I don't see a config option for it

dull hamlet
#

Ftbbackups2 or 1?

#

"backup_cron"

lost bramble
#

?

dull hamlet
lost bramble
#

what does the 6 indicate

dull hamlet
#

Every 6h

#

Kinda scuffed since it resets on restart

lost bramble
#

the entire config resets after restart?

dull hamlet
#

If it resets either server was on or config was wrong

ivory pivot
#

felt like this pretty:)

wooden hatch
#

Hi, may I ask for assistance? I am facing this problem every time I try opening the keybinds settings

pulsar falcon
#

and send the crash report

wooden hatch
pulsar falcon
#

okay

pulsar falcon
wooden hatch
#

from the mod folder?

pulsar falcon
#

yes

wooden hatch
#

Ok thank you very much for the quick response! I'll let you know if everything works fine

untold wren
#

hello where can i join a server i created ?

#

i dont see any button 'multiplayer' or smth

pulsar falcon
untold wren
#

server pack

#

on a second computer

pulsar falcon
#

just like normal

untold wren
#

nah look

pulsar falcon
#

click direct connect

#

then type localhost

untold wren
pulsar falcon
#

you arent logged into a microsoft account

untold wren
#

wha

#

lemme check

pulsar falcon
#

relog ur account

#

did you migrate?

untold wren
#

okay yeah i see the prob

#

thank u man

sonic star
#

what is the skill tree mod that this modpack uses called?

pulsar falcon
#

playerEX

lost bramble
#

NO CAPITAL E

lost bramble
pulsar falcon
#

next week or so

lost bramble
pulsar falcon
#

sharkie is on vacation

lost bramble
#

If i were a dev I could absolutely immaculately craft this modpack into perfection

pulsar falcon
#

he wont be publishing modpacks until jan 10th

lost bramble
#

not even joking

pulsar falcon
#

i finished a bmc 1.19.2 fabric update today except for quests

lost bramble
#

I am the troubleshooting masta

#

Config masta

pulsar falcon
#

^_^

lost bramble
#

make me config man

pulsar falcon
#

this is for bmc fab

#
[Stability Update]
FABRIC IS NOW 0.14.12
Mods:
+ Added Geophilic – Biome Overhauls (by bebebea_loste)
+ Added The Mushroom Update - AnimalMace Edition (by AnimalMace)
+ Added Smarter Farmers (farmers replant) (by MehVahdJukaar)
+ Added Carry On (by Tschipp)
+ Added Connectivity[Forge/Fabric] (by someaddon)
+ Added MoreCulling (by FX_PR0CESS)
+ Added Where's My Chat History? (Chat Tweaks) (by MechanicalArcane)
+ Added Stay True Modded Compats Resourcepack (by wedge1453)
+ Added Mandala's GUI - Dark mode Resourcepack (by cesar_zorak)
- Removed Default Dark Mode Resourcepack (Replaced)
- Removed Effective (Caused major lag)
- Removed Ingredient Extension API (Unused)
- Removed Carrier (Replaced)
- Removed Don't Clear Chat History (Replaced)
- Removed Extra Thicc Packets (Replaced)
- Removed Cull Less Leaves (Replaced)

Configs:
- Disabled Friends & Foes update checker
- Disabled BCLib customFogRendering 
- Disabled Immersive Weathering leaf piles, caused lag and other issues (Thanks Comply)
- CarryOn max stack limit 10 -> 2
- All baby mobs can be carried
- Players can not be carried
- VoidZ blocks can no longer be carried
- Halved chat width to 170, preventing HUD overlap

Updates:
- Fixed the Charm of Keeping deleting inventories (Twilight Forest)
- Trophies, skull candles, and bugs can now be worn on your head through Trinkets (Twilight Forest)
- Major performance improvements involving the HUD and maps in item frames (ImmediatelyFast)
- Added full support for the majority of Optifine shaders (Iris)
- Added 27 new food items (Nether Depths Upgrade)
- Renamed "Activate" keybind to "Activate Vein Mining" (Vein Mining)
- Fixed "Hold Shift" text displaying on non-enchanted items (Enchantment Descriptions)
- Fixed custom lightning rods not working as the vanilla one (Friends & Foes)
- Fixed a crash on the pause screen (ModMenu)
- Fixed moobloom child having random variant (Friends & Foes)
- Fixed log spam (Twilight Forest)
- Fixed zombie horse trap thunderstorm spawn event (Friends & Foes)
- Fixed crash when dripstone falls on moss carpet (Ecologics)
- Fixed a kick bug when trying to chime lapis and gypsum blocks on servers (More Geodes)
- Fixed flowering azalea leaves decaying after shearing them (Ecologics)
- Many fixes (Clumps)
- Many fixes (Straw Golem Rebaled)
#

there will be more to add in medieval

#

slightly more

lost bramble
#

absolute testing masta

round ravine
pulsar falcon
#

appears to be a MCDAR golem issue

lost bramble
#

chorb

molten dome
lost bramble
#

for the love of all that is pumpkin

pulsar falcon
#

yes

lost bramble
#

please find a way to disable team quest progression through ftbteams/quests

#

it fucks up my whole ranking system

pulsar falcon
#

have you tried google

lost bramble
#

yes

#

no work

round ravine
#

its happened in 20-30 seconds after backup

lost bramble
#

someone gets super far in ranks, someone joins their team and instantly gets the same rank

pulsar falcon
#

have you tried FTB's completely dead discord server

lost bramble
#

ftb discord can suck my nuts fr

pulsar falcon
#

you may need to ask 5 times to get an answer

lost bramble
#

they have a support channel with no support

#

99% of messages go overlooked

pulsar falcon
#

yeah lmao

lost bramble
#

and the 1% are doggy answers

pulsar falcon
#

arent they a registered company

#

but cant afford one support guy

lost bramble
pulsar falcon
#

i mean im paid part time to just do support and update modpacks sometimes

lost bramble
#

when I asked about it they said "its more of a community support thing"

pulsar falcon
#

its not that crazy

pulsar falcon
#

ask on their github then

lost bramble
#

Im going to do something absolutely devious

pulsar falcon
#

ask/suggest

lost bramble
#

or ping/demand

pulsar falcon
#

kill/murder

lost bramble
#

fug/ma

pulsar falcon
lost bramble
#

why do you have so much jerma

lost bramble
#

my funny gifs would be = funny = immediate ban

pulsar falcon
#

you're a big snack fiend

#

always posting cheese

#

and apples

lost bramble
#

are you able to create roles?

pulsar falcon
#

yea

lost bramble
#

oofmas?

pulsar falcon
#

yea

#

2 years ago i asked in a lobby of The Pit on Hypixel what i should change my name to

#

and the first answer was oofmas

#

my name was StopBullyingMe

#

like as a joke

#

haha funy

#

yk

#

but i got targeted a lot for it

lost bramble
#

I stole my name from someone I saw on borderlands 2 like 3 years ago

pulsar falcon
#

you are reddit

#

unfortunately

lost bramble
dull hamlet
lost bramble
#

so when do I become the owner of this discord

#

add voice chat to this modpack

#

absolute W moment for servers

pulsar falcon
#

those mods have caused issues in the past

#

it would be up to you & your server

#

you can likely find one that works serverside only without clientside dependency

lost bramble
#

make it so moths instantly kill you if you touch them

molten dome
lost bramble
#

You should rename this modpack to fantasy realm

#

more fitting

pulsar falcon
#

original modpack name

#

where'd you come up with it

lost bramble
#

For real though, this is magical fantasy medieval

#

Tbh, rpg diff doesn't seem like it needs to be in the pack

#

It'd be nicer for mobs to be stronger in certain areas like dungeons etc or when more players are online rather than across the entire world you play on

#

I'll post a general suggestion in #suggestions but I don't expect it to be voted on highly

pulsar falcon
#

that's based on regions being more difficult

#

it has rpg or difficult in the mama and exists for 1.19.2 Fabric

#

you gotta find it tho

kindred turret
#

i think it is rpg monsters

#

Sorry Rpg difficulty

pulsar falcon
lost bramble
#

thats the mod thats installed lmao

#

the one Im asking to be changed

kindred turret
#

oh sorry didnt read

#

🥹

tall edge
# lost bramble the one Im asking to be changed

You can disable relic ex, player ex, professions, and then add levelz and jobsaddon. Go into the rpg difficulty config and it has an option for levelz change it to 1. It’ll scale of your level and things are locked behind stats until you level those stats up

lost bramble
#

where is levelZ even coming from

#

its not in the modpack

#

oh

#

nvm I read wrong

#

Yeah this is just not possible on a server

tall edge
#

Yes it is

#

I’ve done it lol

lost bramble
#

Im not going to have every single one of my players download specific mods to join my server

tall edge
#

Upload your mod folder to google drive, tell them to delete mods from the old folder and add all the mods from the google drive folder.

#

There’s a lot of ways to do things

lost bramble
#

you're an idiot if you think thats a good idea for a server lmao

#

I already configured playerEx and relicEx to my liking, and my rpgdifficulty config was added to a release of this modpack. I'm saying the default for other mods should balance out more and not make the game so incredibly easy.

azure chasm
#

Hi , i already saw someone with this problem , can you help me pleas ? 🙂

#

When my friend leave the server , the server crash

lost bramble
#

will fix the issue

azure chasm
tall edge
#

But you’re complaining about the modpack being too easy i gave you other options. Sometimes you have to make the modpack into what you want there’s a lot of things you can change server side. You can’t expect the modpack creators to do it for you they did 100% of the work. Now you can add 1% of that to what you want.

Add mods, change configs, test things out. Everything you want is up to you too do. There are solutions just depends if you wanna put the time and effort into it. That’s the last I’ll say on the subject good luck.

azure chasm
#

long_range_tracker_interval: 20

#

this one right ?

lost bramble
#

distance

#

not interval

#

My general point was that if more time was spent configuring specific aspects of the modpack rather than constantly adding new content, it could be more enjoyable to play. For example fixing the pillager/journeymap rendering issue, properly setting binds so we don't have to unbind something for another thing to work, adding immersion mods, making things generally more of a challenge rather than annoyingly difficult. Switch rpgdiff to a more suitable difficulty mod, some of the mods in this modpack shouldn't have even been added that make the game pointless to grind at all, such as conjuring. If this modpack is going for a Medieval feel, why are there gatling guns or weapons that do hundreds of thousands of damage. Many things should have been reconsidered when adding mods but can still be fixed. These mods don't seem to have eachother in mind, one boss is supposed to be diffucult, but you can instantly kill it with an unenchanted glass sword.

normal geyser
#

i think lifesteal is a bit op too

dull hamlet
lost bramble
normal geyser
simple prairie
lost bramble
#

Then make someone who does a contributor to the modpack

#

Like you, or a helper that plays

heavy raven
lost bramble
#

I'm not mentioning balance because I'm worried about players becoming too op too fast, I mentioned it because there's literally no balance or attempt at it in this modpack so 80% of the mods are useless for progression.

heavy raven
#

Also, why don't you just give more specific config suggestions? Like, what binds would you recommend for example, instead of just complaining, help to fix it, as you seems to have played the modpack a lot, your experience would probably be very appreciated

lost bramble
#

unbind narrator from the default config of B, unbind all left alt binds except for crawl, a few other binds that need to be reset for the primary one to function

heavy raven
lost bramble
#

Funny? wdym

heavy raven
#

Funny in the sense of fun to play

lost bramble
#

At the very least the modpack is nothing medieval

azure chasm
lost bramble
#

go into your server's world file

#

then find the "serverconfig" folder

azure chasm
#

i'm in ftbchunck world

lost bramble
#

yes

azure chasm
#

but cant find distance

lost bramble
#

1 sec

azure chasm
#

np 🙂

lost bramble
#

go to the ftbchunks.snbt file

#

not the world one

#

wait

#

no its in the world

#

"long_range_tracker_interval"

#

set that to 0

azure chasm
#

ah its interval ok ok ty

lost bramble
#

np

gritty ingot
#

If I fall into void, will a grave be generated?

normal geyser
#

ya

heavy raven
# normal geyser ya

Imagine it doesn't and you become responsible for people losing all their stuff nobaNyeh

crystal lagoon
#

Y'all I'm just starting on mmc3, what's the best origin in your opinion? Or which one is most fun

cold stag
#

are these warning normal when ftbbackup runs:

normal geyser
#

no prablem

undone grove
#

What is the minimum mining level for unobtainium?

normal geyser
#

ur lookin at about y4

#

best at y-16 - y-24

normal geyser
outer frost
#

hey uh...

#

how do i get the modpack to work?

#

the medieval fabric modpack

normal geyser
#

you install it via gdlauncher or atlauncher

#

then you play

outer frost
#

wait i

cold stag
#

what about this?

outer frost
#

just downloaded it from curseforge

normal geyser
#

curseforge is causing many issues lately

#

!alternates

kindred turret
#

We suggest using one of these two launchers for several reasons. They are considered far better than any other launcher. When installing a modpack on either launcher, do it through the Curseforge tab within GDLauncher/ATLauncher. You can transfer your Curseforge save to GDL/ATL. Because you are downloading the exact same files, you'll still be able to join the same servers and worlds.

ATLauncher - Slightly harder to use, works offline, fast and efficient, has more features. Can be downloaded from https://atlauncher.com/downloads

GDLauncher - Easy to use, works offline, does all the work for you, very simplistic and sleek design but it feels bloated to make it look nice and people do have issues with it. Can be downloaded from https://gdlauncher.com/en/download/

outer frost
#

o

#

hmmm

dusky parrot
#

ATlauncher is great

heavy raven
#

I like gd more

lapis epoch
normal geyser
#

looks like a good mod POGGA

#

i steal?

lapis epoch
#

do it

ocean nebula
#

Hello, Is there any server that accepts no premium?

lapis epoch
#

nope

#

also

#

!cracked

kindred turret
#

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.

normal geyser
#

get ur shekels out and buy it from microsoft

undone grove
normal geyser
#

u mean like the professions mod that gives you +mining? dont need it to mine anything
in terms of pickaxe quality netherite+ will work (stuff like adamantite work too)
in terms of y level its as i wrote above

lapis epoch
#

i think netherite is 4

undone grove
#

Yes, I was referring to the tool required/harvest level. Know diamond was not enough for it, so wanted to be sure before I go making a pick

normal geyser
#

if you hold \your pickaxe over the ore if it has a red X in the corner (top left i think) it means you wont get the ore

ocean nebula
#

jum, I will play at the end of this 2023 when I can afford it, thanks anyway

lapis epoch
#

i think jade tells you when looking at the block but im not sure if it's in item tooltips in rei too

undone grove
#

It does have a checkmark or X but it doesn't say what is required before crafting

normal geyser
#

netherite and some mythicmetals will work too iirc like orichaclum, adamantite, mythril

kindred turret
#

jinx

normal geyser
undone grove
#

Appreciated

kindred turret
#

I guess there’s also star platinum but you also need 4 to harvest starrite so it’s a lil redundant

normal geyser
#

u ever heard of the fugma ore?

dusky parrot
#

would you reccomend weapons from the soul like weapons mod

normal geyser
normal geyser
#

good thing mid game is to kill the miencells boss and put his sword in your offhand

#

24 attack sword PES2_GuiltyGrin

dusky parrot
#

which sword?

normal geyser
#

cursed sword

dusky parrot
#

alr

normal geyser
#

just dont use it in your mainhand

dusky parrot
#

im currently dual weilding diamond maces

normal geyser
#

rat go slepp

kindred galleon
#

Night rat

simple prairie
civic crypt
#

Is there any way to decrease the size of items' descriptions in my inventory? It gets cut off because it goes oiff the screen and I cant read everything i need to

civic prairie
civic crypt
#

Hmm no its only on weapons or armor

#

with an enchantment

civic prairie
#

ah

civic crypt
#

one sec ill ss

heavy raven
#

Isn't tooltip fix part of this modpack?

civic crypt
civic prairie
#

yea i have a couple items like that aswell

#

i guess worst case scenario you can make ur whole gui smaller

#

to read

civic crypt
#

yeah thats what i figured

civic prairie
#

also

#

am i stupid or is this not supposed to show its actual values, cause it does add armor

fair hinge
#

@midnight citrus hey when you took those screenshots for (which you didn't have to do btw), did the firefly have wings or no?? It's ok if you don't remember 🙂

civic prairie
#

e

fair hinge
#

shush that was an accident!!

civic prairie
#

too late

#

the e is written in history

fair hinge
#

YoU lItTlE sHiT!!!!!!!!!

civic crypt
#

histore

dusky parrot
#

anyine reccomend any crossbows or bows as a backup weapon?

#

i dual weild maces

fair hinge
civic prairie
#

u can dual wield?

heavy raven
civic prairie
#

nope doesnt work

heavy raven
#

thunk then idk :s

civic prairie
#

weird cuz

#

this also gives armor

#

unless the armor icons above hp work differently

heavy raven
#

Ah yes, an Epic Common Relic

civic prairie
#

oh all armor dont show it im stupid

#

i guess it only shows the prefix or whatever

#

random roll

heavy raven
#

I don't remember how to show the tooltips of the armor, i really thought it was enabling advanced tooltips (the f3+H thing)

fair hinge
kindred galleon
#

tieredz is just weird like that

civic prairie
#

yea but it only shows

#

the id

#

and

#

nbt tags

kindred galleon
#

if you want to know the base stats of something, you can search for it in REI

civic prairie
#

alright thanks

#

quite inconvenient but it will do lmao

kindred galleon
#

it is, but it's just a weird thing with tieredz

fair hinge
civic prairie
#

i think its just shown by some other mod normally aswell

fair hinge
#

no it's a vanilla thing

#

you can do it normally in normal MC

civic prairie
#

I mean

#

I know advanced tooltips shows it

#

but with it disabled its shown in this

fair hinge
#

hm....alr

civic prairie
#

i guess easier way to see base armor is just using the recipe key

#

to check

heavy raven
#

Toolstats also adds some tooltips, right?

kindred galleon
#

yeah

#

this was to slept up there kekw

azure chasm
#

Did you know why it wont open :/ ?

kindred galleon
#

why what won't open

civic prairie
#

ok but it wont work with relics cuz i guess theyre technically the same item 💀

kindred galleon
#

i saw an eye of ender, that doesn't work

azure chasm
#

it was there before 🥲

kindred galleon
#

right click it with a different eye

#

to take it out

azure chasm
#

ohhh ok ok nice ty

tame mesa
#

how do i pick up my items from here

kindred galleon
#

break the block

amber nymph
#

how do you get Star Platinum gear without it losing the attack damage?

#

oh nvm, it just didn't show the stat but it still applied

azure chasm
#

End city are a lot harder to find right ?

hushed eagle
#

If i delete Enviroment Z does that only get rid of the whole temperature thing ?

#

driving me and my friends crazy

drifting mica
#

Do all piglins have gibberish names in this modpack?

candid ivy
#

is there a way to recycle old armor?

heavy raven
#

Its names on their alphabet

candid ivy
drifting mica
# candid ivy is there a way to recycle old armor?

You can get an iron or gold nugget by chucking them in a furnace, or cut leather armor with a knife and cutting board for a piece of leather. You can also use an uncrafting table from the Twilight Forest, but that costs exp

grand valve
#

he;p plz

#

my game crashes every 30 mins or so sobbing_face

simple prairie
lost bramble
#

you also have like no ram in your computer

grand valve
#

i have 16 i allocated 8

simple prairie
tired hull
#

for the life of me I cannot figure out how bewitchment altars work. I build it, place it, and it's... just a regular block. No way to interact with it, no way to place items on it, no ME-related stuff showing up anywhere

azure chasm
#

What's the best elytra upgrade ? i see to many option but are those from icarus better ? or ?

left pecan
#

Has anyone messed with the falling leaves on immersive weathering? I'm trying to disable but not sure how in the config.

candid ivy
#

why cant i break stone?

undone grove
#

Do you have spawn area protection turned on?

candid ivy
#

not sure, where do i check for that?

zealous dune
#

Hi there, I am looking for modpacks to play with my friends in a localhost and I found this one, it looks really nice and fun. How much RAM memory I need to allocate so that this modpack doesn't get lag with 4 people playing?

undone grove
candid ivy
undone grove
#

It's also in chunks, not blocks

candid ivy
#

ohhh

#

that makes sense then

#

Thank you!

sly heath
#

is anybody else having problems with opening a chest underwater? timing out when I do so

wispy marsh
#

Is there for now any OP/broken strat for this modpack ? I want to skip early and mid game and be ready for end game

kindred turret
#

cursed sword not killing you in offhand is pretty strong too, you would just need to find a minecells portal and cheese Conjunctivitis.

undone grove
#

Easiest thing is to get to Steel quickly and go from there, only takes iron/coal, it's borderline equal to diamond with same enchantibility.

And build a farm early game gets you easy loot/relics that you can add to those armors to beef them up for cheap.

#

And yes, Bag of Souls III + Reaper of Souls on the weapon lets you level up and enchant like crazy

marble widget
undone grove
kindred turret
sly heath
undone grove
pulsar falcon
# lost bramble My general point was that if more time was spent configuring specific aspects of...
  1. i have read every single suggestion regarding configs and did almost all of them. when i install a mod, i do configure it. look at the last 5 changelogs.

  2. i do not play the modpack for hundreds of hours. i trust that the people who do will suggest changes.

  3. i don't appreciate you acting like i'm ignoring the community or disregarding balance when i have consistently done everything i can to balance the modpack. i repeatedly asked you for configs and all you did was change 2 values in 2 configs. you're acting like you have these genius ideas for config changes but have not suggested a single one

  4. "Switch rpgdiff to a more suitable difficulty mod" suggest it! i already told you an alternative!

  5. conjuring is fun. sharkie wants it in the modpack. you can suggest to the mod dev to add more config options.

  6. "weapons that do hundreds of thousands of damage" and all you can list is the glass sword which i literally can not do anything about. the Things mod does not have a config and twilight forest has no option to disable it. I would add CraftTweaker but it requires Ingredient Extension API and that causes tons of issues

pulsar falcon
# lost bramble Then make someone who does a contributor to the modpack

Sounds great until you realize nobody suggests anything lmfao. who am i supposed to elect if nobody is showing their abilities. I mean you've demonstrated your ability to change the PlayerEX config and complain for several hours about issues you're giving no solutions to, but that's not really enough imo

pulsar falcon
pulsar falcon
lost bramble
#

How about I send you just a custom installation of the modpack with everything changed that I'm referring to. I'll list the changes I've made.

kindred turret
lost bramble
#

It's easier to have it in front of me rather than suggest everything separately

candid ivy
lost bramble
candid ivy
#

Thank you chorb

pulsar falcon
#

some people might not like certain configs

lost bramble
#

thats fine

mighty kiln
#

can i download optifine on this?

pulsar falcon
#

!optifine

alpine bane
#

Guys, there is leather armor with protection 8 and unbreakable, is there any way to give it back? without finding it again in dungeons

kindred turret
#

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

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

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

pulsar falcon
#

optifine isnt a fabric mod

mighty kiln
#

oh

kindred turret
# lost bramble Want me to send it there?

I think it would be helpful to itemize your suggestions more specifically. Like your server had playerex settings I really liked, a separate suggestion for lowering/removing tomes and adjusting level scaling I would definitely upvote

#

your last suggestion was kind of word salad

pulsar falcon
#

we already use his playerex config lmao

lost bramble
#

lol

kindred turret
#

oh is that new?

#

I haven’t played 14.5 in singleplayer admittedly

candid ivy
#

So can felines not mine very well because of that?

lost bramble
#

It's not in 14.5

kindred turret
alpine bane
#

like, take it somehow frm creative or smth

#

cuz i died at a boss and my sword and the whole armor dissapeared

#

when i took the grave back

kindred turret
#

You could give yourself an unbreakable protection 8 leather helmet with commands in vanilla, if that’s what you’re asking

#

but I don’t know how anything would have disappeared.

pulsar falcon
#

it likely had curse of vanishing enchant

alpine bane
#

it had nothing else than protection and unbreakable, that's why it was weird

#

xD

pulsar falcon
#

then it broke

#

well its unbreakable

#

idk dawg

alpine bane
#

xD

lost bramble
#

sculpting tf out of this modpack atm

alpine bane
#

yee, i was like wtf

kindred turret
#

sure you got the right grave?

alpine bane
#

yep

#

it was the only grave i had

#

and the other items were there

kindred turret
#

anyway just look up a give command generator. You can set unbreakable and protection 8 with the vanilla give command.

alpine bane
#

only the sword i had in hand and the armor dissapeared

undone grove
#

That's why I'm a big fan of the soulbind enchant

kindred galleon
kindred turret
#

but just fyi if you’re trying to be consistent, only the helmet is unbreakable. The pants are not.

kindred galleon
#

that's the problem

kindred turret
kindred galleon
#

charm of keeping deletes gear

alpine bane
#

damn

pulsar falcon
# lost bramble My general point was that if more time was spent configuring specific aspects of...

I don't think you understand how much I do every update and why I am unable to spend hundreds of hours critiquing and balancing the modpack. Just to update BMC Fabric (the relatively small update in #better-mc-fabric pins) I had to dm 1 mod creator, join 4 discords, launch the game twenty times, read the entire MoreCulling wiki, scroll through recently updated mods on Curseforge for 20 minutes, the list goes on

#

I'm not reading #suggestions, adding the first five mods I see, and then calling it a day

alpine bane
#

so i should avoid charms from now on

#

good to know

#

xD

kindred turret
pulsar falcon
#

I barely read suggestions at all because a majority of it is just "add create" or "add this mod which is incompatible with literally everything and I've done no research on, but I'm still suggesting it and if you don't add it within a week I'm suggesting it again"

kindred galleon
#

you want a new prot VIII? I can give you the code for a prot VIII, but not have it unbreakable rly

pulsar falcon
#

and you're fine

alpine bane
kindred turret
alpine bane
#

cuz i play with friends and they keep hitting me

#

and the armors break

kindred galleon
#

I see

lost bramble
alpine bane
#

i wouldn't really care that much about a leather helmet with protection

#

but the unbreakable part was the cherry on top

#

xD

kindred turret
#

although admittedly those mushroom mine helmets are not THAT rare…

#

but if you want to cheat it back in just use that

alpine bane
#

i don't really know how they got it, they gave it to me

#

xD

#

but ty 😄

kindred galleon
#

just kill mushroom mine mobs

zealous dune
mighty kiln
#

where do i find champion petra armor

tepid goblet
#

ive realized theres this ranking system on weapons and armor higher u got better buff n lower, nerf. so im wondering if theres any way for me to up the rank in these item with out having to try my luck crafting a new one hopefully better one

#

the internet not helping ether so please stop saying search it up

kindred galleon
#

it's right here though

fair hinge
#

btw i have no clue what that says in the corner.

kindred galleon
#

racket

fair hinge
#

heh?

kindred galleon
#

it says racket

fair hinge
#

how the hell did you know that!?!?!?

kindred galleon
#

I had an ex that spoke fluent spanish, and wanted to become a spanish teacher

fair hinge
#

oh

kindred galleon
#

I learned a few, random ass words from her

fair hinge
#

makes sense i guess

kindred galleon
#

I can kinda discern words I dont' know because they're similar to their english counterparts too

fair hinge
#

hey @kindred galleon what's vaca in english???

#

just thought i'd ask?

kindred galleon
#

I'm not fluent, I can just pick up random words

fair hinge
#

ik i was mostly just messing around that's all

#

btw vaca is 🐮 in Spanish

kindred galleon
#

ah

fair hinge
#

MmMmOoOoOoOoOOoOoOoOoOOoOoOoOoO

kindred galleon
#

I mean, I love to say "callate la boca" to ppl that annoy me kekw

fair hinge
#

oof

#

(I totally knew what that meant in English)

kindred galleon
#

'shut your mouth'

heavy raven
kindred galleon
#

I'm not sure if I should ask what that means blep

fair hinge
heavy raven
#

Yeah, pretty much the same, but more rude, and without insulting... yet

fair hinge
#

the only reason i knew that is bc i copied & pasted it into google translate

#

i wish i knew a lot more spanish but i don't unfortunately 😦

tepid goblet
#

how do i open my world from the backup files

#

i messed up n need to reload from a previous save

median spindle
#

extract the backup and put in on the backup

tepid goblet
#

how

median spindle
#

open the zip file from backups/ folder

#

see the most recent backup there and double click it

#

itll have a world file

#

copy that into your saves/ folder

fair hinge
#

extract it as if it were a map you've downloaded from somewhere on the internet

#

i hope i'm right btw

tepid goblet
#

im i close

#

it is my first time doing sum like this

pulsar falcon
#

what the fuck is that

#

how

tepid goblet
#

ok this is the back up files

pulsar falcon
#

what program are you opening those in

#

and why is it on your pc

#

and why are you opening it at all

tepid goblet
#

ots express zip file compresstion

pulsar falcon
#

wtf is that LOL

tepid goblet
#

im trying to load my world back 30min

pulsar falcon
#

I'm sorry I've literally never heard of that in my life

tepid goblet
#

IDK IT WAS JUST... THERE

pulsar falcon
#

uninstall it

#

install 7zip

#

or winrar

tepid goblet
#

ok got 7zip i think

#

ok yah i got 7zip wat now

bright monolith
#

whats the biggest storage chest?

heavy raven
#

You don't even need a program to open/extract zips on windows xD, but yeah 7zip is the best program for compressed stuff in general

tepid goblet
#

i did "extract file" clicked yes and rename was that how its dun or

median spindle
#

7zip >>>

tepid goblet
#

yes 7zip is good but wheres the walkthru

median spindle
#

same stuff as i said above

#

drag drop the world file into your saves folder

cold stag
#

I'd say how to zip/unzip is out of scope for a mod pack :v

fresh quail
#

Hello, I wanted to potentially play this modpack with a friend of mine. How much server ram would be needed to run it for just 2 people do you think?

median spindle
#

4GB

fresh quail
#

Thanks I will give it a try, if not I can allocate more.

#

Appreciate it

tepid goblet
#

@median spindle mind if u walk me thru it in VC 😅

median spindle
#

can’t unfortunately, am at a public function

tepid goblet
#

dam

fallen pollen
#

how do i get the void strike enchantment?

tired hull
#

anybody know how bewitchment altars work? I've built one, and it doesn't seem to really do anything. Can't cast anything requiring ME to use, rituals fail, etc

zealous dune
#

Hey I'm trying to play with my friends in a local server

#

I already ported and have the server running

#

what IP I need to send them? The one on the port, or the public ipv4?

zealous dune
#

hmm I sent him but he got a timeout

#

and when trying to add the server, it stays pinging

#

when I checked my router there already was a port, do I need to create a new one?

#

I tested it on my pc, opened the server and joined without a problem

undone grove
mighty kiln
#

how do you get champion petra armor

zealous dune
#

on server.properties, the rcon.port needs to be the same?

#

ok, my internal IP on my port forward was wrong, I'll try again soon. On server properties, do I need to change anything to make it work?

undone grove
#

No, defaults should be fine if your port forwarding is correct

fresh quail
#

Any recommended settings for performance that dont do too much to the experience?

kindred galleon
#

performance guide in #faq

fresh quail
#

Thanks

ancient jungle
#

is there a chunk loader mod in this modpack?

kindred galleon
#

ftbchunks

pulsar falcon
#

read.

#

the.

#

quests.

#

please.

versed adder
#

how can i disable effects of environmentz on a server?

pulsar falcon
#

the config

fair hinge
#

i'm fat

median spindle
fair hinge
#

wow that's all you have to say

median spindle
#

sorry for your loss 🙏

pulsar falcon
fair hinge
#

so this what i was presented with when i googled @pulsar falcon

teal apex
#

is there a way to strip enchantments in the 1.19.2 version?

midnight citrus
fair hinge
teal apex
#

i mean like to keep the enchantment

fair hinge
midnight citrus
#

just read the grindstone quest

cosmic tree
#

Im trying to run a server locally and i keep getting this when i run start file can anyone give me an idea on what i need to do

fair hinge
midnight citrus
fair hinge
#

oof

fathom plinth
median spindle
#

doesnt even have java

fair hinge
#

bruh my laptop be sounding like a rocket ship taking off

void hill
#

anyone else having trouble with frame rate drops with vanilla chests?

median spindle
#

cant say i am

#

try performance tips in #faq

void hill
#

i am getting drops from 60 down to 20 in my storage building

median spindle
#

ahhh

#

wait

void hill
#

and only in that building

median spindle
#

toms storage?

void hill
#

nope

#

just vanilla MC chests

median spindle
#

really? follow tips from #faq and if that doesnt work run a tos

#

!tps

kindred turret
median spindle
#

run that command for a minute then send the link here

midnight citrus
#

because that's an important detail

teal apex
midnight citrus
#

the

#

quests

#

it's in the grindstone quest

#

read it

#

follow it

#

you'll understand

void hill
teal apex
#

omg theres two grindstone quests

#

sorry

midnight citrus
teal apex
#

feels a little stupid

void hill
#

so my issue is only with my one storage building. its made of deepslate bricks, white concrete and spruce slabs

#

and then just like 100 double chests

midnight citrus
#

Gee, probably because you have 100 double chests

#

Quite excessive if you ask me

void hill
#

i have that many items tho...

midnight citrus
#

For what? Lol

void hill
#

building

#

i have dug 12 chunks out too and i stored all those blocks

midnight citrus
#

Connect them all with tom's storage and then use the wireless access terminal

void hill
#

you think that would reduce the lag?

midnight citrus
#

maybe a little

void hill
#

also all the chests are in the same chunk too

midnight citrus
#

but yeah, that's excessive af

void hill
#

i mean, theres that many things to build with in the pack lol

midnight citrus
#

Like, unless you plan on building a very detailed kingdom or city and not a small one, then that's excessive

void hill
#

thats the plan lmao

midnight citrus
#

you won't have time to do that by yourself, those extremely detailed amazing builds that are showcased are usually done by teams

#

in creative

void hill
#

i already have a region expanding 30 x 30 chunks

midnight citrus
#

Okay

void hill
#

been going for 2 months solid with 550 days on the server

#

i just barely went to the end stronghold as of today lmao

void hill
#

i am holding an ice pack while sitting in a water puddle with no armor in the winter and my temperature will not go down

midnight citrus
#

at least

#

should probably read pins/quests on how to avoid having to do this in the future

void hill
#

i have read the pins

#

they have not changed that 10 minutes did nothing

tardy yoke
#

hey.
I started playing and started as blazeborn but after I die I start overheating and get thirsty, is there a way to fix without orb of origin?

uncut elm
#

nope

fair hinge
#

@midnight citrus if don't remember this, that's ok but how many colors do you think those fireflies in the nether come in????

midnight citrus
midnight citrus
tardy yoke
#

I built base in the nether before I died. I just leave it then?

#

its raining rn so I gotta wait

kindred galleon
tardy yoke
#

would it work if im on a server?

kindred galleon
#

it should reset your data

#

but if not, it'd have to be server restart