#steampunk

1 messages · Page 62 of 1

magic parrotBOT
#

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

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

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

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

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

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

simple juniper
#

yea, i got it

vernal olive
simple juniper
#

remembered from before

vernal olive
simple juniper
#

Running Forge checks and setup... Generating user_jvm_args.txt from variables... Edit JAVA_ARGS in your variables.txt. Do not edit user_jvm_args.txt directly!
Manually made changes to user_jvm_args.txt will be lost in the nether!
libraries/net/minecraftforge/forge/1.19.2-43.3.5/forge-1.19.2-43.3.5-server.jar could not be found.
Downloading forge-installer.jar
from https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.19.2-43.3.5/forge-1.19.2-43.3.5-installer.jar
Download complete.
Forge Installer downloaded. Installing...
Something went wrong during the server installation. Please try again in a couple of minutes and check your internet connection.
Exiting...

vernal olive
#

damn its doing the same shit

simple juniper
#

yea

vernal olive
#

click the link and download it

#

maybe manually doing it will work

simple juniper
#

download what, the client or server?

simple juniper
#

yea, i've had that

#

i got it

vernal olive
simple juniper
#

Running Forge checks and setup...
Generating user_jvm_args.txt from variables...
Edit JAVA_ARGS in your variables.txt. Do not edit user_jvm_args.txt directly!
Manually made changes to user_jvm_args.txt will be lost in the nether!
libraries/net/minecraftforge/forge/1.19.2-43.3.5/forge-1.19.2-43.3.5-server.jar present.
libraries/net/minecraft/server/1.19.2/server-1.19.2.jar present.
Mojang's EULA has not yet been accepted. In order to run a Minecraft server, you must accept Mojang's EULA.
Mojang's EULA is available to read at https://aka.ms/MinecraftEULA
If you agree to Mojang's EULA then type 'I agree'
Answer: : I agree
User agreed to Mojang's EULA.

Starting server...
Minecraft version: 1.19.2
Modloader: Forge
Modloader version: 43.3.5

Java args: -Xmx4G -Xms4G
Java path: java
Run Command: java -Dlog4j2.formatMsgNoLookups=true @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19.2-43.3.5/win_args.txt nogui
Java version:

Exiting...

#

right back to here

west dirge
#

it’s still not recognizing java?

simple juniper
#

yea

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

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

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

Method i

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

Method ii

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

use method 2

vapid jacinth
#

how do imove this to the middle of my screen?

west dirge
#

set path=%path%;<your java bin location>;

But this will be set only for your current session of your terminal.

#

you may need to close and open again the powershell instance

simple juniper
slender kettle
vapid jacinth
west dirge
#

terminal window and the command prompt only read environment variables when they first start up.

If the JDK has been installed and the PATH variable set properly, you will still encounter a “‘Java not recognized” error if you did not restart PowerShell or the command prompt.

simple juniper
#

where do i set the path variable?

west dirge
#

this is the one you should try to edit i don’t remember exactly how to get that window to pop up

simple juniper
#

"modify the $Java/JAVA variable (found in your startup script depending on ps1/sh)" do you know what line that's in?

#

for the ps1 script

west dirge
#

nope, i’ve never used the script to set up servers

#

“Click start and type in Environment Variables and click it when it pops up. You can also open the command line by pressing WIN + R and paste in this rundll32.exe sysdm.cpl,EditEnvironmentVariables.
Once the Environment variables window pops up, click on path and click on edit.
Check to see if the Java directory is there, if not, click on New and find the Java\jdk-<version>\bin folder and add it. Ok out of all the menu.” I think this may help

#

otherwise I don’t really know

#

just input your desired java version bin file for the path and try restarting the powershell script to launch your server

fair plume
#

hey guys i wante d to improve performance so tried to install rubidium but it wont work, what optimizing is people using?

simple juniper
#

i mightve gotten it

#

it'll work if i run it through the powershell edit window but not by itself

west dirge
#

nice bro

magic parrotBOT
west dirge
#

!ramargs

magic parrotBOT
#

To allocate more RAM to your server, please open the serverpack files and read the file named README.

west dirge
#

bruh

simple juniper
#

nah i got that already

fair plume
#

ive already allocated 10gb ram

cursive sundial
#

can i add a mod mid playthrough? i wanted to add In Control cause i want to disable the chance that thouse weird fly things will pop out of zombies when they die

west dirge
fluid sierra
#

Whats bandwith usage like for this mod when ur hosting?

cursive sundial
west dirge
#

Make a copy of your save file and try it

#

only way to find out ig

west dirge
#

maybe for fear nightfall or some horror modpack

cursive sundial
#

i just hate thouse things and enemy expansion dosent have a config

cursive sundial
#

oh sorry, not mature, Meature

west dirge
chilly plinth
#

They are legs, and I hate meatures so much.

cursive sundial
#

looks like something from "The Thing"

fiery seal
#

I fixed my issue by using ATLauncher and not using CurseForge

west dirge
#

you are minding your own business and you hear something crawling in the grass behind you, just to find out it’s a meatball with legs surgically inserted to it

cursive sundial
west dirge
chilly plinth
#

What are some benefits of them being tamed though?

west dirge
#

kill

#

🔥

cursive sundial
#

i think its kinda like a wolf (?)

#

has in it will follow you and attack mobs for you

tawny creek
#

Can I look for support in this channel, or is there a separate channel for that?

chilly plinth
#

Yeah as long as it’s for steampunk modpack

tawny creek
#

It's for server creation/running of the steampunk modpack, yes

#

'Cause my private server has started crashing recently

chilly plinth
#

!moreinfo

magic parrotBOT
#

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

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

west dirge
#

send log bro 😎

tawny creek
chilly plinth
#

I’m not at my pc to read logs, but someone else may be of assistance.

#

Still need rest of those answered btw.

cursive sundial
#

aparently you can tweak their rate of apparence in the configs but i couldent access config in the settings, is there other way to edit that? maybe manually?

tawny creek
west dirge
tawny creek
west dirge
#

i’ve seen that in some modpack a

west dirge
#

when starting the server

vapid jacinth
#

reloading shaders and textures doesnt work but as least i got xray?

#

cant see any blocks still

tawny creek
west dirge
#

im on my phone rn bro can’t open it 😔

tawny creek
#

Can you open google docs on mobile? It's not letting me paste the crash log as just a message

west dirge
#

honestly i don’t understand server stuff too much

simple juniper
#

SHE BREATHES

