#steampunk
1 messages Β· Page 131 of 1
I had to do some quick googling, but turns out prism has a setting to use the system glfw and openal libraries under Settings > Minecraft > Tweaks (only mentioning bcs it could help somebody in the future)
I'll pop it in to Front so they can adjust their command.
I do have 16 gigs of ram, but your phrasing has me curious, how did you all figure that out? Guessing, or something more concrete?
lots of personal use, lots of helping others. Java has really crappy garbage collection, so having too much ram likes to give a ton of problems. It's basically that broken pair of undies you should've gotten rid of 10 years ago but still holding onto
LMAO so accurate
I would've said bra, but not everyone has a fav bra they don't wanna get rid of xD
I'm kinda mad now, because it seems like I'm gonna have to fork GLFW...
Front said their thing is a library that is all together in one bundle basically for those that won't already have it
Like, be for real, is that seriously a good reason to HALT PROCESSING???
their thing
I'm afraid I'm out of the loop, could you explain?
!linux
GLFW
- Download the latest GLFW library files from your distros official repositories. If you are on a slow updating distro (like Ubuntu), instead download the latest pre-built files from my repository at https://github.com/Frontear/glfw-libs/releases
- Add
-Dorg.lwjgl.glfw.libname=/path/to/fileto your launcher java arguments. An example of what this might look like is-Dorg.lwjgl.glfw.libname=/home/frontear/Downloads/libglfw.so.
OpenAL
- Download the latest OpenAL library files from your distros official repositories.
- Add
-Dorg.lwjgl.openal.libname=/usr/lib/libopenal.so(this path might be different depending on your distribution so please double check).
the library files and command lines they recommend
hi fronty wonty here
I didn't notice the owner of the repo, sry
all g lol, i package these from source because most ppl dont have glfw and openal libs on their system
I've never used linux personally so I am way out of my fortay. Hence. needing them
of course you can use your own set from your distro repos if you want, i only provide em for the convenience
Are they modified at all?
I'm a visual learner, unless I've touched it myself I can't help very well xD
nope, the entire build process can be shown and seen in the nix build files
I'm afraid the standard GLFW isn't exactly on speaking terms with wayland atm...
it compiles with support for both
beef or just incompats?
def beef
which uh i forget
right?
yeah thats the default behaviour afaik
if you really need it running under wayland strictly
then youll need to pull from your repos if they have a package for that
since i havent patched mine with wayland specific stuff
See I know it runs under Xwayland, which isn't a problem for me, but something isn't telling GLFW to run under X...
hm any chance you got some env or other parameter telling glfw to go wayland strictly
otherwise the whole "lack of window icons" wouldn't matter
can you set env vars in prism?
nada
its per instance too if you want
might be elsewhere but it is there ive seen it a few times
mostly useful for optimus users
For I haven't gotten the game to launch doing that yet so yeah
im guessing you installed it from the repos
your distro repos
did you install one that was called glfw-wayland
or anything of the sort?
afaik glfw can be built for explicitly wayland only support
nope
God damn
are you on arch by any chance?
How did you get so many
oh noice :3
you can try your luck with that maybe
tho im a bit surprised arch never gave me trouble on wayland
wonder if maybe youve got some flag set by the desktop environment
thats forcing wayland as much as possible
I use hyprland so it's unlikely
ho another hyprland user
did you set any of those flags that try to go wayland specific
not really
like the gtk/qt ones
hm
even more strange ngl
i use both hyprland AND did use arch and never seemed to have an issue
but yeah you could try going for the AUR glfw one
I do run dbus-update-activation-environment --systemd --all at startup but I doubt that affects anything
i know it exists, think it was called glfw-minecraft-fix
nah it doesnt, and also iirc its no longer needed in hyprland startup, not that it does anything bad to keep
that mod is op now that i remember
farms for essentially anything
though it does take effort to setup
it is actually π
huh, guess its sorta system specific
without it dolphin doesn't know what programs are on my system
I DID IT
okay fair i dont use dolhpin either so
I set the wrapper command to env -u WAYLAND_DISPLAY so it doesn't see the wayland server
yup
im a but surprised glfw goes wayland default now since its still unstable
that way I can keep using the standard unmodified library
good fix tho, ill keep that one in mind
yus
speaking of i should prolly push an update for my glfw stuff soon, think im a few commits out of date
btw I'm planning on switching to nix, but it's really hard to learn, any help
my first recommendation would be to install nix the toolchain on your arch system
its a HUGE leap to go nixos immediately and honestly a lot harder than i expected at first, if you value your stable setup rn stick to it and grab just nix
One step ahead of you lol
arch repos got it
ye perfect
are you interested in going nixos
or just using nix for the toolchain
I want to switch to nixos for the dynamic management
So I can manage my system via scripts
While that is possible on Arch, it's not really that feasible
valid
that was my change as well
uh in that case
you can try to use nix to declare certain syatem things
like packages
instead of using arch repos
that can be your first integration to nix overall
I'm really just interested in a way to learn nix, I've already dabbled in nixos on a couple of small things, so I kinda get it, but there's a lot that isn't explained well
funny how we were talking about linux and its limitations and suddenly this lovely problem came in xD
big agree
too much in fact isnt explained well
id encourage you to join the nix/os discord server
Yeah nixos is relatively new so the documentation isn't all there yet
and also join the official matrix
both have great places to get help
in terms of strictly learning youll be doing a LOT of reading
mainly in random places
the wiki is okay
also nix.dev
and the official nixos.org manual, which has a bunch of long reads about some niche things
that can be helpful
then yeah the discord + matrix
2 of the best places imo
if you wanna go crazy you could totally setup a dual boot
with nixos
and try to re-create your stuff from arch to over there
its gonna be a slow-ish process but you can def get there
It would be a lot faster to just use a vm
honestly vm's are kinda hit or miss in my experience
they don't tend to do well with nix's high IO requirement
Or better yet, distrobox
im assuming youre familiar with the nix store
oof, distrobox
uh actually idk how it woudl even work on that
im pretty sure last i checked it had no support for nixos
since it does things so differently than other linux-based os
Honestly I was just trying to figure out how to run two distros in tandem
normally yeah id recommend distrobox or qemu vms
but nixos especially is not a good fit for either unfortunately
dual-boot would be your best option
Nixos runs great on wsl lmaooo
or you could go nixos -> arch distrobox/qemu vm
yup, surprinsgly
actually ig on qemu if you setup a real physical drive with a partition
dedicated for the vm
so it has high throughput
It'd be easier to just backup my arch setup and port it
i imagine it could work fine
yes definitely
make a snapshot or commit all your configs into a dotfiles styled repo
and push them
nixos configurations are 99% managed via dotfiles as well on github, so you could seamlessly start transitioning
Ughhhh I don't have a dots repo bcs I'm too lazy to remake all my shit in a cleaner way
oh you def dont have to
but it makes things a bit easier especially if you ask for help, most ppl will ask to see the whole dotfiles
Part of the reason I wanted to switch to nix was so that I would be forced to do so
thats fair
yeah i did the same thing, it was rough but i do think it probably helped in forcing m to learn faster
i also did a really crazy thing called impermanence
where the entire system, like the root, is all in a tmpfs
so it wipes out after each reboot, essentially forcing me to configure through nix or i lose my files
very insane, but also definitely taught me a lot
me and my friends wanted to add waterframes to our server but it seems like its incompatible any other alternative?

