1.2.0
Compatibility
Changes
-Fixed various minor bugs -Nerfed Elder Shadow Howler Illusion's healing -Nerfed Elder Shadow Howler's on kill healing -Fixed Mahogany Rainforest generation -Nerfed Radio Tower spawn rates -Buffed Lapis Staff attack speed -Added Ashen Forest -Added Ashen Trees/Woodset -Added Ashen Weeds -Added Ashen Shrub -Added new Butterfly pattern, Purple Emperor -Added Elk -Elk are a new livestock mob that spawn in the Ashen Forest and old growth Tiagas. They drop beef and wool, can be breed with Dandelions, and the Dominant ones will occasionally bugle(make the loud elk sound) -Added Loon -Loon are a new ambient bird that spawn in bodies of water in the Ashen Forest. They drop leather and poultry and occasionally make the sound that loons are known for. -Added Fallen Ashen Trees -Added Abandoned Watchtowers -Added Poultry(Basically just chicken but not chicken so I can add more birds in the future) -Finished Adding Palm Thatch(Previously unused texture) -Redid textures for Calcified Netherrack, Calcified Netherbricks, and Limerack. I plan on finishing the associated Nether Biome in the near future. -Reorganized the creative inventory so everything is properly sorted again. -Added new events/items to the Eco Lucky Blocks (Lucky Block Gamerule) -Made the Corruptium blue item names more consistent -Removed Ploopy Rabbit
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:y2Z38vVC:zTT7jQrA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y2Z38vVC:zTT7jQrA"
}


