0.1.0-beta
Compatibility
Changes
CraftStation
CraftStation adds a playable modern gaming setup to Minecraft.
Build your own entertainment room with big TVs, wireless controllers, arcade mini games, stylish TV units, sofa seating, and modern gaming decorations.
Features
- Play mini games on a big in-game TV
- Use wireless controllers
- Decorate your base with modern gaming furniture
- Create a cozy living-room gaming setup
- Enjoy arcade-style games directly inside Minecraft
- Perfect for modern houses, roleplay servers, city maps, and survival bases
- Co-Op Games
Beta Notice
CraftStation is currently in beta.
If you find any bugs or have suggestions for future updates, feel free to contact me on Discord or through the comments.
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:FU78ml3p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q8KdYUvs:FU78ml3p"
}

