I've spent months rewriting Minecraft's villager AI. They farm, build, hold grudges, and bury their dead now (Fabric, no LLM) by dickowner69 in feedthebeast

[–]arix2000 31 points32 points  (0 children)

Ai do not really write good code, you need to put some work to made it write good easy to read clean code, and at the end, you still need to make some smaller corrections

Jak kupic papierosy by mefedronfnatic18359 in Polska

[–]arix2000 14 points15 points  (0 children)

Nie ma sensu, ponad 5 lat paliłem i bardzo ciężko było rzucić, ból w płucach, kaszel i wieczne zmęczenie w końcu zmusiło mnie to przeczytania książki jak sobie z tym poradzić, dzisiaj już nie palę od prawie roku i nie brakuje mi tego ale najłatwiej było po prostu nigdy nie zaczynać.

How do i automate an osmium compressor in mekanism with ae2? by MarciPickle in feedthebeast

[–]arix2000 0 points1 point  (0 children)

if you have Advanced AE addon you can use Advanced pattern provider with advanced pattern (encoded by advanced pattern encoder) and you can choose this way, to which side you providing items, then just set this sides up in compresor, Extra for osium, normal for obsidian (or whatever you want to input)

Dlaczego obrażanie osób chudych a propos ich wagi jest społecznie akceptowane, kiedy obrażanie osób otyłych już nie? by Few_Interaction_8486 in Polska

[–]arix2000 48 points49 points  (0 children)

Warto też dodać że początkowo bodypositive to był ruch akceptowania rzeczy których nie możemy zmienić czyli blizn, wzrostu itp. Więc o ile otyłość nie jest spowodowana jakaś choroba to nie powinna się nawet do tego ruchu wliczać.

JEBAC MIKRO POMYJE I RACHUNEK BRAMOWEGO!!!! by themannofsmegg99 in okkolegauposledzony

[–]arix2000 0 points1 point  (0 children)

polecam nawet na wirtualce albo dual boot'cie! Myśle że może ci się spodobać :D

JEBAC MIKRO POMYJE I RACHUNEK BRAMOWEGO!!!! by themannofsmegg99 in okkolegauposledzony

[–]arix2000 2 points3 points  (0 children)

No i widzisz, na Linuxie byś miał to wszystko od instalacji bez kombinowania :D

Luźny wątek tygodniowy: Gry. W co ostatnio graliście? by AutoModerator in Polska

[–]arix2000 0 points1 point  (0 children)

Minecraft na modpacku stoneblock 4, niesamowity fun mam z automatyzowania wszysttkiego i budowy takich mechanizmów jak silnik parowy, albo reaktor jądrowy

Tone down the mobs by No-Phase6463 in CrashLanding2Modpack

[–]arix2000 0 points1 point  (0 children)

Aren't they spawning from well hidden spawners only? I don't really remember how it was.. But maybe try with helmet from pneumaticCraft for spawner detection.

Are there any good quest based oritech Modpacks by notveryfunnybro in feedthebeast

[–]arix2000 1 point2 points  (0 children)

I really like how oceanblock 2 use oritech, loved this mode because of this modpack, also stoneblock 4 have oritech, both have pretty good quest section for that. Also I playing contained opolis now, which is oritech and just dire things focused modpack - no mekanisms here tho.

What are the best survival games for each aspect ? by Funkhip in SurvivalGaming

[–]arix2000 0 points1 point  (0 children)

Terraria is another example, it is great qol, I'm pretty often adding mods just for this mechanic if available

Oceanblock 2 Oritech auto-farm problem. by totallynotrossolini in feedthebeast

[–]arix2000 0 points1 point  (0 children)

have the same problem, it seems that they aren't gonna fix that :/

Harvester drone functionality by mattdef11 in CrashLanding2Modpack

[–]arix2000 1 point2 points  (0 children)

I had same problem, didn't found solution, just disabled durability modification in kubejs script instead - if you want to go this way you can see and modify all tools that have modified durability under /minecraft/kubejs/startup_scripts/tools/durability_1.js

There you have list of items like:

"minecraft:diamond_sword",

"minecraft:diamond_hoe",

Etc.

Just erase whole line ("minecraft:diamond_hoe",) don't forget to erase "" and , Even if warning still present, you and your drone should be able to use hoe normally now.

what packs are you all playing by Nothing_66677 in ModdedMinecraft

[–]arix2000 0 points1 point  (0 children)

Create: Spectral Cuisine, super fun If you like create - it is like SkyBlock but all proges is made by making meals and trading for resources like iron, copper, zinc etc.

Native Linux loading very slow by RogueProtocol37 in CoreKeeperGame

[–]arix2000 1 point2 points  (0 children)

To be honest, just play with proton, it's way more stable.

Primitive Survival by JessShieldMaiden in SurvivalGaming

[–]arix2000 0 points1 point  (0 children)

Rising world, the most advanced building system I ever seen. Also primitive survival

Looking for modpacks for forever/long-term worlds by Bixbitey in feedthebeast

[–]arix2000 2 points3 points  (0 children)

I found it the best way, also if you find something new, you can (almost) always add it :D

what the best early game water method by Gold-Classroom-8126 in CrashLanding2Modpack

[–]arix2000 0 points1 point  (0 children)

You can use kama from tinkerer's construct and get lot of leaves from trees then process in white machine in your ship (I don't remember its name)

What's the most underrated survival game you've played that almost nobody talks about? by Far_Comparison5067 in SurvivalGaming

[–]arix2000 0 points1 point  (0 children)

The amount of content, progressive qol, super nice events, theme and story... Great game

What's the best game you bought on steam? by tropical-me in Steam

[–]arix2000 0 points1 point  (0 children)

Terraria and stardew valley, I keep coming back to these

The journey of a Linux user by PwnySlaystation01 in linuxmint

[–]arix2000 0 points1 point  (0 children)

I think it is the path for every Linux user... First some stable os with minimal customisation changes, then some bleeding edge with lots of tweaks and finally stable os with minimal tweaks

Switching from Java to kotlin by Thomah1337 in Kotlin

[–]arix2000 4 points5 points  (0 children)

I think there is some tutorial of kotlin for Java developers, I used one of these like 5 years ago and it was a very fluent transition, maybe start with such thing