tawny creek
west dirge
#

great bro

vapid jacinth
#

my game isn't loading any textures, is there a solve for this?

scenic pollen
#

what the update for steampunk for? i see no announcement for it

chilly plinth
#

Check the changelog on curse, when was there an update?

sly cypress
#

guys, i just opened a server for me and some friends to play, but we cant access the questbook from FTB

scenic pollen
#

found it. i need update my server again

#
  • Fixed 3D Skins Bug
  • Other Bug Fixes
  • Updated some Mods
sly cypress
#

it's giving me this message: Unable to open Quest GUI: no quest book data received from server!
Check that FTB Quests and FTB Teams are installed on the server and that no server-side errors were logged when you connected.

chilly plinth
#

Did you use the server pack?

sly cypress
#

yeah

cursive sundial
#

why cant i config this 😭

simple juniper
#

any help here?

chilly plinth
#

Likely the team behind the mod doesn’t have configs available

chilly plinth
#

As in the mod. Not modpack

cursive sundial
sly cypress
#

at the serverside pack

chilly plinth
#

Developers of the mod can decide not to allow configs.

sly cypress
#

i joined a public server yesterday that had it active

chilly plinth
#

Interesting.

sly cypress
#

well, if anyone figures out how to activate them, and can tag me, i'll be thankful

cursive sundial
#

found out you actually have to edit the config file in the modpack files themselves

#

hopefully i will never again find botflies

sly cypress
cursive sundial
#

you play on curseforge?

sly cypress
#

yea

west dirge
#

👌🏼👌🏼👌🏼

cursive sundial
#

right click on the modpack, open folder, open the folder called "config", in there, look for a file called "badmobs-common.toml" and open it using notepad

#

once there, you can also click on edit > find and doing that you can search for a specific word in the notepad, which allows for easier searching of a specific mob

sly cypress
#

also, we just noticed that we can't craft the book of skills nor get it in creative in any way and the public server we were yesterday had it normally

#

does anyone knows how to fix this as well?

silent tendon
#

Hey I’m having trouble figuring out how to do a LAN game with this pack can someone help?

vapid jacinth
#

seriously, does no one else have this problem

west dirge
west dirge
vapid jacinth
west dirge
west dirge
#

never got the issue

vapid jacinth
#

hm

west dirge
#

try restarting pc 👍🏼

vapid jacinth
#

understandable lol

west dirge
#

xd

scenic storm
west dirge
#

unplug router

#

plug it again. 🔥

scenic storm
#

yaaas! 🔥

round slate
#

Which mod within Steampunk adds these fun little fireworks?

outer needle
#

Hi, i was wondering if there is anyway to disable the loud random sounds?

scenic storm
#

in music settings?

outer needle
#

I tried turning off music, note blocks and ambient/enviroment sounds but still i sometimes hear like loud sounds, i dont even know how to explain but they are echoing a lot

simple juniper
#

you have anything for this?

vernal olive
simple juniper
#

nothing else is open though

#

its weird

tawny creek
scenic pollen
outer needle
scenic storm
#

worth or not on start? XD

#

kinda sus this curses

west dirge
#

not unless you can crank 90s on bosses and mobs

scenic storm
#

ok then pls help me understand normal reward

west dirge
#

normal es normal

#

nothing special

scenic storm
west dirge
#

nothing added

#

plain experience

#

The hardcore may be worth when you know what to expect but if you’re now don’t bother about it and just have fun bro

outer needle
#

Hi, i was wondering if there is anyway to disable the loud random sounds?

lavish thistle
#

can I get some help interpreting the source of lag from a spark profile?

simple juniper
#

my game is now telling me the server has mods that aren't in the server folders

west dirge
west dirge
outer needle
west dirge
#

i don’t really know about that issue, but may be linked to the mod

simple juniper
strong ingot
#

I love looking up any old create mod video and it’s just them using the magma block encased fan

west dirge
scenic storm
#

any idea what is this thing on my face? XD

west dirge
#

in your characters 3d model

outer needle
west dirge
#

it’s like when you press “e” someone from around you will see you looking at your inventory etc

#

it’s cool when you do multiplayer

west dirge
#

but it turned out really nice

outer needle
scenic storm
#

huston we have a problem 🤔

#

and no - its not invisible

#

somethine ate half of room lol

amber stump
#

where can i find the pillager castle that is shown in the screenshots of Steampunk on cursedforge?

west dirge
#

many are complaining about that problem, try installing the modpack through ATLauncher

amber stump
#

yes

west dirge
#

any type of forests I think, I found it too but it’s kinda special

scenic storm
#

sheeps doesnt exist in this modpack

#

30min looking for 1 and still cant find it xD

normal wasp
#

does this modpack have aschmectivs mod?

west dirge
vernal olive
normal wasp
#

schmectics*

scenic storm
#

right now

west dirge
west dirge
scenic storm
#

already did that

#

i made bed and have 3/4 strings XD

west dirge
#

💀

scenic storm
#

cause in wizard tower there is no bed

west dirge
#

open map and try to identify structures

scenic storm
#

i can burn myself? 🤔

frank glade
#

Is it normal that there is like every 10 seconds some creepy noises as if the whole world will break ?

tepid crypt
scenic pollen
#

How do we disable the sounds

#

The overworld echo/radiation sound

#

Have tried 0% ambience, muffler mods

#

minecraft subtitles don't catch it

#

turned off sound physics mod

hot hull
scenic pollen
#

and I will keep asking it

hot hull
#

There are people literally just going through the entire modlist trying to get rid of it somehow and everything that seems like it is most likely the thing causing it doesn't make it go away when removed

scenic pollen
#

Disabling Friendly Creatures sounds in music&sound options does it for me I guess

#

Someone please make a bug report

#

(i will not do it)

#

(i only complain)

#

it is NOT under ambience

#

it is only under friendly creatures

#

I have finally "fixed" it after searching for an hour

strong ingot
#

I like the random nuclear explosion sounds

#

And the Geiger counter sounds

scenic pollen
#

they're not supposed to be there

#

they're basalt deltas ambience

strong ingot
#

Oh

frank glade
#

Do you also have nearly every day rain?

strong ingot
#

Rain is more common than normal but not every day

#

At least for me

opaque condor
#

I found an error in the quest rewards in the overworld part, I don't know if it is in another part too. There is a reward for finding diamonds which is random ingot and there are some errors where it does not find the ingots of the Iter rpg mod since they changed them, sending screenshot of the error

