Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cruciblemc/grimoire-mixins-1.7.10
A coremod full of patches and fixes made from black magic and suffering.
https://github.com/cruciblemc/grimoire-mixins-1.7.10
Last synced: 2 days ago
JSON representation
A coremod full of patches and fixes made from black magic and suffering.
- Host: GitHub
- URL: https://github.com/cruciblemc/grimoire-mixins-1.7.10
- Owner: CrucibleMC
- License: gpl-3.0
- Created: 2019-11-30T22:53:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T06:18:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:34:18.652Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 75.1 MB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Grimoire-Mixins!
## Archive
There are several types of Mixin on 1.7.10. Grimoire is one of them!
I have decided to archive this project because MANY (at least almost every main fix) of this project is already inserted on the GTNH fixes.
My suggestion is for you to use GTNH's mods on 1.7.10!
### Disclaimer!
_Maybe, in a distante future someone merge this into a single mod, i am not the one that will do that!_
These mixins are tested ONLY with:
- [**Grimoire Legacy 1.7.10-1.0.2a**](https://github.com/CrucibleMC/Grimoire-legacy/releases/tag/1.7.10-1.0.2a)But it """""""should""""""" work on any newer version of Grimoire if legacy support is still a thing.
Collection of mixins for the core-mod [Grimoire](https://github.com/CrucibleMC/Grimoire)
### What is it?
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](https://github.com/CrucibleMC/Grimoire-Mixins/raw/master/libs/EventHelper-1.7.10-1.11.jar)
Some modules may require other modules.
##### What is Event helper?
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
### How to Install?
* 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](https://github.com/CrucibleMC/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](https://github.com/CrucibleMC/Grimoire-Mixins/releases)
* 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.### Modules
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!##### Forge-Mixin
* Add a few changes inside forge itself, to make things easier to integrate EventHelper inside other mods.
* Requirements
* None###### ArmourersWorkshop-Mixin
* BlockMannequin - Add EventHelper support.
* Requirements
* ArmourersWorkshop Mod
* EventHelper###### Avaritia-Mixin
* EntityGapingVoid - Disabled it.
* ItemSwordInfinity - Fix bug involving death of players.
* ToolHelper - Add EventHelper support.
* Requirements
* Avaritia Mod
* EventHelper
###### Baubles-Mixin* MixinEventHandlerEntity - Add a check for SoulBounded items (EnderIO Enchant) to prevent them from being droped on death!
* Requirements:
* Baubles Mod###### BetterFurnaces-Mixin
* MixinTileEntityBetterFurnace - Fix a console spam that occurs when pipes interact with the furnaces, like EnderIO ones.
* Requirements:
* BetterFurnaces Mod###### Botania-Mixin
* 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.###### CarpentersBlocks-Mixin
* MixinPacketEnrichPlant - Possible fix for a hack that exploits packets.
* MixinPacketHandler - Fix for a hack that spams your console.
* Requirements:
* CarpentersBlocks Mod###### CoFH-Mixin
* MixinSecurityHelper - Fix the most mother-fuc*** spam bug of all time.
* MixinThermalTile - Attempt to fix a hack exploit.
* Requirements:
* CoFH Mod###### DraconicEvolution-Mixin
* MixinEntityCustomDragon - Make the mod dragon fire the same event at the original minecraft dragon (it will open a portal!)
* Requirements:
* DraconicEvolution Mod###### EnderIO-Mixin
* MixinEntityCustomDragon - Make the mod dragon fire the same event at the original minecraft dragon (it will open a portal!)
* Requirements:
* EnderIO Mod###### ExtraUtilities-Mixin
* 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.
###### Mekanism-Mixin* 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.###### MineFactoryReloaded-Mixin
* 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###### NEI-Mixin
* NEIServerUtils - Fix exploit where hackers could forceop them. Add permission check for "nei.gamemode".
* Requirements:
* NEI Mod
* EventHelper###### OpenBlocks-Mixin
* MixinItemCursor - Add EventHelper support.
* Requirements:
* OpenBlocks Mod
* EventHelper###### Thaumcraft-Mixin
* 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.###### ThermalDynamics-Mixin
* MixinTileItemDuct - Fix NPE crash in some rare cases.
* Requirements:
* ThermalDynamics Mod###### ThaumicEnergistics-Mixin
* MixinThETileInventory - Attempt to fix a dupe.
* Requirements:
* ThaumicEnergistics Mod
###### WorldEdit-Mixin* MixinUtilityCommands - Disable command '//calc'.
* Requirements:
* WorldEdit Mod