Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.10.0-beta
Beta
Mob Origins v1.10.0-beta3 years ago 558
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Mob Origins v1.10.0-beta
Changes and General Additions
- Slime Origin
- Can now dye themselves, by right clicking while holding a dye. This tints them, blending the color like leather armor.
- Clicking on a cauldron with water will reset their color back to the slime green.
- Summoned slimes will now be the same color as the player.
- Summoned slimes no longer damage their owner.
- Fox Origin
- Better Berries now uses the
#minecraft:fox_foodtag, so modded berries will be buffed as well. The power description updated to reflect this.
- Better Berries now uses the
- Strider Origin
- No weird desync when riding a strider origin.
- You don't see the player sitting on you, unless you go into third person.
- Channeling Override Power Type change:
- Added a hit_entity_action field that executes an entity action on the entity that was hit by the lightning bolt.
- Added built-in datapack that disables all origins from Mob Origins.
- The nearby_entities instead of having a entity_type field, has a bientity_condition field. This allows for more conditional checking of nearby entities. The player_box_multiplier field was also renamed to multiplier.
Removals
moborigins:modify_block_slipperinessremoved in favor oforigins:modify_slipperinessmoborigins:spikedremoved in favor of using aorigins:action_when_hitwith a chance to damage.- Removed the Vexed & Hero of the Illagers status effects.
New Power Types, Actions, and Conditions
- Added documentation which can be found here
Power Types
- Add Experience To Resource
- Biome Model Color
- Bouncy
- Custom Sleep Block
- Dyeable Model Color
- Fall Sounds
- Fog
- Hostile Axolotls
- Illuminate
- Mimic Enchant
- Modify Attack Distance Scaling Factor
- Modify Villager Reputation
- Walk On Powder Snow
Conditions
- Item
- Block
- Damage
- Entity
Actions
- Bi-entity
- Block
- Entity
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:SXwBmSQG:7XsMo0yf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SXwBmSQG:7XsMo0yf"
}