slate dove
#

does anyone know if the space mod works? I can use a rocket but It will not let me go to another planet

chilly plinth
slate dove
#

Im just testing in creative rn do I still have to do the quest?

vapid jacinth
#

sometimes i think ive been muted or no one can see my messages

mint vale
#

is 21.5v server pack released yet?

dusky mountain
#

does anyone have the full set of lore books for ' integrated dungeons and structures'(idas): haunted mantion structure?
currently I have two sets of books from different authors,
by 'craisinlord': The Cat, Run, and The scratching found in the upper two floors of the manor, Lonely, The hammering, and WAKE UP, found in the dungeon underground. These two are clearly different events, with the former describing something that is possibly haunting the author, and the latter talking about the author, probably after death, describing how it feels being buried (possibly may be wrong about that on 'WAKE UP', but that's what i think is hinted.)
The second author 'unkown' writes at least 4 journals titled 'mysterious journal', with #1,#2 etc after it. i have found up to four excluding #2, with the first one describing the author meeting a beautiful girl in a red obi, who inspires them to start exploring and visit this girl's home. #3 and 4 describe something haunting the house, with #3 talking about screaming, mentioning the woman, probably from #1 and #4 about the monster the author has brought into this house.
TLDR: anyone have some of the books for idas:haunted manor structure? im just curious about the story
if anyone got books please ping me prefferably with a screenshot
edit: just found mysterious journal six it's titled the end so im pretty sure there are no more mysterious journals.

cold spoke
#

Hi, I accidentally dropped my amulet (the starting one that encapsulates your inventory when dead) and the mobs blew it up. How can I regain that amulet?

round slate
#

Fun glitch when trader is not properly rendered.

frank glade
#

Isnt this just his typical invisibility potion?

abstract star
#

im about to loss my shit. I've asked this now 4 times and no admin has answered and other players who have dont know what is m,aking this happen in cold water. Btw I dont have cold sweat on

#

i cant for the life of my figure out what damn mod adds this shit

frank glade
#

Maybe it is some kind of other mod? I mean it says deep frozen ocean

abstract star
#

ok it might be the aquamirae mod itself

#

but i cant find anything in that mods' config\

frank glade
abstract star
#

dont have cold sweat so cant be that

#

also very deadly biome

#

i mean structure

frank glade
#

Is there an ingame way to disable cold sweat, just in case it annoys me at some point?

abstract star
#

nah i just removed the mod

#

so it is onl;y deep frozen oceans it seems

#

just dont worry about the quests and ur fine

frank glade
#

And it seems there is nothing you can do, I think even cold sweat would not help, unless the modpack creator configurated that specifically

abstract star
#

i dont think so

cold spoke
abstract star
#

it's got to be some kind of biome mod but i cant find it

cold spoke
#

Anyway I grabbed it from creative mode. Thanks a lot!

frank glade
frank glade
regal kindle
#

Help I don't know how not to drown in the depths I'm new help :,c

cold spoke
cold spoke
regal kindle
abstract star
#

ok so ya it is the aquamirae mod but i cant find how to get rid of the freezing effect

#

ok it is a mechanic that isnt possible to disable it seems

#

u NEED a certain armor set from the mod that also requires killing one of the bosses

oblique heart
#

hey can i get help from someone please

vernal olive
#

for

oblique heart
#

when ever i try to run the mod it opens mincraft but without the mod acually in game

#

how can i fix this

vernal olive
#

what launcher u using

oblique heart
#

curse

vernal olive
#

strange

#

try this

#

!alternates

magic parrotBOT
#

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.

oblique heart
#

i do also have that

#

do you think it causes issue with each other or not

vernal olive
#

no

#

they are both seperate

oblique heart
#

hmm ok

#

i also seem not able to find to find the modpack on Atlauncher

vernal olive
#

steampunk lps

oblique heart
#

thank you

#

i hope it works if not i will be back

vernal olive
chilly plinth
#

what is wrong with the search engines on these launchers xD

oblique heart
#

everything and also new problem it game me a error code basically saying that there was a mod that is uninstall able and that i have to manually download through a browser to get it...

coral basin
#

how do i add the inception upgrade back for Sophistcated backpacks in this modpack? i see its no recipe thats craftable anymore. JEI dont even show it. but shows all other upgrades

simple citrus
#

Hello, anyone know hot to turn off the dynamic lights in the settings? I mean like torches, furnace etc. I don't have big problem with the modpack, but this makes my fps go to 20... 😅

coral basin
#

or u can check in the shader options if u have a shader on

#

then it'll be in video or somethin

simple citrus
#

But tin the modpack you already have it on, so it must be the was for that. Noo I don't have and I don't find anything online that's why I asking here

#

I try to find even with mod do that but I found nothing.

coral basin
#

ah sorry i cant help man, u know how to re add inception upgrade by any chance tho haha?

severe ferry
#

What blocks forceload chunks?

simple citrus
#

Any block it's with minimap...
And with the upgrade you don't have it in jei, so try to look on mod setting maybe you can turn it on, or it's just in some modpacks...

severe ferry
#

Do claimed chunks forceload?

simple citrus
#

Yees

#

But idk why, but when you are on server, they are not loaded... So I really don't know how to chunkload them.... Maybe someone else know?

chilly plinth
simple citrus
#

No XD still not working

chilly plinth
#

Is the server loaded the whole time or do you shut it down often?

simple citrus
#

Loaded all the time...

chilly plinth
#

interesting, it should be force loaded though if the server run, is it happening even with players on but not in the area?

simple citrus
#

I'm not sure we just start.... I will look for more info, but if you know more, do you know how to turn off dynamic lights? I'm trying to find answer already few days

round slate
oblique heart
#

I need help again please

#

its with the ATLauncher

uneven silo
#

any good ways to combat the heat of the nether without 78 waterskins

glad heath
#

It negates heat In nether only and runs off soul sprouts

#

But must hold on main/offhand

uneven silo
#

Thanks

austere robin
#

how badly would a single-biome world screw over this pack?

glad heath
#

I mean

#

You wouldn't get like the ice rye

#

Rye

#

Eye

#

And stuff like that

#

So you couldn't activate the portal even if you did find it

austere robin
#

ooof

#

i want a mesa spawn for reasons but you cant just look up seeds for modded worlds woeisme

glad heath
#

Yep

oblique heart
#

sadj

austere robin
#

what about large-biome worlds? would that work?

austere robin
#

👀

untold halo
#

are scorched bronze guns worth it for how complicated they are to make early game

glad heath
#

I used an lm spear iron port for most of the game and was fine

#

Enchanted

scenic storm
wet gull
#

They also drop ammo and pouches too

untold halo
#

i mean the ones made of scorched bronze

#

is the whole create machine setup worth it

untold halo
wet gull
#

You will also need scorched bronze either way for ethereal weapons so it's worth making a setup for it either way

untold halo
#

okay thanks

west dirge
quaint jolt
#

Anyone has this constant Geiger Counter / Radiation sound in the overworld? Its super constant and oddly tied to hostile creature volume for some reason?

glad heath
#

Everyone yea

scenic pollen
quaint jolt
#

wierd

chilly plinth
#

This may sound strange, but turn on subtitles in your game, and when you hear it look over to see what it says it is

glad heath
#

Unfortunately it doesn't help really

#

It's super weird

scenic pollen
glad heath
#

Oh? nekocatwoah

scenic storm
dusk ginkgo
#

Hey, everyone. I have a question. Which mod is responsible for additional information about blocks? I want to move its GUI to the center of the screen (if possible)

dusk ginkgo
#

Thx!

surreal tapir
#

how does a tea bush look like

surreal tapir
#

can som1 tell me how i can power my mechanical mixer?

#

tried it with large whater wheel and gear box but didnt work

slender kettle
surreal tapir
#

i do

#

but the energy it gets ends up at like 32 or 16 su

#

i use gearbox n stuff

slender kettle
#

it sounds like its not fast enough

#

send a ss

surreal tapir
#

destroyed it rn

#

But

#

ik the fastest way to power

#

like water on top n stuff

slender kettle
#

In this tutorial, I talk about the Minecraft Create Mod Gearbox, Overstressed message, and Speed Requirement message for the Create Mod. I talk about how to use a gearbox and vertical gearbox to change directions of shafts both vertically and horizontally. As well as I talk about how to fix the overstressed message and the speed requirement mess...

▶ Play video
#

watch this video if your new to Create

surreal tapir
#

okay i will do that later

#

btw i get no info when looking at cogwheels

last steeple
#

Do you have engineer goggles?

atomic obsidian
#

cant combine vanilla tool's enchant through anvil in this pack?

atomic obsidian
#

strange, tested it in a creative world and you can combine normally

#

maybe looted tools with enchants cant be combined?

coral pagoda
#

Until you have alloy of copper and tin this is the way

atomic obsidian
#

this one is on a server im playing on, both sword only have looting 2

#

and this one is a creative world i did

umbral fractal
#

Is there an actual wiki for the steampunk lsp mod?

slender kettle
umbral fractal
#

Sad, was trying to see what interesting things I should know about the mod without watching a full yt let's play

thick silo
#

hey, just joined to ask about the upgrade slots for sophisticated storage being set up like a lunatic

#

why??

#

also asking for help if anyone knows why the changes I made to the config aren't being followed through in-game

#

I changed it from 0 1 1 2 2 to 0 1 2 3 4 but the chests in my world aren't updating even when I spawn in new ones from creative mode

teal zodiac
#

i have a question about my minecraft server, i am now successfully opened my steampunk minecraft server by using the recommend method. And now i want to add plugins to my server, how do i do

slender kettle
teal zodiac
slender kettle
#

there are mods that have the same functionality as plugins tho

slender kettle
teal zodiac
#

so this work like SRV 😮

#

well i'll try it

#

thanks a lot

atomic obsidian
# atomic obsidian and this one is a creative world i did

think i found the reason why
the gold swords on the server has 1 NBT tag to it (cant view it since i dont have op)
but the creative world swords have 3 NBT tags
so i guess whichever mod structure that i looted for the swords has weird tags or its intentional you cant combine enchants with those 🤔

thick silo
hybrid pulsar
#

Anyone else having issues with treasure maps? Trying to get a heart of the sea but the map dot won't move even if I tp over 10k blocks

slender kettle
#

use that instead

atomic obsidian
#

how rare are skill pages even

hybrid pulsar
slender kettle
#

i forgot

#

it should say in the questbook

hybrid pulsar
#

thanks

#

Is there a way to find specific biomes? if it's the treasure of the sands, I gotta find a desert

atomic obsidian
#

nature's compass

hybrid pulsar
#

ty

thick silo
#

a "no" would be fine too

atomic obsidian
#

sophisticated storage/backpack does their stuff pretty quirky
if /reload doesnt work probably asking around in their discord server on how configs work might be faster 🤔

#

tried messing around with that too in a different modpack and its such a headache kekw

deep notch
#

how do i turn dynamic lighting off?

slender kettle
deep notch
#

Also great modpack! I'm really picky and loved it!

amber valve
#

Thin air causes damage to armor made from armored redstone and conductors from create (sorry for the Google translator)

hybrid pulsar
#

can't find any info

slender kettle
#

the questbook has some information & the skillbook tells you what it does once you have unlocked it

hybrid pulsar
#

"allows to find treasure from sand"

#

It's all the info there is

#

and "found in desert temples" is all the info there's in the questbook

amber valve
#

Is the respirator endless or is it a bug?

slender kettle
scenic pollen
#

it just lasts a very long time

amber valve
hybrid pulsar
#

Very helpfull wiki indeed lol, you sure this is to find buried treasures? I mean people had to get the heart of the sea somehow lmao

hybrid pulsar
vernal olive
hybrid pulsar
#

Yes, but that's a generated chest, the skill just gives you random drops from mining sand, nuggets and stuff

#

How am I gona find a buried chest with that skill?

frank glade
#

Hi, has someone found a fix for the Basalt Delta Sound in the Overworld?

hallow kestrel
#

hello, i recently started playing steampunk v21 and i have notice how in my first deatrh and orb appeared in order to collect alll my stuff but not anymore. I don't remember if maybe one of my friends picked up the orb but i just wanted to nkow the name of the mod and what am I doing wrong

#

thanks you in advanced

#

@hybrid pulsar

hybrid pulsar
#

What?

hallow kestrel
#

what is the mod for the deaths?

#

the one that pops an orb to retrieve your inventory

amber valve
#

Enigmatic Legacy start amulet

atomic obsidian
#

you only get 1 each world btw

hallow kestrel
#

does thge orbv appear in every death?

#

if you have the necklace

atomic obsidian
#

as long as you have the necklace equip yes

scenic pollen
#

you have make sure you equip it every time

hallow kestrel
#

what if i lost it sad

scenic pollen
#

dont be like me an die in lava tho

atomic obsidian
#

then its gg kekw

hallow kestrel
#

wow

#

hahahaha thanks

#

object id for the console?

atomic obsidian
#

not sure if you can get it back through creative mode since i never tried it

scenic pollen
#

if have cheats enabled can always do the comand for it >.>

atomic obsidian
#

cant use other player's necklace since its bound to each player

hybrid pulsar
atomic obsidian
#

speaking of the necklace, does the death orb have a expiry timer to it or nah?

hallow kestrel
#

okay thanks everyone, sorry @hybrid pulsar i just sawy you answering a bunch of questions

hallow kestrel
atomic obsidian
#

someone else's death orb is in the middle of my base and its annoying me kekw

#

they havent collected it yet

hallow kestrel
#

can't oyou colect someone else's orb?

atomic obsidian
#

dont think so

hallow kestrel
#

then mine must be somwhere...

scenic pollen
#

look for last death tagged on map

atomic obsidian
#

assuming you have it equipped before you died, most likely

#

just having it in your inventory doesnt work

scenic pollen
#

if that tag still there

hallow kestrel
#

unless i didn't have the necklacve equipped. it's not enough to just have it in the inventory right?

#

okay

#

thank you so much

atomic obsidian
#

when picking the orb back up, items would scatter around if you have a full inventory
since armor and curios dont get equipped automatically like mods gravestone mod

surreal tapir
#

why does my mixer not go down and mix the items

#

Do i need some kind of redstone signal

scenic pollen
#

you need blaze burner under it an then feed the blaze some coal

surreal tapir
#

Oh

#

Stove not work

hot hull
#

Has to be a blaze burner

scenic pollen
#

i getting ready to head to nether soon to get create items i need next. shit sucks spent days getting the soul lantern made

hot hull
#

One of the quests has a soul lamp as a reward

scenic pollen
#

must not have followed right line of quests. so just made one there so many quests

hot hull
#

And that counts for the quest to get one, which also gives you some fruit

scenic pollen
#

which quest set has the lantern as reward

hot hull
#

Also ech, forgot to un-reply

hot hull
# hot hull Has to be a blaze burner

Replied to this because I wanted to mention that with the heat pipes and the reactor and stuff, you MIGHT be able to use heat generated by that stuff to power a mixer, but idk for sure

#

And that's all way later, you'd still need the burner for early on

scenic pollen
#

thin air and cold sweat. not seeing th reward for lantern

hot hull
#

I know for a fact it's in the book, it's how all 5 of the people on my buddy's server got theirs

#

I just don't remember where

#

I've had mine for like a week now

scenic pollen
#

welp i did my crap the hard way. i find the quest eentully an have spare i guess

hot hull
#

Literally the one that is "Enter The Nether"

#

The reward is the Soulspring Lamp

scenic pollen
#

well shit. i be entering the nether soon.

#

i litterly never check that tab al time

hot hull
#

The amount of times I see ppl say similar things about stuff in the questbook honestly baffles me a bit

scenic pollen
#

lol i just died moment i entered bc my gate has lava on on side i was facing

hot hull
#

A lot of FaQs get answered by just making sure to check all the tabs amd actually read the book, and every time I see one asked my brain goes "You didn't read either, huh?"

scenic pollen
#

fuck

hot hull
#

My first time in the Nether in this pack was basically the same

#

Chose the ring of curses and before I finished loading the nether for the first time, I got murdered by like 700 pigmen

frank glade
#

Am I right, that this pack is quiet hard?

dense plover
#

Should i try this modpack

#

hmmm

scenic pollen
#

it fun mod pack. i say mess about in creative mode to learn how things work right off before diving in head first

#

alot of mobs that can be quite hard if not ready for them

frank glade
#

I started yesterday and I am not really convinced. I like the setting, but there are so much annoying mobs at the beginning that will one hit you and since every mob has a level, I think they will progress if you get better. But I like the quest line so far

scenic pollen
#

i run a personal server. i that i switch between peaceful and normal as needed

dense plover
#

even if its hard

frank glade
#

I had full Iron Armor, you go 2 meters in a cave and get killed with 2 shots by a huntsman and you can do absolutely nothing. I think it will get better as you progress. I play Singleplayer Survival

hot hull
dense plover
#

how many mods are on this

#

?

hot hull
atomic obsidian
#

309

scenic pollen
#

309 looking at main menu

dense plover
#

Not bad

frank glade
#

But I caught myself 1-2 Times switching to creative, because it is so annoying if you die far away from your base

dense plover
#

Dont tell me yall play with keepimventory off

#

😭

frank glade
# dense plover Not bad

And as far as I see, it is nicely balanced. Yesterday I found a rare Dungeon and my god was this pretty

hot hull
#

Imagine using Keepinventory when grave mods exist

scenic pollen
#

why i kike being op for my own lil home server. i fuck up. go peaceful get my shit an try again

dense plover
#

lmao nahhh be a man play hard survival

#

Load the world with cheats off

frank glade
dense plover
#

Ive Never loaded a World with cheats on

scenic pollen
#

i like to build shit always have

atomic obsidian
#

just hard? be a real man and do hardcore survival + hardcore ring

dense plover
#

yes

dense plover
#

i dont bleave in creative in Minecraft

#

shouldnt even be a thing

frank glade
hot hull
#

Just needs to be in your inventory

scenic pollen
#

we all play our own way.

atomic obsidian
#

^

dense plover
#

The harder the mod the better tbh i hade mods where u go in and get op eavrything in the first 20 mintues

#

Minutes

#

Hate

frank glade
dense plover
#

I quit prominence alredy cuz i got eavrything in 4 days

atomic obsidian
#

every pack doesnt have to be for masochist kekw
i like my chill modpacks tyvm

hot hull
frank glade
dense plover
#

i wanna die in 3 hits pld

#

Pls

#

Even 1

#

Is good

frank glade
hot hull
#

It's just that every pack and their mother uses the same damn grave mod

dense plover
#

full diamond Armor get shot in the head die

#

good modpack

hot hull
#

Trying something different can be fun, you don't get that when everyone uses the same mod in every pack ever

frank glade
dense plover
#

Good

#

No op weapons

frank glade
#

Idk at the moment

dense plover
#

Give me a stick and a carrot

#

that deals half a heart

hot hull
frank glade
#

I guess the more OP you get, the better the enemys get

dense plover
#

Good

#

3 mins left for it to download

#

OK no more spoilers

#

PEACE

frank glade
atomic obsidian
#

pretty sure the modpack isnt even ment to have a clear boss progression kekw
its just an open ended survival with extra mods

hot hull
#

I have a gauss rifle that with enchants does like 40+ damage a bullet and there are still two upgrades to it

#

Though that one took a bit of work to get

frank glade
#

My first goal was to build a plane, something to fly, because I hate walking in Minecraft xD

hot hull
#

The gun I made early was a rifle that did 18 a bullet

atomic obsidian
#

i like being emperor palpatine in this modpack kekw

frank glade
hot hull
frank glade
#

But the absolute most annoying thing in the Pack at the Moment are the constantly basalt deltas sounds

hot hull
#

Scorched is an addon for MrCrayfish's

atomic obsidian
#

just get extreme sound muffler

dense plover
#

Oh yeah does anyone know a modpack abt being a summoner?

atomic obsidian
#

solves every annoying audio for any modpack frfr

dense plover
#

I NEED one

dense plover
atomic obsidian
#

i think theres a new rpg mod pack called "prey" that has pets/summons

frank glade
dense plover
#

ill check it

#

Outr

#

i want the best summoner modpack

atomic obsidian
#

enable pack editing or something not sure whats its exactly called so you can add your own mod

#

i dont use curseforge

#

i have atlauncher

dense plover
#

Not just a mod but a modpack focused on summoner

#

Ill look in yt

atomic obsidian
#

its a new modpack so there might not be CC doing videos on it

#

just took a quick browse on their curseforge page and saw pets as a huge section on the description so i assume its a big part of the experience

frank glade
dense plover
#

Sure imma try it oute tbh

#

it says tame or summon any mob

#

My type of modpack

#

Lesgooo

steel mulch
#

hello, idk if i cn ask for help here, but can someone try to help me?

steel mulch
#

so, i bought a host so i could host a steampunk server but we have a problem. the server needs a .jar file to run and the server pack of steampunk only has start.ps1 and start.sh and i cant change them. any idea on how i can add the forge jar?

Note: I get this error when i try to make a local host server

#

i've tried quite a lot of fixes for the error above and i couldnt figure it out

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

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

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

Method i

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

Method ii

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

and after that i drag the .jar from that server into the host?

slender kettle
#

should work yeah

steel mulch
#

it's ok if i ping u if i have other problems?

slender kettle
#

you dont have to ping me

#

js ask here and wait patiently

steel mulch
#

oh okey thanks :)

