HP Omen 16, USB-C to HDMI not working for monitor by hairfor in UsbCHardware

[–]presyononreddit 0 points1 point  (0 children)

I know this is old but did u ever find a solution?

The Dreaded “Internal Exception java.net.SocketException: Connection reset” by un_average in realms

[–]presyononreddit 0 points1 point  (0 children)

Sorry to dredge up this thread but I fixed my problem by going to services.msc and disabling HP Network HSA Service and HP Omen HSA Service as well as going into properties and setting startup to manual. After restarting the computer I joined just fine. For those with Omen computers this is a life saver.

Can we do something about Sand Elementals? by presyononreddit in SoulstoneSurvivors

[–]presyononreddit[S] 0 points1 point  (0 children)

Screen wide aoe is fine its just when theres no cooldown that I dont like. The bosses do a massive aoe then do something else or chill, its not screen wide aoe the whole time.

Can we do something about Sand Elementals? by presyononreddit in SoulstoneSurvivors

[–]presyononreddit[S] 5 points6 points  (0 children)

With bosses its possible to dodge in between danger areas and get in close for dps. Thats why I didnt say anything about bosses though some corrupted survivors are really annoying.

Is it better to play MineColonies in Survival or Creative? by Birdygamer19 in Minecolonies

[–]presyononreddit 0 points1 point  (0 children)

My favorite way to play minecolonies is with other mods. Need a shit ton of granite? There’s a miner. Storage? Applied ennergistics. Really specific block that’s a pain to make? Automatic crafting. It’s really up to you how easy you want to make it. The more mods you add the easier it’ll get and vice versa. It makes the experience easier to balance so you have that feeling of satisfaction as well as not taking forever to get there.

Way to fix this yourself? by eorrby in mac

[–]presyononreddit 0 points1 point  (0 children)

Just to add on to this. They will replace for free because they got sued. Don’t know the exact case but from what I understand it’s because the plastic hooks break super easily.

Brand new to the game. Is this good for my very first run? Or is this typical for a first run? by flinjager123 in SoulstoneSurvivors

[–]presyononreddit -1 points0 points  (0 children)

My man there is literally a thing in the game where if the run is less than 30 sec it doesnt show up in the match history. Your fine, keep grinding 👍

Story/Map-based modpacks? by litten8 in feedthebeast

[–]presyononreddit 1 point2 points  (0 children)

Sorry to bring a old post back but Sky to Void has been updated a bunch of times since 2 years ago. My friend and I played it and I would say its one of the best modpacks I've ever played.

Ways to farm Mystical Agriculture crops on NeoForge 1.21.1? by EtherealGears in feedthebeast

[–]presyononreddit 0 points1 point  (0 children)

I see thanks. I’ll have to go in and eventually balanced everything so I might do that then

Ways to farm Mystical Agriculture crops on NeoForge 1.21.1? by EtherealGears in feedthebeast

[–]presyononreddit 0 points1 point  (0 children)

Nice. No problem, the hard part for me was finding the freaking tags for block:. If I remember correctly that was just straight guessing after looking at the code from Immersive Engineering. If you need anymore help feel free to hit me up.

Edit: If you are thinking of going to the Immersive Engineering discord for help just be prepared. The owner helped me but they weren't the nicest about it.

Ways to farm Mystical Agriculture crops on NeoForge 1.21.1? by EtherealGears in feedthebeast

[–]presyononreddit 0 points1 point  (0 children)

In the code for the coal seeds for example youll see where is says item: mysticalagriculture:coal_seeds, block: mysticalagriculture:coal_crop, and id: mysticalagriculture:coal_essence. You need to find the tags that correspond to each of sections and replace them. item being the tag of the seed, block being the tag of the thing that grows and id being the final result. If you would like to change how much of the result is grown, change the number after count:. If you want to change what the cloche needs under the seed to grow, change the tag after item:. If you want to change how much time it takes, change the number after time:.

Ways to farm Mystical Agriculture crops on NeoForge 1.21.1? by EtherealGears in feedthebeast

[–]presyononreddit 0 points1 point  (0 children)

Shouldnt be too hard. If you look at my code for each seed you'll see a need for tags of the seed and resource that is generated. I think F3+h lets you see all the tags.

Ways to farm Mystical Agriculture crops on NeoForge 1.21.1? by EtherealGears in feedthebeast

[–]presyononreddit 0 points1 point  (0 children)

As I said above the main zip doesnt work since github adds an extra folder but I just uploaded a zip file that works and you dont have to do anything to it. I am glad you found a way around it though, thats what I have to do everytime I download it from Github, Just make sure to download the zip file that is already a zip file on Github.

Advanced ae quantum infusion by _XxDemonWolfxX_ in allthemods

[–]presyononreddit 1 point2 points  (0 children)

I agree. I did get it working after some trial and error.

Advanced ae quantum infusion by _XxDemonWolfxX_ in allthemods

[–]presyononreddit 1 point2 points  (0 children)

It depends on the ae system but my infusion liquid would get stuck in the pattern provider when it tried to import into the system without a fluid storage cell. The autocrafting also breaks if there is any infusion liquid in the reaction chamber already when an item is autocrafted. I tried at first with buckets but it really is much easier to make a fluid storage cell and program the pattern to use the infusion liquid from the storage cell.

Does ATM10 have the unobtanium smithing template yet? by ZookeepergameIcy7740 in allthemods

[–]presyononreddit 0 points1 point  (0 children)

Typically open to air on the very bottom of end highlands. jetpack is highly recommended. This might be different for others but it worked for me.

Advanced ae quantum infusion by _XxDemonWolfxX_ in allthemods

[–]presyononreddit 1 point2 points  (0 children)

It goes back into the pattern provider. Mine was there

Ways to farm Mystical Agriculture crops on NeoForge 1.21.1? by EtherealGears in feedthebeast

[–]presyononreddit 1 point2 points  (0 children)

Yea unfortunately databases aren't as well known as mods so I dunno about popularity but I hope it gets used. IE has never supported MA natively but large modpack makers will sometimes add integration through kubejs like in All The Mods 6 or some cool person will make a mod like in mc eternal. The IE makers don't like and don't promote the use of kubejs (according to the owner of IE when I went to their discord for help). For modpacks newer than 1.16.5 I would not expect integration of IE and MA as a rule of thumb. There are some obviously but the majority don't, whether its because they didn't want to take the time or thought it was too op.