Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
1.19.0
Release
OriginsTweaks 1.19.02 months ago 609
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Gameplay Changes
- Common:
Ambient Sounds: + Ambient Sounds will no longer play in the Deep Dark. - Arachnid:
Master of Webs:- Instead of only shown if not full, the Silk Bar now shows when a grappleable block is in reach, hides otherwise.
- Cobweb recipe now shows in recipe book if the player's origin is Arachnid.
- Elytrian:
Gift of the Skies- Decreased Launch Velocity from
2to1.
- Decreased Launch Velocity from
- Shulk:
Antigravity Pellet:- Removed unfinished ability for now.
Natural Armor:- Broken Shell Shield now has audio and visual effects.
- Feline:
Natural Hunter:- Added some missing blocks to the
sharpen_stoneblock tag. - Added new Polished Tuff blocks to the
sharpen_stoneblock tag.
- Added some missing blocks to the
- Enderian:
Slender Body:- Silk Touch Block Harvest now checks if the mainhand does not hold a tool.
- Merling:
Aquadynamic:- Trident Damage Bonus underwater now only applies if both actor and target are in water.
- Trident Recipe now shows up in the recipe book if the player's origin is Merling.
Aquatic:- Merlings now properly spawn in any nearby ocean biome and not just the
minecraft:oceanbiome.
- Merlings now properly spawn in any nearby ocean biome and not just the
- Blazeborn:
Burning Wrath:- Reduced the duration of igniting a player from
8seconds to6seconds. - Igniting an enemy no longer extinguishes the player, allowing for follow up attacks to reapply the burning effect.
- Reduced the duration of igniting a player from
Fire Immunity:- No longer decreases water swim speed.
- Increased far fog visibility in Lava from
3.0to6.0.
- Phantom:
Aurophobia:- Holding any golden tool no longer allows block interactions.
Phasing:- Removed
minecraft:light_weighted_pressure_platefrom theunphasableblock tag.
- Removed
Technical Changes
- Implemented updated Apoli json structure changes.
- Refactored
com.chromexunderscore.originstweaks.OriginsTweaksclass tocom.chromexunderscore.originstweaks.Main. - Removed the unused client-side Class and moved assets into the Main Entrypoint Folder.
- Removed Dependency Pehkui; using AdditionalEntityAttributes and Vanilla Attributes instead.
- Updated
CODE_OF_CONDUCT.mdfor clarity. - Updated data Folder Structure for MC 1.21.1.
- Updated Fabric Project Structure for MC 1.21.1.
- Updated Advancements to use mc 1.21.1 json components.
- Refactored java entrypoints for main and client from
OriginstweakstoOriginsTweaks. - Removed Mod recommendation "More Waterlogging" due to the lack of a 1.21.1 Release and archivation of the Project on Modrinth.
- Updated Badges linking to Origins: Dietary Delights to use the updated name "Overgrown's Origins: Dietary Delights".
- Updated
README.md. - Bumped Version to 1.19.0.
Dependencies
- Minecraft 1.21.1
- Origins Mod 1.13.0-pre.2
- Fabric API
- Origins: Dietary Delights
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| elytrian_custom_wings_template.zip | Unknown | 3.72 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:UnzcevAN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FRBxogjw:UnzcevAN"
}
