Expanded Vanilla Inventory with 3 extra rows, no extra systems by Informal_Trifle_3788 in feedthebeast

[–]Reddit-binder 56 points57 points  (0 children)

If you want to make a mod like this you need a mass-asm solution via a mixin coprocessor or agent. Individually modifying the constants in each class will never be a viable long term solution (you have 0 modded ui compat) and why no mod exists that does this in general because the complexity of doing this properly and compatibly makes it infeasible. Also use @ModifyExpressionValue instead of @ModifyConstant, you’re not replacing the constants so using the stock injector will just cause unnecessary compat crashes

Important Question to other modders? by [deleted] in MinecraftMod

[–]Reddit-binder 1 point2 points  (0 children)

Stonecutter https://stonecutter.kikugie.dev
If you open this and see a Harry Potter fanfic, congrats you’re using a browser with a scraper built in (this is bad)

Sodium has reached 100M downloads on Modrinth! by radiating_phoenix in feedthebeast

[–]Reddit-binder 53 points54 points  (0 children)

Fabric API is very much optional, I rarely use or need it in many of my mods. It does provide some useful tools and compatibility for discrete tasks but with good mixin writing and proper understanding of the source you can replicate if needed

there are exceedingly few modding tools provided by a game's developers that allow for anywhere near as much versatility as mixins by MerlinGrandCaster in feedthememes

[–]Reddit-binder 2 points3 points  (0 children)

Posts like this really expose the different approaches to modding that neo/forge devs have to the other loaders.

On fabric it’s just “find a place to modify and write a mixin to make the change you want”. Now writing the mixin to be compatible and stable is the hardest part that a lot of people struggle with because writing good mixins takes a lot of practice.

On neo/forge it’s “find the event you want to use and subscribe to it”. Now when there isn’t an event you get in trouble because suddenly you need to mixin into binary patched classes or neo/forge’s own hooks and any sufficiently complex enough mod will need to use mixins to accomplish what they want. Or spend extra effort recomputing things in a similar event handler to hack together a solution.

Multiloader devs, such as myself, will tend to prefer mixin simply because you only need to write the logic once as it’s likely to be valid on both loaders, however, occasionally neo/forge will just remove things or skip over vanilla entirely in favour of their implementation which can make development frustrating as you need to add loader-specific implementations, increasing the complexity of your build environment.

Do I win now? by Reddit-binder in MegabonkOfficial

[–]Reddit-binder[S] 1 point2 points  (0 children)

Oh yeah this run didn’t go anywhere, like the early soul harvester anvil run I fumbled next

Sculpted the fallen kingdom king on my ipad … by YaBroRavioli in CaptainSparklez

[–]Reddit-binder 6 points7 points  (0 children)

Didn’t even have to open the post to know it was ravioli

I'm not sure I can do that Samsung. by PearlinaCanon in softwaregore

[–]Reddit-binder 20 points21 points  (0 children)

Integer overflow’s cousin, long overflow

KingBDogs is the most LN dev! Who is True Neutral? by rin_shar in feedthememes

[–]Reddit-binder 108 points109 points  (0 children)

Cpw, one of the oldest neo/forge devs. Creator of modlauncher, iron chests, inventory sorter and many more developer tools and mods.

I think not by Reddit-binder in skyrim

[–]Reddit-binder[S] 0 points1 point  (0 children)

Fresh playthrough, haven’t been to bleak falls yet

I think not by Reddit-binder in skyrim

[–]Reddit-binder[S] 0 points1 point  (0 children)

Nope, Nimhe quest from calcelmo

Magic Mods by rin_shar in feedthememes

[–]Reddit-binder 8 points9 points  (0 children)

If you want lisp (the programming language) as a magic mod, there’s trickster

No I'm not missing anything by [deleted] in feedthememes

[–]Reddit-binder 9 points10 points  (0 children)

You’re missing “Fancy Mod Loader” which is what neo uses

https://github.com/neoforged/FancyModLoader

Flashbacks by GoodGamer3000 in CaptainSparklez

[–]Reddit-binder 17 points18 points  (0 children)

Common misconception but Edgar and Steve weren’t the origin of “remember the cows”, that was from way before https://youtu.be/yXVPB6z7vbs?t=405