You're a madman and I love it
i dont think so unfortunately
i just saw what waterframes is
it seems like any kind of mod of that style would break
you could try this
it seemes based on it
but
yeah again im not sure of the stability
does anyone know what reapers touch or undertaker does ?
is there anyway to plant the edelwood ?
or it is not renewable?
Undertaker takes mobs down into the ground temporarily.
Think it applies to undead.
is there a list of all the structures?
anyone know how to get biomes o plenty to work on a steampunk server?
#1061339968691257466 for modified versions of the LPS modpacks. That way all of it is in one area and nobody gets confused
havent even gotten into that mod
thank you
How do i trade with villagers
RIght click on a villager who has a job
they just shake their head
sounds like they dont have a job
open inventory, do you have a buff with a skimask and a ball and chain?
Hey, legit question: Where do I find buried treasure maps on sunken ships in this modpack? I've searched a couple ships and haven't found any.
Its just shades and a beanie lookin cap
ngl i forgot i could actually test stuff out in Creative but undertaker makes those grave soils with the loot at a random chance when you kill something and im not sure about reapers touch even with trying it out
Ok i see what happened
the buff prevents you from trading while it's active and you'll wanna steer clear of iron golems
Only shows if a villager or golem catches you taking from the chests in their village
Golems only attack you if you have thief 3, which requires you to pick up the chest
At least in my experience
I had T-1 and was still getting chased by them
Ive never had t1. Just 2 and 3
t1 is just 1 chest opened and caught
Its also been a while since I've played without being cursed so I dont really remember
each time you do it the time goes up
up to 24 min
I've had it for up to 1 hour 45 min
While im here how do i change a villigers profession
Have you traded with the villager yet?
If yes, you can't.
If no, you need to find their job block and break it
are there any non vanilla work stations you would recommend?
Thank you so much
Oh. Well mine caps out at 24 minutes
Ive robbed an entire villager fleet after failing to be discrete about it once, and it just capped out
Yo is the Create Guns mod/folder meant to be in the resource packs folder because I opened the 'texture packs' thing and it was just sort of in there.
I don't think it's supposed to be in there.
I guess
There's like a resource pack for it
There's also the MrRay guns and stuff
crawfish or whatever his name is
yeah
What mod is making me get thief for opening chests in villages
Villagers Plus probably
why cant i place seeds on certains soiled land
some are not viable for growing
it's a varied amount of things that affect growing crops
light levels, water distribution, specific blocks you have to grow them on, tilling vs not tilling, making sure crows can't yank your seeds.
alright got it thanks
for water, I suggest an upper slab waterlogged and throw a torch or light of choice on top. That's been how I do it
Or you can do what I did and use stairs, make it look like an irrigation system.
What mod is making the enderman stare at me?
i have a feeling it's whats causing their heads to disappear
a bug? no that's a feature. See, they have learned to teleport their head separate from their body so that it can always be behind you, staring
how do i kill the sorrowsealed
i got it to almost half then it wouldnt get damaged
You need to kill all mobs it spawns before you can damage it
You can see if it's still unkillable via that top left thingy
It gets like resistance 80 when there are still summoned mobs
besides
stop wasting time
The factory must grow
don't worry about the pollution
just build more defences
perhaps even set up nuclear reactors as walls and just let the enemies seal their own fate.
is there actually enemy waves??
i've never seen enough enemies to warrant any sort of defenses at my base
nothing just me and my rifle cant handle
hello ! does anyone know how enchantments affect staff on the Iron spells book mod ? For exemple, if my staff got looting, does killing a mob with a spell enhanced the loot amount ?
Copypasta I use whenever there's possibilities to built giant factories
Spices things up
they make your defence towers look badass
Is the monsters being level 20+ in the overworld normal?
They do shoot still, a couple higher level turrets are alright
Even with two full armour bars in being melted
yes, depending how far from spawn you are
In reality tho:
Singleplayer not that useful unless you just wanna spice up the look of your builds or have a raid grinder where you place the turrets down everywhere in the village and make raids incredibly easy (you can get mechanical arms and crushing wheels for like 6 emeralds when you have hero of the village + that skill that makes villager trades cheaper
Multiplayer: AMERICA RAAAAH WE MUST DEFEND OUR OIL PATCHES!!!!
Thanks
Create villagers are one of the best addons
why bother crafting when you can trade lol
Get crushing wheels very early on
like 20 emeralds or something for a crushing wheel
Use those to make an iron farm
make villager that buys iron
Infinite emerald glitch
or Fletcher buying sticks
Create tree farm
so many ways to get unlimited emeralds
very easily
how are you supposed to get iron and stuff like resources in this mod?
sometimes i just cant see certain items in jei, first it was the nixie sight, then it magically appeared, mightve been from a reinstall i did, now i cant see the inception upgrade for sophisticated backpacks, i cant even see it in the creative menu in a single player world, a reset doesnt help either, really weird i dont know how to see it, although i can craft it if i know the recipe, with the nixie sight it didnt show up in the gun crafting bench so i couldnt even craft it if i had the resources
how to make an iron farm?
Ping
Uhhh, accelerator, extended mag and... something else. Note that enchantments can be incompatible with each other but also one gun can only hold three enchantments.
A guy tried to argue that it was "unfair" that a single gun couldn't hold more than 3 enchantments and "arbitrary"
but really, it was just him being arbitrary.
Accelerator should increase the damage of a projectile.
No clue.
Extended mag, capacity, whatever it's called. Uh, Firestarter's probably okay but not really great in the Nether
Good idea.
So, I was messing around with commands on my server
And now everything in my world is so high of a level it oneshots me and my friends. How do i fix?
Can anyone tell me what mod adds this "thief" mechanics for opening chests in villages? someone claimed its villages plus but I see nothing in that mods description saying it does that and cant even find the config file for it. I dont see this thief mechanic outlined in any of the village mods descriptions in fact
Its this dumb mod god finally https://www.curseforge.com/minecraft/mc-mods/monobank
is this the right place to report bugs ? i can't find any github page
find it ok
I heard someone talking about adding recipes for create themselves, is that a thing?
ive been working on a large railway system recently but im constantly getting kicked off my trains and they are acting wierd like teleporting around while moving and stuff like that. any help?
best y level for magnetite block?
go caving, spawn more on cave walls than to be found branch mining
Question, will the steampunk modpack be updated to update some of the out of date mods?
yeah its not that complicated as creating your own mod
Like LTF and LMF can be updated along with some create addon mods?
would the lagging issues have something to do with how my base is in the starting chunks or some other ridiculous issue?
Is there a way to prevent crops from giving quality crops?
yeah soon
Is there a timeframe for when that might happen or no?
what mod makes the villagers not like it when you open there chests? and is there a way to fix the bad opinion?
thanks
Also anyone know why elevators just randomly disapear?
Greetings!
JER isn't working on my pack - any way to enable that? I cannot tell what villagers can trade for
my villagers are kindly declining me the trading possibility
are they changed so you cant trade with them when they're stuck in a 1x1 hole with their work station?
I think you have the thief debuff
that wasnt it, I guess they just needed some leg room, or interaction with other villagers
how do i get air when i am below zero in caves?
Respirators.
Soul fires, air bladders.
thank you!
Found some kid's "Big steel locomotive" file and uh
kinda just... stole it
Now time to iterate on the design!
not sure since I have exams soon
The update is almost done, I just have a few more things to do
but I don't have time atm 
what is the best way to transfer SU for a great distance?
tried making the encahned motor and extension and seems to not give alot of SU's
Transfer? ...um.
Shafts. Just.
Honestly it's probably better to use other sources like steam engines.
yeah i got a max steam engine
so what about fluids? maybe i can just make anothe max steam engine
Okay, but like, also build those sources
You want to move fluids? Well...
train?
how do i get steel?
Pipes, though you'll have to use a lot of pumps, but otherwise, yes, Trains with fluid interactors
Iron in a blast furnace
Or Iron in a Blast Furnace (Immersive Engineering)
thx
or encased fan with lava infront of it
is there a way to Extinguish the fire in the nether? like a waterbucket but in the nether
anyone know how you can automatically pull out items from tom's simple storage network
I want a machine to automatically pull out cobblestone from my network but its not going anywhere
is there a list where i can see all the different baubles equipment i can wear
also anyone know how to change the stance of an armour stand
Hopper.
yea I figured it out
Guys, server keeps disconnecting us and then closes down randomly
It's a bisect hosting server
Server was working perfectly up until now
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
Any ideas out there?
What is JER?
once i get better armour than netherite do i just gotta go back to using the resperator since the backtank is only copper/netherite
1.19.2
CurseForge
No
V22hf
Server randomly started crashing today, was working perfectly a few hours ago
Nothing, we just join and it crashes randomly after 1-2 minutes
Okay, do you have a log?
yea but doesnt last all that long sadly
gonna get it rn
Sometimes it lasts forever. Either way, you can still use them.
Will of the Ocean is useful too.
are there steps on how to get logs from the bisect hosting?
is there 0 other alternatives im guessing?
There's some alternatives. Any form of "Free Breathing" (originally: water breathing) will do
well i guess once i get into f&a i can make an eternal stella and put that on the resperatior
Uploaded latest.log from @burnt pagoda to mclogs: https://mclo.gs/h5Jw3jf
wait am i meant to send it here?
oh, JEP - just enough professions... it's the mod that allows you to see if an item can be obtained from a villager
i've sent the log!
Not quite sure, but. Honestly, replace JEI with EMI or something.
Alright, not exactly good at reading logs, but. Think there's someone who might be able to read it. How much ram did you supply to your server?
16gb
That is... probably a lot.
Alright, how many players?
Pretty sure it's meant to be a base of 2-4 gigs, then 1-2 gigs per player
4 players
we've had no issues for a long while
its been almost a month
2/3rds of a month
server was working until a few hours ago
specifically it kicks every player out for some reason
because everything would crash out
then we'd turn off the server
See, it's probably that it's got too much memory
Give it like, 10 gigs and see if it works
What is probably going on is that it's tripping up on too much memory.
Alrighty, thanks!
could anyone help with my trains jittering about and kicking me off when riding them?
That's probably a desync.
howd i go about fixing it?
such as?
Well...
Chunk sending.
They should all have generally the same icons and be from the same user.
They make chunks be loaded "closer" to the player but unfortunately this causes heavy processing lag so
i apreciate it man, thanks so much
They should help noticably.
Where do I get blueberries for aether Sheepuff?
It says from grass but its not found really anywhere..
I cant find a wiki pge for aether redux either
whats a good way to heat up a base in space and prevent it from being too cold?
im still getting issues with the desync stuff, anything else i can do?
also is there any better thing than blue ice for thermoelectric gens?
dont think so
@maiden surge Can you encapsulate lava blocks in glass to use as heaters?
Not a bad idea, but I was looking for something a little more electric
no i mean if the player is on fire
i have the 7 deadly sens ring and i need something to deal with that
xD
will cost a lot
can you move spawner somehow ?=
just found this and i think it should be fine
!fps
Mostly this
Hyperthermia might still take hold, but the damage should be negated.
can someone told me why iron golem want to kill me ? we cant loot village ?
Build up 3 blocks and kill the golem for free loan
yeah but why do he charge me when i dont even want to kill him ?
Happened to me too. Some golems are just hostile to outsiders it seems
is there a mod where u cant loot in village ? bc even the villager with a work dont want to trade with me after i pick up stuff in their chest π
Do you have the Ring of Seven Curses?
no
Or did you loot a chest in front of a villager and get the "Thief" effect?
I possibly looted a chest yes haha
The mod works off of piglin AI (but for villagers)
So if they saw you open or close a chest, you get the "Thief" effect and can't trade with them (and golems become angry) for a while.
I see, thats pretty smart
a good change, considering you are just ransacking the whole place.
hey guys, we have a problem with IE, we have Seedoil and Ethanol, but the Refinery dont accept the stuff, does anybody has the same problem?
i upped my ram from 9k to 11k which is the recommended max and that seemed to work, thanks again
Itβs if you loot a chest from that village. They get hostile cause you steal from their villagers
You can get a message that says βyou were caught stealingβ in some places I think and that prompts the agro
this only happens when they catch you doing it though.
So Iβm not crazy heck yeah
Tag problems.
i finally have 2 nefarious ingot, what tetra weapon do you guys think is the most worth?
(i also have 2 ignitium)
Stole a design from some website. Did a pallet change (and replaced a lot of blocks).
It's unfortunately a WIDE train so unless she changes the whole thing, this won't be useful for anything.
Crucible
We have a press and and a squeezer, the fluids going from there in to tanks in the basement, now we wanted to get the fluids out of the tanks in the refinery, we used the create pump and pipes and all is connected, we have enough pumps for the distance, but unfortunate the liquids not going in to the refinery
Are you sure it's going to the right part?
Yes we tested it with buckets
We are in steampunk channel i guess you to use the better mc channel
Weird.
We changed outputs on tanks from the bottom hole it works with plant oil but not with ethanol
Something strange is going on
what are yall's favorite seed? im stuggling to find a good one
steampunk is what vanilla mincraft would be if it had consistent updates
How long would ya'll wait after the game softlocks on chunkloading before you force quit the game?
I'm not even sure if it is possible to recover
Without reloading
if you playing solo there is a mod you can use to preload a ton of chunks
Do you guys think its worth?
whats the name?
chunky mod
thank you :)
np
Drop the wide guard for a void eye socket. Wrap have negligble differences so I would go with chain for the slight durability boost. And I recommend muramasifying the blade before honing it too much
Is there a way to lower the cooldown on the tempad
Change the config. Or invest into the spells side of thing and get the recall spell so you don't have to use it as often
good idea
Thats what I did π
I followed that performance guide, ATlauncher doesn't want to find the javaw.exe for eclipse adoptium temurin java the guide recommends, it finds the java.exe but steampunk won't launch with that, tried both java 17 and 18 for temurin, reinstalled ATlauncher without its own java to see if that was interfering but not luck, not sure what to do, it seems finicky idk lmao ( i dont have any other javas installed, fresh windows install since yesterday)
If I use two oxygen dispersers do I get twice the blocks filled with air?
I'm new to modpack and I have two questions
1- I cannot breathe under the ground or above the mountains. What is the mode that makes me able to breathe?
2- What does the temperature gauge and the escutine head above the tulle bar do?
Both are under the Thin Air and Cold Sweat quest book section
The former is from Thin Air, the latter from Cold Sweat respectively
Thanks man I love you
I love you too Dad
you need a respirator or a back tank and diving helmet to breathe in super low or super high elevations
So , Im on a 4070Ti Super Overclock and followed the performance guide but this is still an issue
is there any way to empty a soul crystal?
Not that bad once you find yourself a tetra structure to move up to T6
Its a Minecraft issue too. Only so much you can do to alleviate it
If im playing without it being a modded instance this never really happens.
I dunno. It just feels like an issue with a mod , I know people were saying to disable chunk loaders but I dont know what to get rid of.
server or single?
Server with two people on it
How's the server hosted?
On ATLauncher
the server or single?
Both
On the instance or the server or both?
try server first to see if it fusses or not with players taking it out
If it gets fussy then yeah players will need to remove it
ok trying it now
Hmm...
so how do I get this guy to wake up
its the cataclysm boss if anyone was wondering
Whats the maximum amount of RAM I can allocate to a server without it breaking?
Just do like, 10 gigs
Go back up to the area you were in, just before the pit.
There's two rooms on the left and right. Bring a brush.
k thanks
how many players all together?
what do I do if I lost my enigmatic amulet
Is there any way i can stop naga's from, spawing cause they keep spawning outside my base
how do I disable the "oof" sound effect that plays when taking fall damage (and otherwise, if it plays then)?
is there a way to one shot trees in this pack
create
right
i found that in the modpack, it can't be shown, but when i unselected all the resource pack, it is shown again
does anyone know which resourcepack make it disappear?
is there a mod to mute the noise in a chunk?
Like the pharaoh pyramid? With puzzles?
Good luck. I have yet to find one myself and have SEVERAL deserts around my area
If you still have trouble after I recommend the structure compass. I spent so freaking long looking for the buildings from iron's spells.
The version compatible with this that I know for sure is explorers compass
woulda been time to call it a night if you had lol
apologies for photo dump but ive fully automated nuclear fuel without any resource overlap
if math is correct ill be getting roughly 2 stacks of nuclear fuel every 10 minutes once i get it sped up
Good stuffs. And no worries. Doesn't bother me any, normally when I get pinged it's something I've been a part of the conversation of. And I keep discord muted besides pings or replys
I asked for it π€¦ββοΈother side any other pings I'll prolly answer in the morning. Been working on this thorium generator for like 3 hours now. Brain is numb
does anyone know why ym dislocation and magnetic rings arent working?
Check your keybind
My bad thinking of different magnet. You just right click with it in your hand or when it's in hour slot it adds a icon to your inventory
just fixed it, turns out theres an invisible button next to the ender chest button in the inventory
interesting. if staff doesnt respond to you ill bring it up next time i get a chance.
there is a bug where when i have x amount of items (i dont know how much) my game gets connection lost "Internal Exeption java.util.concurrentmodificationexpection" sorry if i spelt some of that wrong but yea i crash with that error message when i have a curtain amount of items ima try and figure out how much i can hold
oh yea it puts me on a multiplayer server page when im playing singleplayer
Oh, yes. Ive had that problem
Except for me, it was opening the anvil tab of the skill book.
i was editing some stuff i was typing and deleted that on accident
ok im so tired im typing wrong
i meant i deleted me saying "in the anvil tab in the skill book"
Alright buddy its time to go to bed
yea yea soon
i think you havee to have nothing in your inventory when you firrst use it idk im getting all the stuff i had previosly and then restarting the world
yea you have to have nothing in your inventory when you first use it
weird bug
Im still getting latency issues in my singleplayer world, any help?
for some reason I don't start out with the default resource pack and I don't understand why
any storage for unstackables? I know about the fear of nbt tags but theres alot of unstackables that aren't equipment
oh my god I am a genius
I spawned the modern remnant very far away from spawn to make it be a level 100 summon, and then tamed it
now I have a level 100 pet
damn I didn't do this with the baby leviathan
wait the baby also drops the egg upon death apparently
LETS GOOO
for some reason I cannot apply the ignitium handle
I press the button and the anvil hammers and nothing happens
it just stays as an end rod hammer
nevermind it seems it was a desync issue that got fixed after I reopened the world or something like that
has anyone gotten create interactive to work on this pack? i really wanna make a moving workshop but i could never get the physics to work for it
dude went from 100 health and 2.5 armor to 1000 health and 50+ armor lmao
DNA Manipulation in the making
2x level 100 miniboss pets
their AI is wack but seeing them oneshot everything is hilarious
I have 10k blocks filled with lava for a bottomless supply yet my hoe pulleys not displaying it even after changing the config to 9k
Please don't say I wasted hours filling this
make sure your hose pulley is all the way at the bottom of the pool
it should work, I've seen others post pics of them draining other infinite liquids
It was definitely, when it was finished filling to the top, it said bottomless supply yet when I went to pull from it, it said bottomless but was draining ut
20x20x25 is definitely 10k so I have no idea why it's not working for me
may i ask why it can't?
Does it have Mending or Unbreaking?
If so, use a Tome of Hungering Knowledge.
Resolution moment.
Okay so I added 3 more source blocks at the top and that seemed to sort it
im still having issues with the trains on my world kicking me off. Ive increased my ram, deleted mods that cause problems like chunksending and farsight, ive updated my drivers and more and i dont know what to do, please any help is appreciated
Then it's probably a vanilla problem. Whoops...
Levels thing.
Good question. It could be a lot of entities making the trains a bit laggier or something. Not totally sure.
in the areas the train travels it actually has less going on than at my base but its at the calm areas i get kicked off. does it have something to do with my base or that its in spawn chunks?
Not quite sure. It's probably hitting unloaded chunks faster than you are in them?
Vanilla problems.
i still get kicked off at slow speeds
should i just start a new world or something like that?
what would i be looking for?
Good question, not sure
if i start a new world should that "fix" the issue?
AAAAAA
Not.. sure.
is there a way to use the feedeing thing from qurak
if it helps the speed lever on the train controls jumps up and down and my train keeps changing speed
That's it re-registering inputs. Uhh, do you use Chutes anywhere?
yea quite a bit
ill see if anyhting changes
You should probably just use the spark profiler and check what's lagging you most anyways
!spark
What's the command-
thank you so much!!
ist this a config thing or?
so i got rid of like 45 chutes leaving about 10 and it was going well but now my roller train is bugging out and not working
Ouch.
its fixed now but its not the first time thats happened
im gonna run my favourite train to the end of the track with the profiler and see what happens
it just stopped and wont move when i try to make it
im starting to think it wasnt entirely the chutes
It's probably lagging too. Typically, Create likes to make a lot of entities.
is there any block/item that acts as player to activate spawners?
Not really, no.
ok thx
i dont know how to read this but it was on during some of the issues
so now my trains randomly stop and i have to get out to make it move but if i get back in after it just stops. i dont get any end of track messages
figured it out! smooth chunks and/or better chunkloading was causing it, i still get some jittering but no stopping or kicking me off through the whole 4-6000 block train journey
Is there a way to increase the forceload chunk limit in singleplayer mode?
how long does an encased fan smelt a stack of ore?
The Ender Slayer is probably an option, if you're Cursed
Ender Slayer it is.
It'll stop them from teleporting when you hit them, or something
Ancient Remnant?
Oh uh
Mostly attacking it to death
Anything that is good against Undead (smite, slayer) would be useful
Soul Drummer.
Add a muzzle break.
why does it say "this eye doesn't want to be used" when trying to throw an eye of ender?
whats the difference between the 2
welp seems like its going to take some time to end up in the end
Cursed mode is quite fun, except for THESE WINGED RATS THAT WON'T LEAVE ME ALONE!
you just agreed with me
Hi, I'm setting up a server of Steampunk on my own - using autoCurseForge (using the classic helm release/minecraft docker container) and while start up it complains with:
Β§7Currently, Β§6spruceuiΒ§rΒ§7 is Β§oΒ§nnot installed```
Which can be translated as a mod requires spruceui, but that sounds like a client side mod. Any ideas? It did download all the mods it without issue from what I can see.
I've not edited the pack in anyway, its straight from curseforge, hence using the autocurseforge method
How does one even reasonably kill a void worm in this pack? If that's even possible within reason because as far as I know it isn't
the mf has literal millions of hp
only reason I managed to get to the farseers is because one single segment had a tolerable amount of hp and after killing it it dropped the items, the rest of the worm I kept alive
mobs that only spawn near the world border
you can craft a transmutator block with their drops which allows you to transmutate many items into different types of items
its not too special but pretty neat nonetheless
not sure what you mean with gyro honestly
anyways its airplanes, flight orbs from end cities or the upgraded elytra pretty much
ah
and temppads when you have them
yeah
making an xp farm with create be like
the waht
Oh
yes
actually that was the first boss i beat
Bandit hammer with sharpness
its immune to projectiles
that includes gunfire
Mine wasn't super far away
has anyone tried create interactive with this pack? ive tried a couple times but the physics with trains doesnt work
use the serverpack
raid farm moment
I thought I was?
autocurseforge should download the server pack if I give it this url https://www.curseforge.com/minecraft/modpacks/steam-punk
ie following this https://github.com/itzg/minecraft-server-charts/blob/ef6b865f3b6737d02be825ac1cb043d1b938d821/charts/minecraft/values.yaml#L290
what am I looking at?
It says right there mate, 635,904
yeah it just doesnt seem believable
is it thousands or
That is over half a million chunks to load mate
That value is the number of chunks planned to load
hey
hello
Do you have a good seed code?
<@&1065586105199628298>
uh
not worked
Δ± dont know
where Δ± can find it
you make a world and explore
hey so i just downloaded the pack started new world and now my pause menu is permanently on my screen
In Alex Mobs there is a special interaction like some mobs do in Vanilla minecraft with lightening
Villager + Lightening= witch
pig + Lightening= zombie pigling
red mooshroom+ lightening = brown mooshroom
in Alex mobs when a Squid is struck by lightening it turns them into a giant blue squid
anyone?
uh who made this
thats a mod^^ i recognise from better mc
That's what they say about every child
I do not have time for transform world
Hey so any idea what might be causing my puase menu to be stuck in my face i cant even try the modpack
anyway to fix that?
hmmmmm
stuck
Might wanna... run a repair if you can
CruseForge
That's first
How to do this
ΠΡΡΠ²Π΅Ρ
Its common on newer versions of create or something like this? I played a lot on 1.16.5 with create and nothing simmilar to this happend
When you select your mod packs first
im going to try this
That's the first thing to try
I wouldn't know what to try after if it doesn't fix it but like someone said it's definitely something to do with textures not showing right
I've not seen someone else having that problem yet
Only thing that's known is the chests not displaying in inventory
I assigned a little bit more ram to my modpack
Maybe that will help, fixing profile didnt show anything
How much did you have before?
still black textures
Guess it doesn't matter
8 gigs
I will try reinstaling the modpack
Rn working on getting a copper farm going
Getting ready to mass produce scorched bronze if I can
easy
Got the backup before
But something blocks my cruseforge to delete this modpack
Like it stuck
Yeah, mine is too!
am i the only one with chunks problems?
I got a machine that produces quartz, gold and apparently andesite but that doesn't function
My knowledge inside The Acknowledgement has reset/ isnt showing previous options. Can i still make the items?
I deleted it manually from files, my patience have limits
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.
Couldn't tell you. I got them from schematics
I didnt know about ATLauncher.
But you can haunt sand to turn it into soul sand which can then be washed to get gold nuggets
And I think quartz?
That's part of it
Some are okay. Some have videos displaying how to build the machines
Usually Some things to note when going from schematics:
- Any liquid I'm a schematic has to be provided by you
- any block that's a storage will probably need to be broken and replaced as schematic cannons tend to cause storage blocks (including fluid tanks) to not be considered storage
- Some schematics do contain creative motors, if the schematic cannon wants it you can change the settings to "ignore missing blocks"
- you can put a book and quil or a clipboard in a schematic cannon to get a checklist of materials needed for the contraception.
I still have black textures
Also watch for dependencies. Some require mods that don't exist in the pack
what are those?
Δ±dk
hey guys, sorry if this is a question thats already answered somewhere, i couldnt find an answer. What mod is used as WAILA in steampunk?
i cant find the mod and id love to move the window for it
immersive engineering fluid tanks
thanks
is it possible to auto downgrade food items to normal? I don't need the diamond/gold/silver food at this time
not that I know, the mod is hella annoying for real though
yeah it is; I'm sure I might care later, but I don't right now
Jade is one thing but uh. We should just remove JEI and replace it with something else.
hi i started yesterday on the modpack, someone have ideas on what i can do? im new and i dont know any mods on the modpack
Start with making a Cogloader from the Scorched Bronze guns mod - out of MrCrayfish's guns workbench.
And you know, consider making a Tetra hammer soon as possible to get some good tools.
can i move it within jade then?
Should be?
you can! thanks a lot for the help! im a firm believer in middle placement for that stuff
i will try thanks
do you know anything about adding custom recipes for create?
Tetra's hammer is how you start making many of your tools.
Though the Hammer is not the only tool you'll be using, there's also Cutting you'll need to do with blades (mainly knives).
In the meantime, the Hammer, you upgrade both heads over time, make it useful for higher and higher tier parts...
muramasa blades hit other players even though pvp is turned off
making it where villagers could get placed food (pies and cakes) would be great
And at the meantime, you can then use it on a lot of different weapons and tools (crossbows, you rope belt, tridents, shields too)...
Well, the workbench, specifically
is there a way to make it so that muramasa blades dont hit other players?
we have pvp turned off
but sweeping applies bleeding even if pvp is turned off
thanks, im taking that as a no
Oh sorry. Not sure.
yes there is but its kinda janky. just feed it to a single mechanical crafter using a mechanical arm
Anyone know why when i go below a certain y level the game treats me as if i was underwater with them bubble thjngs
bottom right above hunger bar
Thin Air.
Get a Respirator, Air Bladder, Soulfire Bottles, or place Soul Fire.
okay thx my freind doesnt have this problem tho
They are probably wearing something that's giving them "Free Breathing" (Water Breathing)
alright thanks π
hi there ! is there any public server on this modpack ?
i have not yet reached any of the hard bosses, but i was looking through quests trying to maybe find something interesting, and this one sounds like it could solve all the "400k hp" problems. Could someone tell me more about it? Does it even work like that? Is it worth getting before fighting an ender dragon for example?
it is a good option, the other 2 good options are making a crucible blade with tetra or getting the infinitum if you are cursed
thats all you can do in this modpack and itll still take ages to take down the dragon depending on your hp roll
My dragon had 6k hp but I have seen 40k and 60k pop up in other people's claims
the only boss with truly bullshit amounts of hp in this pack is the void worm, which is completely optional
Is there a button i can press to see mob spawns so i can light things up?
not sure if it's in this pack but if it is it's f7. If that does not work make a haunted bell from create mod
f7 doesnt work so thank you!
np
I have just killed the void worm, however it hasnt dropped anything, do the items float?
How the hell did you kill it, it had millions of hp for me π€
Or did you only kill one segment
each head had between 20k and 400k hp on mine 
I did notice that some heads dropped nothing and others did drop the special loot, I never fully killed my worm as again, the hp made it impossible
I just used a magnet to pick it up
i just used orbs of flight and the infinitum
however there are no drops for me
will do
did you also need to repair your armor insanely often in that fight btw?
i switched to ignitium which doesnt lose durability
π€ couldve sworn it did for me
you can enchant it with unbreaking and mending after all
true, however i have not noticed it lose durability at all
weird
i found the items
did it drop only enough for one pickaxe or multiple
only enough for one
is the crucible blade better than making a mura katana with nefarious and ignitium?
probably
you can make a crucible out of neferious
do i need a blueprint?
whats the crafting? i can't find it on the Jei
found it nvm
why I can't play the modpack?
Gonna need some detail on your problem my dude
what additional mods have you added?
nothing
i saw a dungeon in the overworld on the world map, i went to it and broke the floor slightly fell straight into the void lmao, all my stuff is likely in the engimatic amulet but far down below bedrock, didnt expect the dungeon to bug out and spawn below bedrock, its a mates private server so hoping i can get me stuff back, it wasnt even much of a dungeon just a maybe 20-30x30 room with a few pillars, not much to it, not sure if its worth saying this as i dont know what mod spawns that dungeon but look out i guess?!
How can I enable the recipe book for this pack?
causes performance issues
Alright nvm then, just curious π
I am at the world border. How rare are Farseer spawns?
is this enough?
i just
don't see any other structures
or mobs
well there are pigs
but other than that nothing spawns in ulterlands
focus netherite armor if you can and then upgrade it to ignitium
or skip straight to tyr armor if you have access to the end
go chestplate first
you can also find a powerful armor skill scroll in mineshafts
I assume your gear is enchanted with protection 4 too?
anyways besides getting better armor, keep some golden apples in your hotbar and a ring of combat if you found one
healing spells are also useful and other good options would be spells that reduce enemy armor and spells that give you more hearths/armor etc.
try to fill out as many curio slots you can too
every bit helps
Interesting. I didn't play in SMP so never saw that, sorry
@burnt pagoda @fossil token Crucible blade has higher damage but is way slower. Speed equalized you have much higher dps with the saber, katana, and mura-katana than the crucible blade
dps quickly gets equalized with the attack speed skill + the 95%~ armor piercing crucible has
Bro went ahead and just built a supply instead of getting mending
It does not at all
I went through creative and maxed out all four weapons
Netherite
And if that don't work
See what's beyond that protection
Find a dense skin skill page if you can and max that out
I guess you just got unlucky with the distance from the arena
You will probably have to make better gear for that boss.
good to know then I suppose, I was a curse ring user anyways so I was just running the book most of the time since dragon
Give me a few minutes here and I can pull up the creative world for some screen shots
I gotta sleep rn so I'll likely reply tomorrow
I might do some testing on what can and can't be soul caged and soul revitalized
Also based on drops and processes required. You CAN fully automate and produce every material needed to make scorched bronze.
-
clay can be washed out of sand or if you are lucky in Mesa biomes and get rocky rollers for producing dripstone in the revitalizer which has a higher chance of producing clay
-
coal drops from foxhounds which based on other mobs has the least bothersome loot table (leather and coal) plus drops frequently for the soul revitalizer.
-
slimes can be automated via the revitalizer for slime balls.
-
Creepers can be automated via the revitalizer for gunpowder
-
andesite alloy can (apparently) be automated in production and not be mined? (Needs additional research)
-
copper can (apparently) be made through machines? but also can be collected via drowned drops in the revitalizer.
-
The broken drilling unit mob from scorched bronze can be revitalized for raw Zinc.
I dunno if I missed anything rn but everything is there as far as I can tell
Making diamond steel is also technically more possible to automate now that mowize mobs is here...
The grottol (though cannot be killed with sword) can be attack with soulsteel pickaxe which can get an additional soul... but it can't have soul reaper put onto it as far as I can tell
So it would take quite a number of them...
Some of the illager bosses also drop diamonds... but good luck finding enough of them
bro my villagers won't change professions :(
they jsut wanna escape????
i am using the Easy Villagers mod if that changes aything
yea super mid dimension mod
andesite alloy can really be easily made automated
all you need is a lava generator and a cobblestone generator
and then a machine to put the two together
lots of schematics on super compact ones
I use the cruicble blade even in cursed, don't see the infinitum outweighing the pros of the other one.
You need a machine to make the andesife and a machine to make iron from the cobblestone being generated
I actually do have a machine generating iron though that sits usually inactive due to lack of need for iron
Add Create: Broken bad as a way to make emerald
Heat it up
- What Minecraft version are you using? (1.19.2, 1.20.1, ...)
- What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...)
- Have you changed the modpack in any way? (e.g. changing mod versions, adding/removing mods)
- What version of the modpack are you using? (v11, v9, etc)
- Have you ever gotten past the crash condition without crashing, or does the game always crash?
- What steps cause the crash?
Open the game directory (right click pack -> open folder), navigate to the "crash-reports" folder and upload the latest available crash report.
If there is no crash report, navigate to the logs folder and upload "latest.log."
If there is no log, navigate to the base pack directory and upload the hs_err_pid file, if there is one.
1.1.19.2
2.GDLauncher
3.yeah
4.idk how to check that
5.the game doesn't "crash", it just freezes and stops responding, never coming back, so i just usually force close it
6.just loading into my world
Uploaded crash-2024-04-07_18.36.42-client.txt from @sterile hill to mclogs: https://mclo.gs/L2PjvLY
ty for reading the logs part
there we go
Uploaded latest.log from @sterile hill to mclogs: https://mclo.gs/6xC9pW6

mhmhm
wow it takes nearly 4 minutes to launch the pack for you, how much ram do you have allocated?
hmmm
(i have NO CLUE why it takes so long)
thats fine
would you be fine trying another launcher?
quite a high chance itll fix your issues
fair, gd is looking nice but kinda wonky new update. imo i use prism cuz i trust it over other launchers to run
omg i am so fucking dumb
?
i had both EMI and JEI enabled
its ok
it does
always
π
where do i find edelwood logs?
Dark forests
(The biome where big red mushrooms and Dark oak wood generate)
why do i start crawling when i try to go through the nether roof?
it was cuz of the King of the Ladder skill
so just asking because im alittle dumb, jei says crushing magma blocks gives netherrack but actually only gives magma goo, is there anyway to automate netherrack?
I havent used create in a while but im pretty sure its only a small chance to get netherack
Similar to how washing gravel can give iron nuggets
You can use Cinder flour to mix with cobblestone to make nether rack
You might ask "but don't I ground the nether rack down to make Cinder flour?"
Netherrack has a 50% chance to make more cinder flour. You have to figure out a way to always keep one or a stack going in the system and any excess that comes off that stack taken out of the system to make netherrack
but wouldn't that eventually run out?





