All versions
0.1.0
Release
Mafia Mod 0.1.0last year 96
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Forge
Supported environments
Client-side
Server-side
Changes
Changelog v0.1.0 โ First Release
This version introduces a full-featured Mafia game mechanic to Minecraft:
- Roles: Mafia, Doctor, Villager, Host.
- Game Phases: Day (discussion and voting for exile) and Night (Mafia selects a victim, Doctor chooses whom to heal).
- Host: Manages the game, does not participate in voting or target selection.
- Voting: Players vote during the day to exile a suspected player.
- Night Actions: Mafia selects a victim, Doctor can save a player.
- Titles and Notifications: Each player receives messages about their role and the results of night and day phases.
- Lobby System: Ability to create, invite, join, and leave lobbies for the game.
- Player Limit: Restriction on the maximum number of players in a lobby.
- User-Friendly Interface: Buttons and colored messages for target selection and voting.
- Automatic Game Start and End.
- Restrictions: Dead players and the host cannot be selected as targets.
- Chat Clearing: Chat is cleared for all participants at the start of the game.
- Technical Details:
modId:mafia- Name:
Mafia Mod - Version:
0.1.0
Start playing Mafia in Minecraft with your friends!
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:v0Drt6im:VwiiciiK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v0Drt6im:VwiiciiK"
}

