0.0.4
Compatibility
Changes
ADDED
- Few new advancements (not siginficant enough to name)
- Backstep Enchantment
- Fleet Enchantment
- Reeling Enchantment
- Curse of Dulling Enchantment
- Curse of Instability Enchantment
- Gigantic Golden Apple (Giga Gap)
- Echo Apple (currently useless)
- Crystafruit
- Gigantism Effect
- Hunger Booster Effect
- Infuser
- Hummingbird mob
- Hummingbird Taxidermy
- Vanta-Black Hummingbird Taxidermy
- "The Alternate" dimension
- Sculk Forest biome
- Sculk Plains biome
- Sculk Heights biome
- Sculk Crust block
- Sculk Growth
- Sculk Growth Tall
- Drooping Sculk Growth
- Sculk Flower
- Various Sculk Trees
- Various Sculk "Tentacles"
- Sculk woodset
- Grimstone stoneset
- Stripped Grimstone stoneset
- Cobbled Grimstone stoneset
- Stripped Cobbled Grimstone stoneset
- Echo Ore
- Echo Clump (currently useless)
- Sculkasite mob
- Sculkasite Trophy
- UNFINISHED Lurker mob
- UNFINISHED Tetrang mob
CHANGED
- Changed Soul-Infused Crystarite to The Alterate's portal igniter
REMOVED
- Blastbind enchantment level 2
- Kablast enchantment level 2
FIXED
- Thundercall enchantment doesn't work when you punch a mob with a bow/crossbow anymore
- Kablast enchantment doesn't work when you punch a mob with a bow/crossbow anymore
- Blastbind enchantment doesn't work when you punch a mob with a trident anymore
This update is absolutely massive, I know. The new dimension in its current state is relatively unfinished with lots to work on, but as it stands it works for a nice new wood or stone. (or a lot of xp)
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:bTbHDTMf:ocnYXlbh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bTbHDTMf:ocnYXlbh"
}

