Tags
Creators
Details
All versions
26.4.1+1.21.1
Release
26.4.1 โ Tinkering (1.21.1)4 months ago 32
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
๐ Initial release of the mod!
โจ Added
- Repair station block
- Material-based repairing system (no XP required)
- Configurable repair cost, payment item and break chance
- Anvil-like damage system (normal / chipped / damaged)
- Block facing support
- Custom block item storing damage state
- Durability feedback (visual bar + percentage)
- Tooltip showing condition when damaged
- Sound effects (use, place, destroy)
- Particle effects on interaction and destruction
- Configuration command:
/repairstation config show/repairstation config item/repairstation config maxcost/repairstation config breakchance
- Persistent configuration system
- Data generation providers (models, blockstates, tags, translations)
๐ง Changed
- Replaced
sendSystemMessagewithdisplayClientMessage - Updated interaction handling (
useWithoutItemโuseItemOn) - Improved block behavior to better match vanilla anvil mechanics
๐ Fixed
- Incorrect block state when damaged
- Namespace issues in data generation
- Client initialization package issues
๐งฑ Technical
- Block extends
HorizontalDirectionalBlock - VoxelShape inherited from vanilla anvil
- Block requires pickaxe (mineable tag)
- Stack size limited to 1
Full Changelog: https://github.com/panaderoero/panadero-repair-stations/commits/26.4.1+1.21.1
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:83NVE0LF:pX2jOEzA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:83NVE0LF:pX2jOEzA"
}