lavish salmon
#

Does anyone know what the ender egg on the map in the main champer of the stonghold is?

steel mulch
#

ok so it worked but i didnt got any .jar file and idk how can i get that specific file?

steel mulch
#

i already did that but i dont get a .jar file from the ps1

#

the forge.jar file

#

it opens and closes

dense plover
#

@atomic obsidian help its not working

#

Some sort if mod is not compatible or something

#

Im trying another version

#

Of it

#

Maybe itll work

slender kettle
magic parrotBOT
#

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

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

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

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

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

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

steel mulch
#

it worked in powershell but i need a .jar file to run my server, yk it isnt local hosted its on a host

vernal olive
#

what host do you have

steel mulch
#

its a host from my country that use pterodactyl panel

vernal olive
steel mulch
#

this is what i have in the startup tab

#

i asked some admins and they said that it needs to be changed by them

vernal olive
#

strange

#

but you’d most likely need to contact ur host and ask for help

steel mulch
#

yeah already did

slate dove
#

so I came across a issue where the basalt deltas ambient sounds is happening in the overworld. for what I can tell It is attached to hostile creatures sounds for some reason? is there a fix for this? can I get rid of the sound file some how?

frank glade
atomic obsidian
#

are these not yet fully grown or im harvesting them the wrong way?

