1.1
Compatibility
Changes
In-game mod description has been changed. Added Slim Cactus plant. It can generate in Desert and Badlands. Joshua Sapling has been added. It can generate in Desert and Badlands. Right-clicking with bonemeal reveals Joshua Tree. Joshua Tree has been added. It can be found in deserts and is divided into 2 blocks, bottom and top. in two blocks they are affected by gravity and do not drop themselves when they break without silk touch Ousted birch log and ousted oak log blocks have been added. They can be transformed into 2 planks. Ousted mossy birch log and ousted mossy oak log have been added. You can make a Mossy log by putting a Moss Carpet next to a Ousted Log. You can strip the Ousted logs with an axe. Rooted Sand block has been added to prevent some World Generation bugs, it only drops when broken with a shovel, and can be seen under the Joshua Trees. Rock block has been added. It has 4 stages and stage can be increased by right-clicking. It can be found in most biomes and unlike other blocks, it has its own sound. (sound is taken from pixabay.com) 9 rocks can be turned into a cobblestone. Barrel Cactus block has been added and can be found in desert and badlands biomes. Tumbleweed plant has been added. It can be found in deserts and badlands. It can also be destroyed by being shot with an arrow. When destroyed, it plants its seed. You can use tumbleweeds as fuel in the furnace and it will burn for 2,400 ticks. Tumbleweed seeds has been added. It has 4 stages.
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:WZsDu7Bz:8c54UIKd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WZsDu7Bz:8c54UIKd"
}

