2.0.0-neoforge
Compatibility
Changes
📋 What's new?
This update introduces the Dice Table! (Which just like the Egslot machine has two versions).
All other information available on the main mod page!
⚠️ Visual Bugs
While the table itself is fully playable, there may be some visual bugs. Please be careful with how you are destroying the table or you might end up with some floating text!
It happened. what now?
However, if that happens, these are just text display entities. Use the kill command to get rid of them, but PLEASE research how exactly to kill ONLY text display entities within a small range of you, so you don't destroy every machine on the server or kill everyone!
❓ Gameplay Bugs
Remember, if any serious bug happens to occur, please report it!
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:eY8hm7hk:reHATOxX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eY8hm7hk:reHATOxX"
}

