Included content
| Name | |
|---|---|
0.40 Sand colors, rolling cactus, lots of fixes
Backup your world(s) by precaution
Fixed lots of bugs regarding the nameless altar (including one preventing creating it)
Fixed lots of other bugs too (sorry about these)
Also improved the Wand of Grass
Desert sand now also comes in orange and red. The colors is picked randomly for cursed crystal and according to nearby sand for hourglasses (can be disabled)
Can be crafted with normal and red sand
Use block color provider to tint the sand(stone)'s texture
A new mob
Allow you to throw rolling cacti
Desert sand now fall more like normal sand (with a falling block)
For rolling essence, glass shards, desert sand and bottomless water buckets
Blocks were not update on client because I wasn't returning SUCCESS upon some item's activation
plus some improvements
For graphical performance : reduced gust's particle count a little and increased it particle's light refresh interval
They also works better with stairs
| Name | |
|---|---|
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.
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:lPDDc5bC:8oUEUuD4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPDDc5bC:8oUEUuD4"
}