
dirtodi
Dirtodi is a mod about the varieties of the earth in Minecraft about what we didn't know about the earth and what we want to learn from the earth.The mod adds a lot of new dirt, and dirt is cool! I wish good luck to all the players who want to play my mod!
Tags
Creators
Details
1.0.0
Compatibility
Changes
This alpha 1.0.0
Features:
Section one: New blocks
- Egg Generator - a generator that creates a new Watered Dirt "material" from water and ten dirt

- Seed Crossing Machine - a machine that uses a new type of recipe to create items from this mod
- AirDirt - a block that has several color options. Mandatory for the operation of the Egg Generator and Seed Crossing Machine blocks
Section Two: New Items:
- Watered Dirt Bucket - a bucket containing the new "material" Watered Dirt which is used to create some recipes in the Seed Crossing Machine.
- Strange Seed - Just a seed that can't be planted. Used in crafting
Section Three: Cut out items:
- Amogus and his book - they are simply unnecessary for the mod
- Inside the seed - firstly, the name is incorrect >:((((. Secondly, it simply became unnecessary with the appearance of the strange seed
- Half of the empty seed - became unnecessary with the addition of the Seed Crossind Machine. Also, formally, the empty seed is no longer in the mod.
- Dirt tools - (could be obtained from beta 0.1.0 using the command) - did not seem like a very good idea to me
Section Four: Other Features.
- JEI Compatibility - Crossing Recipe Type is displayed in JEI
- New logic for Mycenfection - now the infection has become less resource-consuming for minecraft when infected
- Quantum Dirt Block now has the correct name ;) and from now on it can't be used to find mines through blocks
- The converter now has a different, more beautiful texture
What is not included in this version:
- Structure generation - I didn't really understand how structure generation works
- Mycelus AI - I won't give any comments :P I'll just say that it will appear in the next version ;))
- Dirt book - just like with structures, I didn't understand how to do it ;((
And other Bug fixes
Warning
I don't know how well worlds will work if you update dirtodi from the old version to the new one, because this version was completely rewritte
(Please report bugs to the dirtodi discord server!!!!!)
Optional dependencies
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:Z4DaUwbg:RbkKqrLb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z4DaUwbg:RbkKqrLb"
}
