All versions
1.0.2
Release
LevelZ Refabricated 1.0.2last month 6
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
1.0.2
Bug Fixes
- Fixed XP dropping from armor stands (vanilla and modded)
- Fixed crafting-restricted items being blocked from equipping to armor/trinket slots
- Fixed crafting-restricted items being blocked from inserting into Traveler's Backpack slots
- Fixed smithing table not checking crafting restrictions on output
- Fixed anvil allowing crafting-restricted items to be produced
New Features
- Added Trinkets mod support — trinket slots now respect item-use restrictions
- Added 2×2 survival inventory crafting grid restriction support
- Added
playerDeathXpDropconfig option — toggle whether players drop XP on death - Added new death penalty system — on death, XP progress is reduced by the loss percentage; if it goes below zero, one level is lost and
pointsPerLevelskill points are removed randomly from skills and free points - Added
legacyDeathPenaltyconfig option — set totrueto use the original system (each skill level multiplied by retain percentage)
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:WoSRL735:IxWwVdJ5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WoSRL735:IxWwVdJ5"
}



