HomeJavaModsJinxedLib
JinxedLib
ModsJava

JinxedLib

by KekeCreations · on CurseForge

JinxedLib is a library designed to provide tools for multi-loader and mod pack developers. Free Minecraft Java mod for 1.21.11, 1.21.1, 1.20.1.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.11 · Fabric⬇ Download for 1.21.1 · Fabric⬇ Download for 1.21 · Fabric⬇ Download for 1.20.1 · Fabric⬇ Download for 1.21.11 · NeoForge⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.21 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.21.11 · Quilt⬇ Download for 1.21.1 · Quilt⬇ Download for 1.21 · Quilt⬇ Download for 1.20.1 · Quilt⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

JinxedLib is a library mod designed to help creators make multi-loader mods easier. This mod also comes with some data pack tools that may help modpack creators as well!

Most methods and classes have comments to help developers but if you get stuck feel free to join my discord server where I can help you!

Some of these features are similar to NeoForge features, the reason for porting them is so these features can be used in the fabric or common package.

Getting started

You can find the wiki here, this wiki explains all the features and how to get the mod setup!

Features

1. Registry utils to make registering things easier and now you don't have to setup services for registries every time you make a new multi-loader project!

2. Data driven compostable items, you can now make an item compostable using data packs.

3. Data driven furnace fuels, you can now make an item a furnace fuel using data packs.

4. Public common block classes, when using the vanilla gradle some classes like the 'StairBlock' class has protected access, but with this library you can use the 'CommonStairBlock' class to get around this!

5. Jinxed paletted permutations, with this you can use directories as a sprite source when using paletted permutations. I used this to make dyed decorated pots in Arts & Crafts!

6. Invoker mixins so you can use private registry methods in the common package!

7. Sign utils, with this library you no longer need to mixin into the sign 'isValid' method, instead you can just add your sign into a built in list!

8. Creative category utils, with this class you can add dyed blocks to the creative category with a for loop and it places them in the correct order, it even has support for custom dye mods!

9. Flammable block classes, these classes have the flammable methods already sorted out on the NeoForge side, you will just have to handle the flammable functionality on the Fabric side!

10. Custom loot modifiers for NeoForge.

Credits

- A massive thanks to Yirmiri for helping me with registry fixes! [Github Page Link]

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more