Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
1.10.0
Release
1.10.02 years ago 11.5K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Requires MixinBooter 8 or higher and ConfigAnytime!
Changes:
- Configurable creeper confetti damage
- Fixed experience still being lost when changing dimensions
- Fixed stronghold generation edge case crashes
- Improved custom use duration tweak
- Korean translation
- Optimized sapling tick logic order
- Spanish translation
- Synchronized cached recipes
New bugfixes:
- Crafted Item Statistics: Fixes crafted item statistics not increasing correctly when items are crafted with shift-click or drop methods
- Entity Lists: Fixes entity lists often not getting updated correctly
- Minecart AI: Fixes non-player entities being able to control minecarts
- Particle Spawning: Fixes various particle types not showing up on the client
- Piston Retraction: Improves retraction behavior on double piston extenders
- Portal Traveling Dupe: Fixes duplication issues that can occur when entities travel through portals
- Potion Amplifier Visibility: Fixes potion effects not displaying their level above 'IV'
- Sleep Resets Weather: Fixes sleeping always resetting rain and thunder times
- Spectator Menu: Fixes the spectator menu not showing player skins
- Untipped Arrow Particles: Fixes untipped arrows emitting blue tipped arrow particles upon reloading a world
- Witch Huts: Fixes witch hut structure data not accounting for the height it is generated at
New tweaks:
- Adaptive XP Drops: Scales dropped experience from entities based on their health
- Armed Armor Stands: Enables arms for armor stands by default
- Chicken Shedding: Allows chickens to have a chance to shed feathers (similarly to laying eggs)
- Compact Messages: Removes duplicate messages and instead put a number behind the message how often it was repeated
- Disable Advancements: Prevents the advancement system from loading entirely
- Disable Villager Trade Restock: Disables restocking of villager trades, only allowing one trade per offer
- Improved Entity Tracker Warning: Provides more information to addPacket removed entity warnings
- LAN Server Properties: Enhance the vanilla 'Open to LAN' GUI for listening port customization, removal of enforced authentication and more
- More Banner Layers: Sets the amount of applicable pattern layers for banners
- Mute Advancement Errors: Silences advancement errors
- Mute Ore Dictionary Errors: Silences ore dictionary errors
- Mute Texture Map Errors: Silences texture map errors
- No Lightning Item Destruction: Prevents lightning bolts from destroying items
- No Portal Spawning: Prevents zombie pigmen spawning from nether portals
- Overhaul Beacon: Change how beacon construct and range apply per level
- Riding Exhaustion: Enables depleting saturation when riding mounts
- Sapling Behavior: Allows customization of sapling behavior while utilizing an optimized method
- Soulbound Vexes: Summoned vexes will also die when their summoner is killed
- Village Distance: Sets the village generation distance in chunks
- XP Level Cap: Sets the maximum experience level players can reach
New mod tweaks:
- Advent of Ascension
- Improved Player Tick: Improves AoA player ticking by only sending inventory changes when necessary
- CB Multipart
- Memory Leak Fix: Fixes a memory leak associated with EntityPlayer
- Compact Machines
- Effortless Building
- Block Transmutation Fix: Fixes Effortless Building ignoring Metadata when checking for items in inventory
- Elenai Dodge 2
- Extinguishing Dodges: Chance per dodge to extinguish the player when burning
- MrTJPCore
- Memory Leak Fix: Fixes a memory leak associated with EntityPlayer
- Thaumic Wonders
- Memory Leak Fix: Fixes a client-side memory leak when wearing Void Fortress armor
- Tinkers' Construct
- Tool Customization: Sets the attack damage cutoff at which diminishing returns start for any Tinkers' tool and sets the rate at which a tool's attack damage incrementally decays depending on its damage cutoff
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:o3EXxrkS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s32LssQX:o3EXxrkS"
}