buoyant citrus
#

is it known the bug with cursed candle in witch it gives infinite levitation?

surreal tapir
#

What does a corrupted eye do

strong ingot
frank glade
strong ingot
#

are those redstone mech armor any good

frank glade
strong ingot
#

im loading up steampunk rn one second

strong ingot
frank glade
#

I mean they look cool and are cheap

#

If you build them, tell me how they are^^

#

They also have Soul and Fire Armor

night merlin
#

whats the best movement item early/mid game?

frank glade
night merlin
#

what does that do?

frank glade
#

Its like a mini helicopter

night merlin
#

is it fast?

frank glade
#

Then there are horses and the glider, which i build relatively early, its like a mini elytra to prevent fall damage

wooden tendon
#

hey, how can I decrease the ambient radioactive sound that keeps playing

frank glade
scenic pollen
#

i dont think anyone got anwer to radioactive sound. alot ppl asked that an i yet see an answer to it

frank glade
wooden tendon
#

ah dang

#

will turn down mob sounds

frank glade
scenic pollen
#

i keep my world on peaceful till i ready go hunting again. my server log has alot /difficulty normal an peaceful commands in the log >.<

#

also i afk alot to think about my builds so i live in peaceful whiel i nap an think >.>

#

but is it me or does it storm more then ever ?

