Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
1.18.0
Release
OriginsTweaks 1.18.0 - 1.20.1 Compatibilitylast year 1,991
Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Gameplay Changes
- Avian:
- Edible Glistering Melons now provide 0.8 saturation, matching similar food items.
- (1.20.1 Backport Note): The Hoe Harvest bonus and edible Glistering Melons features are not available in this version due to Origins limitations.
- Edible Glistering Melons now provide 0.8 saturation, matching similar food items.
- Enderian
- (1.20.1 Backport Note): The Silk Touch ability is not available in this version due to Origins limitations.
- Projectile dodge now uses the
item.chorus_fruit.teleportsound event instead ofentity.enderman.teleport.
- Projectile dodge now uses the
- (1.20.1 Backport Note): The Silk Touch ability is not available in this version due to Origins limitations.
- Phantom
Soulbound:- Boss Soul absorption now triggers when killing entities tagged
c:bosses, instead of only entities with more than 100 health.
- Boss Soul absorption now triggers when killing entities tagged
Technical Changes
- Made various internal adjustments to abilities to ensure backwards compatibility with Origins 1.10.0.
- Utilized Fabric API's Conventional Tags to extend existing tags.
- Removed unused Mixin configurations.
- Replaced
origins:typedamage conditions withorigins:namefor backwards compatibility. - Removed
nameanddescriptionkeys from origin and power files for backwards compatibility. - Added Russian translations (contributed by tiglakirill7).
- Supports Minecraft 1.20.1 and Origins Mod v1.10.0.
- Updated
fabric.mod.jsonwith contributors, updated dependencies and a link to crowdin. - Updated
README.mdandwiki.md. - Bumped Version to 1.18.0.
Fixes
- Shulk
Antigravity Pellet- Fixed identifier of the levitation effect using
origins:levitationinstead ofminecraft:levitation.
- Fixed identifier of the levitation effect using
Dependencies
- Minecraft 1.20.1 - 1.20.4
- Origins Mod 1.10.0 - 1.13.0-alpha.4
- Fabric API
- Pehkui
- Origins: Dietary Delights
Optional dependencies
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:8sDuBU1H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FRBxogjw:8sDuBU1H"
}



