Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
1.16.4
Beta
OriginsTweaks 1.16.4 - Merling Moisture & Balance Changes2 years ago 110
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Using OriginsTweaks in combination with any alpha build of the Origins Mod will most likely break OriginsTweaks.
Please don't report bugs if you're not using the recommended version of Origins.
Gameplay Changes
- Added a new Merling power:
Body Moisture.- Merlings now have a resource bar that provides water breathing for 10 minutes out of water, and 5 minutes in the nether.
- Merlings can submerge in water, sit in water cauldrons or drink a bottle of water in order to keep the bar stocked.
- The Merling's natural spawn is now in Ocean Biomes rather than Deep Ocean Biomes.
- Merling's dash now grants a 1 second dolphin's grace effect instead of a 3 second effect.
- Arachnid's power "Arthropod" and "Spider Silk" have been rebalanced.
- Arachnid's falldamage calculation now starts after a fall of 16 blocks instead of 30.
- close combat webbing now costs 1 Notch of the silk supply instead of 2.
- Webshot now has a max range of 16 blocks instead of 32 blocks.
- Webshot's forwards velocity has been reduced from 2 to 1, and upwards velocity has been reduced from 0.75 to 0.25.
- Avian's Heaven's Grace now provides a 25% damage boost to both normal and spectral arrows. Tipped Arrows do not receive a bonus.
- Arrows and spectral arrows held by avians now have a tooltip displaying the damage bonus Heaven's Grace provides.
- Elytrians no longer regenerate stamina while gliding.
- Feline's Claw ability now sets the base melee damage to 5 (2.5 Hearts) regardless of held items, and a 25% melee damage bonus when holding any melee weapon.
- Feline's Mining speed drawback is now cancelled with pickaxes using any level of efficiency.
Technical Changes
- Moved OriginsTweaks' Origins to the Origins Layer for better compatibility with other addons or custom Origins.
- Added an [OT] suffix to Origins' Names to differentiate it from the base Origins.
- Replaced the custom texture by Simraa with the vanilla elytra texture, while providing a template for elytrian wing resourcepacks in the release files.
- Added new item tag
melee_weapons. - Rephrased some descriptions.
- Updated
README.md. - Bumped version to 1.16.4.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| elytrian_wing_template.zip | Optional resource pack | 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:H9FVXseR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FRBxogjw:H9FVXseR"
}