frank glade
scenic pollen
#

same

#

it happens alot as of late

#

feels like few times every hour

frank glade
#

since i sleep the night, it got better

tribal citrus
#

i saw a video is there Valkyrien skies Eureka in here?

scenic pollen
#

damn i have bad habbit shutting off minecraft when i go leave quest menu damn it.need see what day i anm now on for my server

tribal citrus
scenic pollen
#

day 197, late spring.

#

think this most i ever played minecraft long ass time

frank glade
frank glade
abstract moon
#

Any suggested structures to have my base in?

scenic pollen
#

F3 then i also have calender

abstract moon
#

Or should i just have a random base in a proper location

frank glade
abstract moon
scenic pollen
#

Tinkerers workshop is damn puzzele i have yet to solve

tribal citrus
#

damn idk if i can link the vid but i think the mod should be added it fits sooo well

abstract moon
frank glade
#

At first I was disappointed, then I discovered the ladder down and quickly escaped xD

night merlin
#

what upgrade can i use in the gyrodyne? also, it works well, thanks

scenic pollen
#

not found tinkerers shop yet on my curtrent world. but i did single player creative an explored one. an man it one wicket maze

frank glade
scenic pollen
#

i took apart so much crap in it tryin gain understanding how it was made

#

it kinda neat really. bc they use shit ton of water wheels an speed control mechnism to make thier traps work

tribal citrus
#

