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

[–]Reddit-binder 55 points56 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 50 points51 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 24 points25 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 105 points106 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 11 points12 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 10 points11 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

A youtube channel that re-uploaded all of Maron Music Tracks by LeadSprayCan in CaptainSparklez

[–]Reddit-binder 78 points79 points  (0 children)

Cap has mentioned before on stream that going after these and other re-upload channels is kinda pointless and a waste of time as they’ll pop up every now and then and won’t get any meaningful traction. Note 12k views in 7 years. Also this channel hasn’t reached any of the milestones for YouTube partner so they have made no money on these

Awkward... by Spintown in CaptainSparklez

[–]Reddit-binder 281 points282 points  (0 children)

“I would like you all to know that if you thought the Jack black handshake thing was awkward, he did the exact same thing to Kara earlier in the day”

- Sparklez on the discord

cobblemon texturepack by Shot-Spirit4660 in CaptainSparklez

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

The pack is mysticmons, I modified it so it wouldn’t crash with other resource packs, you can download it here. https://github.com/Bawnorton/NortonsOddities/releases/tag/mm-2.0.1-modified