1.0.0
Compatibility
Changes
CraftStation 1.0.0 - Complete Revamp 🚀 This update completely redesigns CraftStation with a full revamp, bringing new systems, redesigned models, and a refreshed experience.
Added: Fabricator crafting station The Fabricator is a new crafting station that makes creating CraftStation items easier. Access all available recipes in one place and craft your favorite technology and decoration items quickly.
Revamped: Console Tower Console Gaming Sofa TV Unit Modern White TV Unit Dual Controller Dock Controller Tower Stand Big TV Modern White TV Wireless Controller Changes: Completely redesigned item models Updated visuals and decorations Updated crafting recipes Better shader compatibility Shader Support: You can now enjoy CraftStation with shaders enabled!
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:Q8KdYUvs:UNXteCFQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q8KdYUvs:UNXteCFQ"
}

