Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last week
All versions
6.0.5
Release
TechReborn 6.0.52 months ago 924
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Required content
Changes
- Bump version (modmuss50)
- Fix https://github.com/TechReborn/TechReborn/issues/3499 (modmuss50)
- Fix https://github.com/TechReborn/TechReborn/issues/3501 (modmuss50)
- Fix https://github.com/TechReborn/TechReborn/issues/3505 (modmuss50)
- Fix https://github.com/TechReborn/TechReborn/issues/3510 (modmuss50)
- Fix https://github.com/TechReborn/TechReborn/issues/3500 (modmuss50)
- Recycler now respects blacklist and upgrade items and doesn't recycle infinitely. Closes #3507 (#3509) (Pavlo)
- Merge pull request #3508 from Xurceo/26.1 (Pavlo)
- Update world to level. (drcrazy)
- feat: make coal and charcoal dust interchangeable (#3494). Thanks to itasli (Ilyas)
- Greenhouse can harvest melons. Closes #3472 (drcrazy)
- fix: SolarPanelBlockEntity#getGenerationRate (#3493). Thanks to Xurceo (Pavlo)
- Fix JEI integration. Closes #3492 (drcrazy)
- fix: typo in RebornInventory#setHasChanged (#3490) Thanks to Xurceo (Pavlo)
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:3NCrJdj3:mO9KoONc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3NCrJdj3:mO9KoONc"
}

