All versions
1.1.4
Release
Create: Rubberworks 1.1.44 days ago 115
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
1.1.4
Added:
- Hint when leaves are invalid (manually placed)
- Config to enable/disable the requirement of natural leaves
- PT_BR localization by PrincessStellar
1.1.3
Added:
- Rubber sheet block
Changed:
- Old rubber block texture is the new rubber sheet block texture, with it being replaced by a new one.
- Rubber sheet blocks act as proper slime-like blocks
- Both rubber blocks now have wool sounds
1.1.2
Added:
- Compatibility for Biomes O' Plenty
- Efficiency penalty for >1 sapper per tree
- Optimization for sapper tree validation checks
1.1.1
Added:
- New Plunger Item
Fixed:
- Compressor fallback renderer (used in ponder)
1.1.0
Added:
- new overhauled textures by ogaba
- invalid tree tooltip in sapper
Fixed:
- sapper recipes unremovable via kubejs
- compressor not visually rotating
1.0.4
Fixed:
- natural tree detection
Changed:
- rubber texture
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:v2rl0YB8:OrJgSgjC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v2rl0YB8:OrJgSgjC"
}


