Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
1.18.0
Release
1.18.07 months ago 8,389
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
🐞 NEW BUGFIXES
- Boat Breaking Fall Height
🔧 NEW TWEAKS
- Chat: Keep chat active on waking
- Player XP Drop Percentage age Bus C* Regen Exhaustion
- Unsafe Sleeping: Ignore Named Mobs
⚙️ NEW MOD INTEGRATION
- Aether Legacy
- Capture Accessory Drops
- Applied Energistics 2 UEL
- Mitigate Storrashes
- Avaritiaddons
- Fix Container Held Stack Bug
- Bewitchment
- Fix Altar IBlockState Check
- Bibliocraft
- Allow Any Black Dye for Printing Press
- Fix Armor Stand Binding
- Fix Armor Stand Slots
- Fix Fancy Sign Rotation
- Fix IItemHandler Method Not Existing
- Fix Item Transfer
- Fix ItemStack Copying
- Fix Left Handed Rendering
- Fix Using Incorrect Hand
- Multiplayer Sound Fix
- Botania
- Alfheim Portal NBT Fix
- Cyclic
- Memory Leak Fix
- Divine RPG
- Fix Armor Set Effect Cleanup
- Dank Storage
- Max Int stack voiding
- Ender IO
- Clear Outdated Redstone Conduit
- Extra Utilities 2
- Make Radar skip ungenerated chests
- Extreme Reactors
- Mitigate Steam Reactor Crash
- In Control!
- Fix ForgeEventHandler Crash
- RFTools
- Fix XNet Channel Crash
- Roots
- Creative Pouch GUI Crash
- Modifier GUI Voiding
- Icicle Type Saving
- Mortar Spell Dust Fix
- Check Spirit Drop Oredict
- Summon Creatures Ritual Infinite loop
- Prevent Shatter Spell Breaking Unbreakable
- Disable Element Soil Growth Acceleration
- The Erebus
- Disable Death Compass
- Fix Quake Hammer Texture
- TombManyGraves2
- Add Compat Aether Legacy Accessories
- Change Timestamp
- Proper World Size Check
- XNet
- Fix Various Controller Crashes
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:s32LssQX:w7Txzez8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s32LssQX:w7Txzez8"
}



