promotional bannermobile promotional banner

RLMixins

Minecraft and Minecraft mod tweaker and fixer for the modpack RLCraft

File Details

RLMixins-1.3.10.jar

  • R
  • Oct 29, 2024
  • 2.06 MB
  • 226
  • 1.12.2
  • Forge

File Name

RLMixins-1.3.10.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:rlmixins-711730:5856241")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.3.10:
Add mixin to force EpicSiege Digging mobs to only modify mobs that are holding pickaxes, made by Kotlin
Add LootFunctions for safely adding enchantments and potions by name instead of id
Add fix for crashing when right clicking on a hat stand with an axe
Add fix for getting kicked from servers when eating ghost jelly
Add fix for MoBends crashing when a mob spawner's entity id overlapped with an existing entity id
Add fix for leaving a hardcore world without spectating first causing the world to not properly unload
Add fix for packets being processed after already leaving a world causing errors
Add fix for OTG CustomStructureCache being created very slowly on large worlds as well as CustomStructure hashcode errors causing performance issues, made by Meldexun