Tags
Creators
Details
All versions
0.1.0b
Release
RealityMod 0.1.0b - Forge 1.20.1last year 920
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog RM - 0.1.0b Beta - Forge 1.20/1.20.1
New Features:
- Added the Fennec entity:
- Natural Habitat: Fennecs now inhabit desert biomes, appearing in small packs of 1-2.
- Temperament: While generally neutral, fennecs will defend themselves if provoked.
- Wild Instincts: In the wild, fennecs are natural hunters, preying on birds, fish, and small animals such as rabbits, chickens, parrots, salmon, cod, tropical fish, baby turtles, and baby desert turtles.
- Loyal Companion: Once tamed, a fennec will fiercely defend its owner, attacking any target the owner engages, even other fennecs.
- Pack Mentality: Wild fennecs will rally to the aid of any pack member under attack.
- Taming: Gain a fennec's trust by offering it a rabbit foot.
- Nourishment: Restore a fennec's health or encourage breeding with raw chicken, cod, rabbit, salmon, or tropical fish.
- Daylight Dwellers: Fennecs spawn in well-lit areas (light level 8+) during the day, similar to other Minecraft animals.
- Vitality: Fennecs have 8 health points (4 hearts).
- Combat Prowess: Fennecs inflict 4 health points (2 hearts) of damage per attack.
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:Miwb8ahh:eb8m8Lt4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Miwb8ahh:eb8m8Lt4"
}

