All Projects → CrucibleMC → Grimoire-legacy

CrucibleMC / Grimoire-legacy

Licence: GPL-3.0 license
General-purpose Mixin loader framework, which allows to properly implement mixins on 1.7.10/1.12.2 versions of Minecraft. For updated version check out https://github.com/Aizistral-Studios/Grimoire

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Grimoire-legacy

ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (+325.93%)
Mutual labels:  mixins, mod
Orion
Mixin loader for Paper
Stars: ✭ 46 (+70.37%)
Mutual labels:  mixins, mod
CountersPlus
A combination of widely-used counters, all configurable in one Beat Saber mod.
Stars: ✭ 126 (+366.67%)
Mutual labels:  mod
Stationeers.Addons
Stationeers.Addons is a fully-fledged modding framework for Stationeers. Works just like the standard mods (XML) but with sandboxed scripting (C#) and custom-content support!
Stars: ✭ 33 (+22.22%)
Mutual labels:  mod
Scannable
One scanner to find them, and with eye candy bind them.
Stars: ✭ 15 (-44.44%)
Mutual labels:  mod
Snooful
The most complete bot for moderation, utility, and fun in Reddit Chat.
Stars: ✭ 13 (-51.85%)
Mutual labels:  mod
postman
minecraft anarchy client :)
Stars: ✭ 163 (+503.7%)
Mutual labels:  mod
Victoria-2-Cold-War-Enhancement-Mod-CWE
CWE brings Victoria 2 into the Cold War era and beyond. This is the ultimate Cold War mod with a slew of special features such as ideological blocs, dynamic international institutions and decolonisation chains to accurately simulate the Cold War and Post-Cold War world.
Stars: ✭ 114 (+322.22%)
Mutual labels:  mod
tale-pug
Tale Pug is the popular JavaScript Template Engine Pug, formerly Jade, for PHP!
Stars: ✭ 32 (+18.52%)
Mutual labels:  mixins
AtomicX
Browse, Download and Install GSC Mods for Black Ops II (PlayStation 3 & Xbox 360)
Stars: ✭ 20 (-25.93%)
Mutual labels:  mod
Levels
A small, Minecraft mod focused around the aspect of weapon and armor leveling.
Stars: ✭ 24 (-11.11%)
Mutual labels:  mod
The-5zig-Mod
All-in-one modification for Minecraft 1.8.9-1.15.2
Stars: ✭ 105 (+288.89%)
Mutual labels:  mod
level-border
At any time, the size of the world border is equal to your level count
Stars: ✭ 14 (-48.15%)
Mutual labels:  mod
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (+66.67%)
Mutual labels:  mod
PrisonLabor
Prison Labor mod for RimWorld game
Stars: ✭ 39 (+44.44%)
Mutual labels:  mod
Custom-Asteroids
A KSP mod that lets users control where asteroids appear
Stars: ✭ 13 (-51.85%)
Mutual labels:  mod
TemplePlus
ToEE hooks, extensions and fixes
Stars: ✭ 73 (+170.37%)
Mutual labels:  mod
media-blender
Easy and predictable SASS/SCSS media queries
Stars: ✭ 26 (-3.7%)
Mutual labels:  mixins
VMCAvatar-BS
VRM avatar loader with Virtual Motion Capture for Beat Saber
Stars: ✭ 106 (+292.59%)
Mutual labels:  mod
Bannerlord.Diplomacy
Bannerlord mod: War, peace, NAPs, alliances, civil wars, relationships, and interactions.
Stars: ✭ 27 (+0%)
Mutual labels:  mod

Grimoire: Legacy 1.7.10

Notice: As of 20.01.2022 this project is continued and developed independently by Aizistral. Check out his repository if you want to get updated Grimoire (3.x.x or later): https://github.com/Aizistral-Studios/Grimoire

A coremod that ships mixin and loads all necessary things for grimoire mixins.

What is it?

Grimoire is a coremod that ships and uses Sponge Mixin allowing you to create a patch module which will contain mixins to be applied.

These modules are internally called 'Grim-Patches'.

Why I need it?

As server owner sometimes you need to patch some buggy or laggy mod, this coremod helps you to organize patches.

Isn't patching mods a bad practice?

Yes! it is, and you should not be doing it at all. Due to classloading issues mixins can't be applied to mods without hacks but sometimes following best practices isn't an option when your only option is fixing a mod with your own hands.

Where are the Grimoire Modules/Patches ?

You can find them over here: Grimoire-Mixins

How to Install?

  • 0 - Notice that grimoire will work in both server and client side. But, almost all of our Grim-Patches are for ServerSide Only!
  • 1 - Download Grimoire.
  • 2 - Put it inside the mods folder.
  • 5 - Download any Grimoire-Mixins modules you want from here and put inside the mods folder.
  • 5a - If the patch does not work (an legacy patch), create a folder named grimoire alongside the mods folder and put it there.
  • 6 - Start the server again.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].