Links
Tags
Creators
Details
Licensed CC0-1.0
Published last month
Updated 2 days ago
All versions
1.0.4a-26.2
Alpha
1.0.4 alpha - 26.22 days ago 16
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
- added lotus flower block (ported-ish from my old mod) which generates on water in swamps, cherry groves and jungles
- algae now uses #jirbiomes:algae_survives_under block tag to determine what it can survive under instead of only lily pads; it can also now survive under lotus, vines, and cave vines
- seashell blocks are now falling similarly to sand/gravel
- hanging salt lamps now use similar logic to hanging lanterns
- rooted sand and red sand now make a sound when falling similarly to suspicious sand/gravel
- salt lamps now use a separate texture for the base instead of copying vanilla anvil texture (in response to issue #2)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| jirbiomes-1.0.4a-26.2-sources.jar | Sources jar | 918.71 KiB |
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:dWZ4UoJI:jHt3LcRM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWZ4UoJI:jHt3LcRM"
}

