Links
Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 6 days ago
Updated 4 days ago
All versions
1.0.0
Release
Survival Dreams 1.0.02 weeks ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
v1.0.0 - Initial Release
Mobs
- Watchling
- Endersent (Default)
- Endersent (Guardian)
- Wildfire
- Illusioner
Mob Variants
- Wux — Arctic Fox
- Deski — Ginger Cat
Items
- Wildfire Reinforcement
- Wildfire Core
- Potem
- Cheart
- Ender Key
- End Portal Anchor
Recipes
- Wildfire Core (duplicate)
- End Portal Anchor
- Wildfire Reinforcement (armor upgrade)
Also Included
- Portal Room structure.
- New status effect: Voided.
- Rebalanced raids with reworked golem behavior.
- Reworked mob behaviors and combat mechanics.
- New mob variants and special behaviors.
- Existing mobs can have new attacks, abilities, and interactions.
- New interactions between mobs and the environment.
- The night can no longer be skipped or returned to daytime once it begins.
- Reworked Ender Dragon combat, including modified attributes, attacks, and movement behaviors.
- New advancements tied to the mod's progression.
Special Mob Behaviors
- Explosive Zombified Piglin.
- Fire Snow Golem.
- Modified Happy Ghast behavior.
- Additional changes to existing mobs and their interactions.
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:aUaD6KzZ:VHJlqzV0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aUaD6KzZ:VHJlqzV0"
}