is there a place a can sugest mod to add?

frank glade
scenic pollen
#

i didnt spoil it 100% but as you dig into it. you discover alot neat items an be set on having alot parts for create machines

frank glade
scenic pollen
#

F3 is part of minecraft by default. the calender is made from serene seasons mod

abstract moon
frank glade
abstract moon
#

If they feel endangered they leave

scenic pollen
#

my lousy workshop i have expand on it soon again for next set of contraptions to make. which about drive me batty

#

my base is behind me with crap ton of disorganized chests

hot hull
#

Game starts in Spring

#

Aka, rainy season

#

Especially early Spring

scenic pollen
#

ok so spring is why it storms like hell then

hot hull
#

It'll start raining less as you get closer to summer

scenic pollen
#

ok that clears up that mess. it drove kinda crazy bc idk at what point they extended the seasons to be so long

keen arrow
hot hull
hot hull
#

and each is 75 days

keen arrow
#

my create setup doesnt look better, but its indoors

frank glade
scenic pollen
keen arrow
hot hull
hot hull
keen arrow
#

basic survival setup:
silk touch tool
ice blocks
campfire blocks

scenic pollen
#

i plan to have 3rd base for summer. i found snowy area i can build into as long it dont melt away by summer

#

as for winter i have yet find desert near me

#

so camp fires it will be

hot hull
#

Hearth go brrrrt

#

Imagine moving because of the weather

scenic pollen
#

gives me better scenery look at lol

hot hull
#

True

keen arrow
#

yeah especially since temperature doesnt matter much if you are "inside"

frank glade
scenic pollen
#

here the location i built for my gf. i call it her temple

night merlin
#

beatiful

frank glade
hot hull
#

If my buddy was on I'd post pictures of our town, ppl built their own houses and I put roads and stuff between them all

#

Server isn't up to grab screenshots

scenic pollen
#

built into a cave. for this location

frank glade
atomic obsidian
#

love quark's trowel so much

hot hull
atomic obsidian
#

makes texturing so much easier frfr

frank glade
hot hull
#

Gotta do landscaping and terraforming to make the land match up with the road and still look good

frank glade
atomic obsidian
#

randomly places blocks in your hotbar

hot hull
#

So you can do like stone brick, and all the variants of it, and use the trowel to randomly place them for texturing walls

scenic pollen
#

area i made for my partner while she was at work

tribal citrus
#

if i do the mod pack again ill have to add the valkuri mod it looks to perfict for the pack

frank glade
atomic obsidian
#

wonder if tetra long handle + create extendo grip stack

scenic pollen
#

also used locate command to catacombs an yea. marked coords on map an walked for 45 mins to find the damn place i had marked an built that structure

hot hull
#

It uses anything in your hotbar

tribal citrus
frank glade
tribal citrus
#

no a mean when i play it again

#

i had a server but stoped it cuz my freinds stoped playing

abstract moon
#

Apparently you can build trains or something?

frank glade
#

They can also work completely independent

abstract moon
#

Damn thats interesting

#

Ill prob be bored before reaching that level

frank glade
abstract moon
#

Oh ok

strong ingot
#

is there other blocks in this modpack that increase enchant power?

hot hull
#

There's like, a couple specific parts they need, but other than that you can build basically whatever you want as a train afterwards

#

There's also cart contraptions you can make using the minecarts

frank glade
#

You can also build Machines like train track laying or a automatic miner

hot hull
#

where you can just slap a structure onto a minecart

frank glade
hot hull
#

No idea tbh

scenic pollen
#

imagine building a traintrack on this area i have explored so far.........

#

i hate thuink of mats needed to even attempt

outer needle
#

Is it just me or this modpack is really hard?

candid niche
strong ingot
scenic pollen
#

guess that one way to put it out there bluntly that yea it hard

outer needle
#

Yyy , i know that you can pick "hard" as an option in the questbook or what is it , but in general i find this modpack very complex/hard to play

hot hull
#

I mean, like 90% of it is just "Do you know how Create works?"

scenic pollen
#

it takes alot time to learn the content of the mod pack. which does make it hard in that sense. bc it took me ages to actully get into irons spellbooks mod. i always focused on create. but irons was not easy to understand right off. like create is hard for my gf to grasp an understnad,. i can navigate the create part fairly well i think. the mobs added by this pack are hell tho

#

frenzied knight is a bitch

frank glade
#

Just randomly at my base some boss dude came called Insatiable and keeps killing me

outer needle
hot hull
#

It seems complex because Create isn't like other tech mods where your machines are either a single block or a giant multiblock that has to be built a very specific way or won't work, Create lets you kinda just do whatever you want as long as it follows the mod's rules for how it functions

outer needle
abstract moon
hot hull
#

Water wheels can be placed vertically or horizontally, you can use belts to share rotational force over distances without changing direction, and some stuff MUST be spinning a specific way to work

abstract moon
#

Iron doesnt seem that hard? Inscription to add scrolls and the scroll forge creates forges depending on ink rarity + type of class (emerald, ender pearl etc)

#

Any other mechanics i forgot?

scenic pollen
#

andesite an iron are major ingrediants an also having plenty of andesite casings

hot hull
#

Also a good thing of note is that you should get a Steam Engine up and running ASAP, it basically instantly makes all other power sources obsolete

scenic pollen
#

harvest alot of iron an andesite to make the alloys and to make the casings

outer needle
#

My head after reading all that 🤯 🤣

hot hull
#

You can replace Iron with Zinc in the Andesite Alloy recipe and Zinc gets used for like

#

nothing

#

While Iron is used for a BUNCH of other shit

#

The only other use Zinc has is to make Brass from what I remember

abstract moon
scenic pollen
#

zinc is used for brass

hot hull
hot hull
abstract moon
#

The belt part

#

If you stack the water wheels and share the same belt

hot hull
#

Keeps the power the same but covers longer distance

#

than using gears

abstract moon
#

Ah ok

scenic pollen
#

here how i power my create items an i have larger water wheel behind all that

abstract moon
#

I thought you meant using multiple water wheels sharing the same belt

scenic pollen
#

those are chain drives. which is casings and iron nuggets

hot hull
#

Will work the exact same way and be cheaper

scenic pollen
#

i had use chain drives bc i have travel 1200 blocks for warm ocean

#

so that i how started it

hot hull
#

Make a kelp farm

#

lol

warm pagoda
#

what is the mod that makes mobs level the further you get from spawn and does this actually do anything?

