optimize MixinModelRenderer + fix mistakes
Update MixinMinecraft.java
Update MixinWorldServer.java
Add MixinEntityRenderer
Add MixinCodecIBXM
Add MixinVersionInfo
Add MixinMappingThread
Add MixinClassDiscoverer
Add MixinItemMobSpawner
Add MixinForgeBase
Add MixinLootPPHelper
Add MixinBlockFalling
Add MixinKitchenCraftMachines
Add MixinUnthaumic
Mixin Added
Add MixinBlockTickingWater (fix stackoverflow from cofhcore)
Add MixinScanManager (fix null crash from thaumcraft)
Mixin Added
Add MixinEFConfiguration
Add MixinMain
Fix crash between LOTR Dimension and Endlessids
Add MixinLOTRBiome (Add Config for Biome ids LOTR)
Fix can't hit ender dragon
Add MixinAppleFuelHandler
- fix null crashes caused by AppleFuelHandler Class from Growthcraft
Fix crash with My fork of Essence of the god
Mixin Added
- MixinBarTickHandler (add config to disable gui from Essence of the God mod)
- MixinPlayerStats (add config to disable gui from Essence of the God mod)
- MixinAetherTileEntities (Add a config to change name of Aether tiles to fix a conflict with Essence of the God)
- MixinEntityEventHandler (Add a config to disable book on player spawning in the world)
- MixinEVENT_BUS_EventHandler (fix stackoverflow between Custom Mob Spawner and ShinColle)
- MixinEventHandler ( fix null crash caused by onLivingUpdate from Hardcore Wither mod)
- MixinBetterBurning (fix null crash caused by onLivingTick)
Mixin Updated
- MixinEventRegistry (crash fix)
- MixinBlockLiquid (crash fix)
- MixinPlayerAether (mistake fix)
Mixin Removed
- MixinWorld
Mixin Added
- MixinFamiliar(Todo)
Mixin Updated
- MixinPathNavigate
- MixinMinecraft
- MixinPriorityExecutor (IndustrialCraft)
Fixe
- Fix Crash caused by private method
- Fix some issues in MixinMinecraft
Optimize
- optimize ram usage of IndustrialCraft Thread ( but the mod continue to make large ram usage again) but a bit less
Add MixinWorldOverlayRenderer (fix crash between NEi and small stairs)
Add MixinUtils (optimize Utils from Et futurum requiem)
Add MixinItemBlockling (fix null crash from BlockLing)
Add MixinModBlocksGemsNJewels
- add oredicts for Gems n jewels
Add MixinRegisterOreDict
- add oredicts for Industrial Upgrade
Avoid MixinFontRenderer from being injected if Optifine is loaded
Remove unsafe things in MixinPatchSpawnerAnimals
Remove avoid from inject from MixinPatchSpawnerAnimals if Just another spawner or DragonBlockC is installed
Mixin Added
- MixinMSConfig
- MixinMSEvents
- Make stoneDropRate config from Minestones mod support decimal value
other
- fix some mistakes in the code
Mixin Added
Add MixinSettings (Fix crash caused by PortalGun mod)
Mixin Added
- MixinTextureManager
- MixinFontRenderer
Prevent MixinPatchSpawnerAnimals to inject if DRAGON BLOC C is installed
Fix #56 #55
Fix #53
Fix #52