Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 months ago
All versions
1.15.0
Release
1.15.0last year 4,119
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added Coyote Time Jumping movement input checks
- Exempted players from Adaptive XP Drops
- Extended Player Speed by air speed + jumping speed
- Fixed Custom Rarities mixin loading
- Fixed Forestry arboretum windfall collection
- Fixed Woot world loading order issue
- Implemented Chunk Gen Limit dimension list
- Improved No Crafting Repair
- Improved Void Fog dimension list
- Improved compatibility of Modern Knockback
- Improved entity item tweak overrides
- Overhauled LAN Server Properties
π NEW BUGFIXES
- Overlay Message Fade Out: Fixes Forge's overlay message (action bar) fade out regression
- Portal Location Link: Ensures portals link to their original overworld portal if within close distance
π§ NEW TWEAKS
- Advancement Screenshot: Silently takes a screenshot every time an advancement is achieved
- No Enchantment Table Obstruction: Allows blocks between enchantment tables and bookshelves
- Unlimited Sound Pitch Range: Removes the hardcoded range for sound pitches (0.5-2.0)
βοΈ NEW MOD INTEGRATION
- Agricraft
- Ender IO Integration Fix: Fixes crash when Ender IO's Farming Station attempts to harvest Agricraft crops
- Backpacks
- No Offhand Interaction: Prevents unintended offhand right-click behavior when opening backpacks
- Bewitchment
- Witches' Oven Fix: Fixes Witches' Oven consuming container fuel items
- Blood Magic
- Bound Tool Harvest Tweak: Improves performance when harvesting blocks with Bound Toolβs right-click and exposes block drops to HarvestDropsEvent
- Fluid Routing Fix: Fixes Routing Node fluid routing unable to support multiple liquids and soft-locking when encountering a full fluid tank
- Memory Leak Fix: Fixes memory leak when unloading worlds/switching dimensions
- Ritual Fix: Fixes ritual resetting on chunk/world unload
- Cooking For Blockheads
- Oven Fix: Fixes CFB Oven consuming container fuel items
- Corpse
- Opening GUIs Off-thread Fix: Fixes opening up GUIs on a non-client thread
- Electroblob's Wizardry
- Construct's Armory Armor Fix: Fixes crash when wearing armors from Construct's Armory
- FPS Reducer
- Correct FPS Display: Fixes incorrect FPS number being displayed on the HUD
- Infernal Mobs
- Better Entity Names: Gets the actual display names of entities for improved naming
- Moar Tinkers
- Baubles Compatibility: Enables Energy Eater/Repair to pull from baubles
- Storage Drawers
- Item Voiding Fix: Prevents voiding of items when near capacity limits
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:LdM7lj9f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s32LssQX:LdM7lj9f"
}