hot hull
#

That's a vanilla feature

slender kettle
hot hull
#

Yes, local difficulty is a vanilla feature

slender kettle
#

not the mc difficulty.

hot hull
slender kettle
#

they are 2 completely different thing

slender kettle
warm pagoda
slender kettle
hot hull
slender kettle
#

so it does make them stronger yes

hot hull
#

Does not tell you

slender kettle
#

vanilla difficulty does not even scale off distance

warm pagoda
hot hull
#

It scales off how long you stay in an area, so stuff is harder if you sit in one spot

#

And each chunk also has a set value, which scales up further from 0/0 to a certain point

slender kettle
frank glade
#

So I am not even save in my own base until a build weapons

slender kettle
#

you dont have to worry about Vanilla difficulty

hot hull
surreal tapir
#

how can i take someones op away on LAN?

hot hull
#

Mobs get like, an extra bit of damage, like half a heart to a heart or smth

frank glade
slender kettle
#

lan breaks modded instances, if you mean worldshare then js disable cheats

hot hull
#

And it takes 63 ingame days to reach full effect if you spent all your time in that chunk

hot hull
#

Local difficulty just makes the mobs that spawn in a chunk have higher stats

frank glade
toxic warren
#

Anyone having problems with finding blazes/nether forts?

surreal tapir
slender kettle
surreal tapir
#

Ah okay

#

and wdym by breaks modded instances?

scenic pollen
#

i find that world share is very laggy which why i have laptop for personal home server

surreal tapir
#

So im guessing it is fine with that

scenic pollen
#

crazy. me an gf have powerful machines an world share is wonky for what ever reason an we same house

hot hull
frank glade
scenic pollen
#

2 desktops an our laptop we hare all have 32 gig ram

surreal tapir
#

but hosting an server is hard to setup so

hot hull
#

Playing singleplayer runs a local server on your PC, and hosting a server is LITERALLY downloading the server pack and running the file to start the server

#

And it would be more stable for you than world sharing

#

The complicated part about server setup is port forwarding, and you guys are using the same connection

#

So you don't need to do that

scenic pollen
#

as long person has enough ram they can run game and server on same machine. but my set up meant that i used 16 gigs for minecraft alone

#

thus our laptop becoming the host

frank glade
hot hull
#

I moreso was pointing it out because it will be more stable than Worldshare if you're already on the same wifi to just use a server

#

And again, you don't have to do the complicated part of it

scenic pollen
#

laptop is 11th gen i7 and my machine is 12th gen i5. my gf will have 14th gen i7 once i get off my ass an replace her cpu

scenic pollen
#

everything is on windows 11 bc that OS has the means to use the 12th gen and above new architecture

frank glade
#

Minecraft=Bad Optimization + Crappy Windows Server and then a bit false configuration

shut girder
#

why am i hearing this creepy ambiance

slender kettle
slender kettle
shut girder
#

like i hear it once in a while and it's keeping me on edge

slender kettle
frank glade
twin zenith
#

any1 know if there Is a fix for the Create goggles not showing info in this pack?

frank glade
twin zenith
#

Ive tried both headslot and curios headslot is there another one i should be trying?

deep notch
#

Do you guys know why I can't sleep? Does have to do with world being cursed mode? If so how can I sleep?

frank glade
scenic pollen
slender kettle
#

js the client

scenic pollen
#

i give that a go

slender kettle
#

Theres like a bunch of glitches that I need to report to Sharkie, but half of them I either forgot to or I have not figured out the cause yet

#

and also I think Sharkie hates me since I report a glitch every other day instead of doing it all at once xd

hot hull
scenic pollen
#

hopefully v22 is lil smoother when it drops

hot hull
#

Would be nice to have an actual answer to give ppl who ask instead of just "Get in line, there's like 300 other ppl asking the same"

#

lmao

slender kettle
#

Sharkie is still on his break so it will take some time for issues to get resolved shrug

hot hull
scenic pollen
#

you do alot stuff that involves create an steampunk so ofc you find all the bugs

hot hull
#

Literally says "Incurable insomnia" as one of the curses

slender kettle
#

other then the latest pinned messages in this channel, that one I discovered while working on my pack #all-of-create

shut girder
#

is it possible removing the cave centipede? I hate that thing so much

slender kettle
hot hull
#

hate those things

frank glade
#

I am afraid that I never seen that thin yet

#

Maybe because Im scared to go in any cave xD

slender kettle
#

z

hot hull
#

They always choose the most opportune moment to scare the everloving daylights out of you

#

it's wonderful

scenic pollen
#

oops xD

shut girder
#

I can't config alexs mod

scenic pollen
#

wow i lit forset on fire with lighrting bolt

slender kettle
scenic pollen
#

didnt have time snip that to keep discord out of the shot bc i had act kinda fast

strong ingot
#

i dont get why i should care about immersive engineering the same as i care about create

scenic pollen
#

also seems like sounds are still kinda there with sound mod gone

hot hull
#

90% of it's content can be done easier with Create

strong ingot
#

the engineer hammer is pretty nice

#

thats about it for me

scenic pollen
#

i curius about create addon Factory must grow

hot hull
#

Factorio Joke spotted

scenic pollen
#

look up on curse forge. The Factory Must grow

ancient comet
#

putting this here if anyone run into it :
If your chests are messed up (Invisible Chests, Chests missing the top / lid), try removing faithless and doing a /flywheel backend off

hot hull
#

It's a saying that comes from Factorio players, you spend like 100 hours straight doing stuff, eliminate the local wildlife in the way, and pave over the water in your path constantly, and barely realize it's been 10 minutes and are always automating new things

#

All because "The Factory must grow"

scenic pollen
#

i watched friends play it. an kinda makes no sense to me. automate an destroy the enviroment around you

hot hull
hot hull
#

Now I have almost 300 hours and start a new playthrough like once every year or two

#

lmao

#

I have more than once unintentionally pulled an all-nighter because I go "I just gotta finish automating this setup" at 11pm and suddenly it's 7am

scenic pollen
#

i have yet my self advanced to point where my minecraft is automated

#

i just want make stupid evil traps an automatic doors

hot hull
#

9/10 times, building a setup to automate a thing takes the same amount of time or slightly longer than manually doing it

#

And then when you need it again later, you already have it

#

It's just easier in the long run and saves a ton of time to automate all the things

scenic pollen
#

i manged to make a sliding door once. but i had call in the materials by command to make it. since it was expirimtal build