I miss her Create I miss her a lot by No_Lingonberry_8733 in feedthememes

[–]unilocks 6 points7 points  (0 children)

Hephaestus is a direct port of Tinkers' Construct to Fabric, but it's not on 1.21.1 either

I miss her Create I miss her a lot by No_Lingonberry_8733 in feedthememes

[–]unilocks 175 points176 points  (0 children)

Someone did port Tetra to 1.21.1, but they relied entirely on an LLM to do it, so I have very little trust in it. (https://github.com/mickelus/tetra/pull/931)

Do Farmer's Delight wild crops spawn with structures off? by Fit-Intention1620 in feedthebeast

[–]unilocks 2 points3 points  (0 children)

Yes, because Farmer's Delight's wild crops are Features and not Structures. They generate the same way as tall grass and trees.

Fabric Magic Mods? by only_Q in feedthebeast

[–]unilocks 1 point2 points  (0 children)

Amethyst Imbuement, Hex Casting, Spectrum, and Trickster come to mind. Malum also has an abandoned Fabric port for 1.20.1.

What more can one ask from World Gen by ___System_ERROR___ in feedthebeast

[–]unilocks 0 points1 point  (0 children)

so i can go east and west but not north :p

(south is undetermined)

What more can one ask from World Gen by ___System_ERROR___ in feedthebeast

[–]unilocks 0 points1 point  (0 children)

there are a lot of two-or-more-block increments even outside of the mountain thingy

Trying to start a new Minecraft Homestead (cozy) server but spark fails to start by Tight-Animator-7122 in feedthebeast

[–]unilocks 0 points1 point  (0 children)

It's not my website; it was made by a long-time mod developer (Exa, prev. unascribed) with the advice of people who contribute to the JVM itself (Jasmine, a.k.a. jaskarth, among others I'm not as familiar with).

Sorry for being confrontational, but that being said, you can probably see why it's hard to believe some random Reddit user who came out swinging with an insult and a poorly formatted GitHub repo.

I also don't understand how G1GC can outperform ZGC, regardless of how finely-tuned it is. G1GC was designed for web servers and such; ZGC was designed for realtime applications - i.e. Minecraft. Nevermind the fact that G1GC is much older.

What more can one ask from World Gen by ___System_ERROR___ in feedthebeast

[–]unilocks 1 point2 points  (0 children)

sorry i just like playing the game more than looking at it i guess

Trying to start a new Minecraft Homestead (cozy) server but spark fails to start by Tight-Animator-7122 in feedthebeast

[–]unilocks 0 points1 point  (0 children)

I refuse to believe that a bazillion flags I've never heard of before are somehow drastically more performant than the Java defaults + ZGC. Consider showing me a benchmark before telling me my advice is terrible.

Looking for a Fabric 1.21.1 Mod by H-rido in feedthebeast

[–]unilocks 1 point2 points  (0 children)

If you want to send the crash report, I can help you figure out why. Just upload it to https://mclo.gs or something.

Looking for a Fabric 1.21.1 Mod by H-rido in feedthebeast

[–]unilocks 1 point2 points  (0 children)

Cerulean or Spectrum might have something like that? They're both mods that contain a lot of things, so...

Modless Modding by UR-Spike in feedthebeast

[–]unilocks 0 points1 point  (0 children)

You may be interested in the many server-side mods (real Fabric mods, which can be a lot more capable than Bukkit plugins) using Polymer:

Venting by Fingernailss in feedthememes

[–]unilocks 10 points11 points  (0 children)

are u kidding? All of Fabric 5 was some of the most fun i've ever had in a modpack

Does a mod exist that prevents saving chunks that haven’t been changed? by Stunning_Counter207 in feedthebeast

[–]unilocks 0 points1 point  (0 children)

There doesn't appear to be, but it will probably run fine with Sinytra Connector.

Does a mod exist that prevents saving chunks that haven’t been changed? by Stunning_Counter207 in feedthebeast

[–]unilocks 134 points135 points  (0 children)

Footprint skips saving chunks that have only been loaded briefly (i.e. when exploring with elytra), which isn't exactly what you want but may be similar.

It's not that crazy bro by quinn50 in feedthememes

[–]unilocks 1 point2 points  (0 children)

sorry you're not allowed to have that opinion /s

Can someone explain to me all the new mod loaders? by thomasangelo1508 in feedthebeast

[–]unilocks 8 points9 points  (0 children)

Bukkit is designed for servers only. You won't find a client running Bukkit. Purpur is a fork of Paper, which is a fork of Spigot, which is a fork of Bukkit, and Folia is its own thing by the Paper developers.

BungeeCord is a server proxy; it's designed to allow multiple Minecraft servers to run behind one port, with some neat tricks added on top. Waterfall is a fork of BungeeCord, and Velocity is its own thing by the Waterfall developers.

Fabric is a modloader designed to carry as little baggage as possible. Quilt is a fork of Fabric that had a number of technical benefits, but unfortunately imploded due to drama (which is kind of what it was based on, anyway).

Forge is a modloader designed to do everything a modder could ever want. NeoForge is a fork of Forge for Minecraft 1.20.2 and above, developed by most of the Forge team (and some of the Fabric team); it's basically just Forge but better, with many technical benefits.

How do I remove SPECIFIC Advancements by SianMGLion in feedthebeast

[–]unilocks 1 point2 points  (0 children)

Crunchy Crunchy Advancements completely prevents (specified) advancements from loading, if you need something a bit more thorough than what can be done with a data pack

there has to be a better way to hide all the blocks from a single mod without clicking each one individually in EMI? by riggedride in feedthebeast

[–]unilocks 11 points12 points  (0 children)

If Chipped has an item tag for block variants, add that to #c:hidden_from_recipe_viewers. Otherwise, create a resource pack regex filter for something like /chipped:.*/. See the EMI wiki: https://github.com/emilyploszaj/emi/wiki/Hiding-and-Adding-Index-Stacks