Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
1.17.1
Release
OriginsTweaks 1.17.1 - Origin Advancementslast year 204
Compatibility
Minecraft: Java Edition
1.20.2–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Gameplay Changes
- Added Advancements for all Origins.
- Added 4 Advancements for each [OT] Origin.
- Added an Advancement Tab for each [OT] Origin.
- Avian:
Animal Friendship:- Fixed a bug which caused all animals to spawn particles and trigger the ability cooldown regardless of being untameable.
Green Thumb:- Fixed an Issue with Glistering Melons granting far more saturation than intended.
- Arachnid:
Venom:- Sneaking no longer restricts inflicting poison.
- Changed Chance to inflict poison from 10% to 25%.
- Elytrian:
Aerial Combatant:- Projectile damage bonus has beed reduced from +100% to +50%.
- Readded
No Wing RenderWing option.
- Feline:
Dexterity:- Merged
origins:fall_immunity. - Readded Sprint Jump.
- Felines can no longer control the angle of the jump with the camera, and can't cling onto blocks.
- A charged jump now executes a high jump, similar to how the sprint jump works.
- The strength of the jump can now be controlled with the charge bar, instead of requiring the bar to be full.
- Merged
Natural Hunter:- Fixed claw damage values to properly pair with swords of the same tier.
- Blazeborn:
Fire Immunity:- Blazeborn now move faster through lava, and can also swim when submerged.
- Lava visibility has been slightly improved in parity of fire resistance potions.
- Merling:
Body Moisture:- Fixed a bug with any potion restoring moisture.
- Water Bottles now have a tooltip informing about the moisture gain when consumed.
- Activated Conduits now grant 5 minutes of Conduit Power.
- Conduit Power also stops moisture from being lost while active.
- Phantom:
Soulbound:- Soul Energy gain and particle effect now depends on max health of the mob:
- 0.5 - 5 Hearts: 5 Soul Energy.
- 5.5 - 10 Hearts: 25 Soul Energy.
- 10.5 - 50 Hearts: 50 Soul Energy.
- > 100 Hearts (Boss Mob): Full Soul Energy.
- Soul Energy gain and particle effect now depends on max health of the mob:
Spectral Wail:- Fixed an Issue with non-living entities being highlighted by the Wail.
Technical Changes
- Advancement criteria are resolved through sub-powers in
originstweaks:*_advancements.jsonpower files, with exceptions that fit directly into existing powers. - Added new entity type tag
Illager and Allies. - Added Predicates
In Village,In MonumentandIn Yungs Monumentfor use with advancements. - Updated
README.md. - Bumped version to 1.17.1.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| elytrian_wing_template.zip | Unknown | 3.7 KiB |
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:FRBxogjw:MLcwIjbR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FRBxogjw:MLcwIjbR"
}
