Collection of mixins for the core-mod Grimoire
Grimoire-Mixins are coremods that will be injected inside other mods trying to fix and\or change their natural behavior.
Some modules may require EventHelper-1.7.10-1.11.jar
Some modules may require other modules.
EventHelper is one of the best mods to help other mods work well on thermos/crucible. It helps fire bukkit events inside forge, so, its easy to check for permissions against popular protection plugins like GriefPreventionPlus and WorldGuard
Check out more over here https://github.com/gamerforEA/EventHelper
- 0 - Notice that the majority of these mixins are Server Side Only! The ones who have any Client Fix are pointed out in their own description below.
- 1 - Install Grimoire (Just download and put it inside mods folder)
- 2 - Start the server once then turn it off, a folder called grimoire will be generated at the side of the 'mods' and 'config' folders.
- 3 - Download any Grimoire-Mixins module you want from here
- 4 - Put all the Grimoire-Mixins you want to use inside the folder grimoire, remember to check out the mixins requirements for each one.
- 5 - Start the server again.
There are several modules for different things... just use the ones you want :V Seriously, don't throw all of them if you don't need them!
- Add a few changes inside forge itself, to make things easier to integrate EventHelper inside other mods.
- Requirements
- None
- BlockMannequin - Add EventHelper support.
- Requirements
- ArmourersWorkshop Mod
- EventHelper
- EntityGapingVoid - Disabled it.
- ItemSwordInfinity - Fix bug involving death of players.
- ToolHelper - Add EventHelper support.
- Requirements
- Avaritia Mod
- EventHelper
- MixinEventHandlerEntity - Add a check for SoulBounded items (EnderIO Enchant) to prevent them from being droped on death!
- Requirements:
- Baubles Mod
- MixinTileEntityBetterFurnace - Fix a console spam that occurs when pipes interact with the furnaces, like EnderIO ones.
- Requirements:
- BetterFurnaces Mod
- EntityEnderAirBottle - Disabled impact.
- MixinEntityManaBurst - Add EventHelper support.
- MixinEntityThornChakram - Add EventHelper support.
- MixinEntityVineBall - Add EventHelper support.
- MixinItemExchangeRod - Add EventHelper support.
- MixinItemGrassHorn - Fix small bug and add EventHelper support.
- MixinItemGravityRod - Add EventHelper support.
- MixinItemLokiRing - Add EventHelper support.
- MixinItemRainbowRod - Add EventHelper support.
- MixinItemSmeltRod - Add EventHelper support.
- MixinItemTerraformRod - Add EventHelper support.
- MixinItemWorldSeed - Add extra check to prevent FakePlayers from using it.
- MixinTileCorporeaIndex - Add EventHelper support.
- MixinTileSpreader - Set owner of it, for use in EventHelper support.
- removeBlockWithDropsCheck - Add EventHelper support.
- Requirements:
- Botania Mod
- EventHelper
- Forge-Mixin module.
- MixinPacketEnrichPlant - Possible fix for a hack that exploits packets.
- MixinPacketHandler - Fix for a hack that spams your console.
- Requirements:
- CarpentersBlocks Mod
- MixinSecurityHelper - Fix the most mother-fuc*** spam bug of all time.
- MixinThermalTile - Attempt to fix a hack exploit.
- Requirements:
- CoFH Mod
- MixinEntityCustomDragon - Make the mod dragon fire the same event at the original minecraft dragon (it will open a portal!)
- Requirements:
- DraconicEvolution Mod
- MixinEntityCustomDragon - Make the mod dragon fire the same event at the original minecraft dragon (it will open a portal!)
- Requirements:
- EnderIO Mod
- MixinTileEntityEnderQuarry - Add EventHelper support.
- MixinXUHelper - Extra check for block existency.
- MixinTileEntityTransferNode - Disable Speed Upgrade Modifier.
- MixinItemLawSword - Disable insta kill of Kikoku
- Requirements:
- ExtraUtilities Mod
- EventHelper
- Forge-Mixin module.
- MixinBinRecipe - Disable bin recipes.
- MixinFlamethrower - Add EventHelper support.
- MixinStackUtils - Fix a few comparing methods.
- MixinTileEntityDigitalMiner - Add weak reference to the Digital miner fakeplayers.
- MixinContainers - Disable Shift-Click on All Mekanism Containers.
- MixinMekanismUtils - Add simple StringToCrafting cache for recipes used by Mekanism
- Requirements:
- Mekanism Mod
- EventHelper
- Forge-Mixin module.
- MixinBlockRubberSapling - Disable the big rubber trees, all of them, now they behave like normal rubber trees.
- MixinTileEntityAutoSpawner - HardCode disable '__spawnExact' from AutoSpawners to prevent dupes
- Requirements:
- MineFactoryReloaded Mod
- NEIServerUtils - Fix exploit where hackers could forceop them. Add permission check for "nei.gamemode".
- Requirements:
- NEI Mod
- EventHelper
- MixinItemCursor - Add EventHelper support.
- Requirements:
- OpenBlocks Mod
- EventHelper
- MixinBlockTable - Add extra check for fakeplayers and enforce gui close, to prevent dups.
- EntityBottleTaint - Add EventHelper support.
- MixinEntityCultistPortal - Add EventHelper support.
- MixinEntityEldritchGolem - Add EventHelper support.
- MixinEntityPrimalOrb - Add EventHelper support.
- MixinItemFocusPortableHole - Add EventHelper support.
- MixinItemFocusPrimal - Add EventHelper support.
- MixinItemFocusTrade - Add EventHelper support.
- MixinThaumcraftCraftingManager - Fix a massive lag in certain conditions. We have created a cache for the CraftingManager, so stops rechecking the same recipe over and over again.
- MixinTileArcaneBore - Add EventHelper support.
- MixinTileNode - Disable hungry node grief.
- MixinWandManager - Add EventHelper support.
- MixinTileArcaneLampGrowth - Disable ArcaneLamp of Growth (Too much overpowered)
- Requirements:
- Thaumcraft Mod
- EventHelper
- Forge-Mixin module.
- MixinTileItemDuct - Fix NPE crash in some rare cases.
- Requirements:
- ThermalDynamics Mod
- MixinThETileInventory - Attempt to fix a dupe.
- Requirements:
- ThaumicEnergistics Mod
- MixinUtilityCommands - Disable command '//calc'.
- Requirements:
- WorldEdit Mod