Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
1.16.5
Beta
OriginsTweaks 1.16.5 - Arachnid & Elytrian Balance2 years ago 141
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Any compatible version
Any compatible version
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
- Fixed Arachnids not being able to hold onto walls while climbing.
- Balance Changes to Elytrian's
Gift of the skiespower:- Lowered overall Stamina cost of launch and ascend.
- Armor values ranging from 13 to 19 now allow launch and ascend, but are weaker and less stamina efficient in comparison to 12 armor and below.
- Arachnid balance changes:
Master of Websnow requires and returns 9 string.Spider silk: doubled general silk supply regeneration, removed the ability to restock using string items.- Cooldown only triggers when the webshot hit a target.
- Fixed phantom's
Phasingability; phasing now uses a climbing power and phantoms get slowed when phasing. - Fixed
SoulboundTooltips on Golden foods and armor.
Technical Changes
- Updated
README.md. - Bumped version to 1.16.5.
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:qry8BT2y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FRBxogjw:qry8BT2y"
}
