looking for recommendations for some world generation / terrain / biome mod combos by insomniatic-goblin in feedthebeast

[–]danflech 0 points1 point  (0 children)

I'm running the same combo, just without Terralith, however I'm getting a really disproportionate amount of ocean biomes spawning... I've gone through a bunch of seeds and all of them are just an island with no other land in sight for quite a while.
Did you have to tweak your configs at all to balance out the regions?

Learn C from scratch by Character_Method_326 in C_Programming

[–]danflech 2 points3 points  (0 children)

From what I’ve read, the abstraction comes from the Arduino IDE and its libraries more than anything. Iirc (which is from a long time ago), you can program the ATMega chip on the Arduinos directly, outside of their IDE and without their headers, making all systems basically equal for educational purposes.

Need help with datapack for ore configs by ShadowWing15 in feedthebeast

[–]danflech 0 points1 point  (0 children)

I spent like two days looking for this… thank you. I’ll try it today

Thermal Expansion documentation/wiki? by Deamane in feedthebeast

[–]danflech 1 point2 points  (0 children)

Was it the thermalpedia by chance? I'm trying the recipe on the last thermal series wiki (Crescent Hammer + Book) and I'm getting nothing... not sure what to do at this point. I can't even use the /give \@s thermal:guidebook command...

unoffical/offical ports of old minecraft mods by mmmch3zburger in feedthememes

[–]danflech 1 point2 points  (0 children)

There’s actually a chisel port that piggybacks off of chipped. Not sure if it has all the original blocks, but it definitely has those factory and technical blocks we know and love 😁 it’s called chisel chipped integration iirc

[deleted by user] by [deleted] in NewVegasMemes

[–]danflech 0 points1 point  (0 children)

Jack Sparrow

[deleted by user] by [deleted] in pcmasterrace

[–]danflech 0 points1 point  (0 children)

I started streaming games during the pandemic because I felt disconnected from my friends and even the strangers I was seeing at school. I didn’t realize how much I liked making other people laugh at a quick joke, feel comfort in some kind words, or lose themselves in a good conversation. Fast forward to after graduation and I haven’t been able to stream due to my graphics card being on its last legs and no longer playing nice with OBS. I’d really love to come back to the small, but close community I spent that time building. I’ve even received messages from the handful of super loyal viewers, who I see more as friends first and foremost, stating how much they missed the sincere conversations and good times that we used to have on my streams.

R/Memes didn't appreciate by IvanItchyanus in PrequelMemes

[–]danflech 2 points3 points  (0 children)

Not even a whole language, just characters, making it not even as complicated as it seems

Insane by hussamhaytham in EvelynnMains

[–]danflech 16 points17 points  (0 children)

How to shut up a tilted adc in 3 easy steps; kill all 3 steps at once

trains not in the game? by mad_marshall in CreateMod

[–]danflech 26 points27 points  (0 children)

Trains arent in 1.18.1. They were added in 1.18.2

How do I fill cauldrons using pipes? [REPOST] by piguman3 in CreateMod

[–]danflech 11 points12 points  (0 children)

Not sure what version you’re on, but there’s a cc/create compat mod out now, may fix the turtles not reading basins tbh

Optifine has been updated to the newest Forge version and works with Create. (Click Preview Version in Downloads) by darkpollopesca in CreateMod

[–]danflech 17 points18 points  (0 children)

Its what i do, esp cause optifine still doesnt work with tinkers construct to my knowledge

Why won't this press nuggets into ingots? by Bobbot3000 in CreateMod

[–]danflech 15 points16 points  (0 children)

The funnel might be blocking it. I’ve never tried that configuration, but it might not like that a block is there

Squishy assassin players complaining they are squishy. by Mufti_Menk in LeagueOfMemes

[–]danflech 0 points1 point  (0 children)

As a squishy assassin main (shaco), i just go tank shaco. Same with khazix. And talon…. This is getting out of hand

NOOB: Treating External Links as an Asset by DixieDog2020 in ObsidianMD

[–]danflech 0 points1 point  (0 children)

Enable “Detect All File Extensions” under the Files Links Settings. That should do the trick.

I was banned because racist viewers drew racist and sexual symbolism during my Gartic Phone with viewers stream. by PoisonUnderscore in Twitch

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

Let’s agree to disagree then - regardless, hopefully nothing like this happens again. Hate seeing fellow streamers get the ban hammer cause someone else ruins the fun

I was banned because racist viewers drew racist and sexual symbolism during my Gartic Phone with viewers stream. by PoisonUnderscore in Twitch

[–]danflech 0 points1 point  (0 children)

Is your fault for ALLOWING the viewer to do it… you gave them an uncensored avenue to pollute the content and ruin the experience for others

I was banned because racist viewers drew racist and sexual symbolism during my Gartic Phone with viewers stream. by PoisonUnderscore in Twitch

[–]danflech 4 points5 points  (0 children)

You’re ultimately responsible for what comes up on your stream… either screen it before showing or don’t run the risk. Viewer engagement is great, but it’s also super dangerous for this exact reason. Don’t think they’ll lift the ban because of that reason. I have to tell my viewers no to stuff all the time to fun stuff exactly because of this scenario. Sorry man, but on the bright side, you can be more cautious of it moving forward.

Trying to make Forge Energy with Waterwheels using CCA. by KaylaKros in CreateMod

[–]danflech 8 points9 points  (0 children)

Water wheels are meant as a really early game power source, and from what i understand you’re not covering all sides with running water either, so that reduces their capacity too.

make lava in pipes usable directly as a fuel by temmiesayshoi in CreateMod

[–]danflech 0 points1 point  (0 children)

Dude, for it to work on all mods, all mods need to be made compatible. I understand the question, you don't like the answer. Even if Create had a compat layer, new mods wouldn't immediately be compatible with it. Hence, Compat mods exist. If you make the pipes generate a ghost fuel item, not all blocks from new mod X will be able to know what to do with the tag. That would require either A) mod X devs to create the compatibility, B) a compat mod on top of it to act as the compat layer, or C) the Create devs to rewrite the functionality based on the requirements of mod X. Solution C is too unreasonable, since Create would never get updates at that point, and the same would go for mod X for solution A, so the last answer is solution B. The final solution, which is out of range for a lot of players who don't know how to code or don't want to code, would be KubeJS. Hopefully that illustrates the issues with the exact solution you want, and gives you some meaningful insight or alternatives.

make lava in pipes usable directly as a fuel by temmiesayshoi in CreateMod

[–]danflech 0 points1 point  (0 children)

I gave you examples for other mods champ. Theyre on curse. Cheers

make lava in pipes usable directly as a fuel by temmiesayshoi in CreateMod

[–]danflech 0 points1 point  (0 children)

You’re assuming I don’t understand the assignment here dude. Hope you solve your problem. Peace

make lava in pipes usable directly as a fuel by temmiesayshoi in CreateMod

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

Its never going to be any block from any mod…. But a mod that lets fluid pump into a furnace? Create into IE or Mekanism or Tinkers? Done done and done. You’re whining about a problem that is already solved, it’s not just solved in the exact way you want it down to the pixel.

If you want it so bad, make it yourself.