All versions
1.0.0
Alpha
The Fun Mod! 1.0.09 months ago 53
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Singleplayer only
Changes
This is the first version of the fun mod!
//The mod was originally planned to be based on enchantements, so in this version the mod will show up as "random_enchantments-1.0.0-fabric"//
The features added in this mod:
Enchantments:
• Curse of Chicken Jockey (Makes any mob you hit ride a chicken)
• Curse of Thorns (Anytime you damage a mob, you take damage)
• OneShot (Has a chance to kill a mob in one hit)
• Spontaineous Combustion (Will light a mob on fire for 3 secs then the mob explodes)
Mobs:
• Mr. Fun (Right click to trade emeralds with him)
Biomes:
• The Fun Biome (Biome where Mr. Fun Spawns)
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:eyXx5Z1G:NfL4lmJ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eyXx5Z1G:NfL4lmJ3"
}

