All versions
DataGen: Spent a lot of time swapping as much as possible from manual implementation to data generated implementation. This should allow for faster development in the future.
DataGen: Spent a lot of time swapping as much as possible from manual implementation to data generated implementation. This should allow for faster development in the future.
1.3.0
Beta
Vacay Deco 1.3.03 years ago 305
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Changes
New Features:
- Aging: A feature applied to certain blocks that changes them over time. Aging can be "rolled back" with Ender Dust and can be "Frozen" with Ice Dust. Aging, Nuclear, and Radioactive glass blocks and panes included in this update.
- Slabs, Stairs, and Walls, Oh My!: Added slabs, stairs, and walls for Calcite, Tuff, Amethyst, Basalt and Polished Basalt. More decoration options!
Updated Features:
- New Jars and Bottles: Magma Cream and Ghast Tears have their bottles and jars
- Updated Textures and Models: Overhauled models for bottles and better optimized their textures. Tweaked Spider Eye Jar model to fix translucency issue.
Squashed Bugs:
- Fixed Bottles Voxels: Voxel shapes for bottles did not align with old model and did not align with current model.
- Emissive Textures: Certain bottles would break rendering with shaders, this should be fixed now.
Backend:
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:GAcdyRXu:wWqUrDdJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GAcdyRXu:wWqUrDdJ"
}

