Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
OriginsTweaks

OriginsTweaks

An Origins Mod addon that overhauls the Default Origins and adds new abilities.

209.7k
90
Game Mechanics

Compatibility

Minecraft: Java Edition

1.20–1.20.4
1.19.x
1.18.2

Platforms

Fabric
Quilt

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

ChromexUnderscore
ChromexUnderscore Owner

Details

Licensed MIT
Published 3 years ago
Updated 2 months ago
DescriptionGalleryChangelogVersions

Show all versions

1
2

OriginsTweaks 1.18.2 - Hotfix Enderian Dodge & Phantom Phasing

by ChromexUnderscore on Jun 11, 2025
Download

Fixes

  • Enderian:
    • Slender Body:
      • Fixed an Issue which caused players to teleport to the surface when dodging a projectile in Minecraft 1.20.1 (#60).
  • Phantom:
    • Phasing:
      • Fixed an Issue with phasing not properly working in Minecraft 1.20.1 (Thanks ghosthenry and ryo404).
    • Phantomize:
      • Fixed an Issue with phantomize not being able to be toggled via Primary Active (Thanks ghosthenry and ryo404).

Technical Changes

  • Removed duplicate Human entry in the Origins Layer (#58).
  • Bumped Version to 1.18.2.

Dependencies

  • Minecraft 1.20.1 - 1.20.4
  • Origins Mod 1.10.0 - 1.13.0-alpha.4
  • Fabric API
  • Pehkui
  • Origins: Dietary Delights

OriginsTweaks 1.18.1 - Natural Hunter Bugfix

by ChromexUnderscore on May 18, 2025
Download

Gameplay Changes

  • Feline:
    • Natural Hunter:
      • Added stair and slab variants of smooth and polished stone blocks to the block tag.

Fixes

  • Feline:
    • Natural Hunter:
      • Fixed a typo with the wood block condition for claw resharpening.
      • Fixed inaccurate badge information for claw damage tiers.

Technical Changes

  • Updated README.md.
  • Bumped Version to 1.18.1.

Dependencies

  • Minecraft 1.20.1 - 1.20.4
  • Origins Mod 1.10.0 - 1.13.0-alpha.4
  • Fabric API
  • Pehkui
  • Origins: Dietary Delights

OriginsTweaks 1.18.0 - 1.20.1 Compatibility

by ChromexUnderscore on Apr 28, 2025
Download

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.
  • 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.teleport sound event instead of entity.enderman.teleport.
  • Phantom
    • Soulbound:
      • Boss Soul absorption now triggers when killing entities tagged c:bosses, instead of only entities with more than 100 health.

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:type damage conditions with origins:name for backwards compatibility.
  • Removed name and description keys 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.json with contributors, updated dependencies and a link to crowdin.
  • Updated README.md and wiki.md.
  • Bumped Version to 1.18.0.

Fixes

  • Shulk
    • Antigravity Pellet
      • Fixed identifier of the levitation effect using origins:levitation instead of minecraft:levitation.

Dependencies

  • Minecraft 1.20.1 - 1.20.4
  • Origins Mod 1.10.0 - 1.13.0-alpha.4
  • Fabric API
  • Pehkui
  • Origins: Dietary Delights

OriginsTweaks 1.17.2

by ChromexUnderscore on Apr 8, 2025
Download

Gameplay Changes

  • Arachnid:
    • Climbing and Venom:
      • Powers now switch using the Secondary Key instead of both being toggled together.
    • Venom:
      • Effect Amplifier is now 1, increasing the speed of poison ticks.
      • Poison Indicator now acts as a cooldown of 5 seconds.
  • Avian
    • Green Thumb:
      • Glistering Melons now count as snack, meaning they can be consumed faster than normal food items.
  • Blazeborn:
    • Burning Wrath:
      • Now also sets targets hit on fire for 8 seconds, while they are on fire themselves.
  • Feline:
    • Natural Hunter:
      • Polished Granite, Andesite or Diorite can now be used to sharpen to Stone Tier.
  • Enderian:
    • Refactored Ender Body to Slender Body in parity with the Original Origins Mod Power.
    • Slender Body:
      • Projectile dodge now includes all Projectiles.
  • Phantom:
    • Moved Phantomize Energy Drain to Phantomize Power.
    • Phantomize:
      • Reduced Soul Energy Drain to 0.5/s.
    • Spectral Wail:
      • Sneaking Players will no longer be Highlighted.
  • Shulk:
    • Readded old Power under the name Antigravity Pellet
      • Can shoot a shulker bullet on a 40 seconds cooldown using [Secondary].
      • Sneaking while using this ability inflicts levitation on the shulk instead.

Technical Changes

  • Changed OriginsTweaks Icons to match the base Origins' Icons.
  • Removed Dodge Projectile Entity Type Tag.
  • Added Sharpen Stone Block Tag.
  • Reordered some Powers for the in-game Origin Overview.
  • Added Translation Keys to Origins, Powers, Badges and Advancements. (Issue #54)
    • Due to a limitation with the Origins Mod, some tooltips currently don't have Translation Keys.
  • Updated English (US) translations with proper grammar.
    • Rewrote various Descriptions and Badges to be more clear and concise.
  • Added English (UK) translations.
    • Identical to English (US) besides some grammar rules and select words.
  • Added German translations. (Issue #55)
  • Added joke language translations:
    • Pirate Speak (The Seven Seas)
    • Shakespearean English (Kingdom of England)
    • LOLCAT (Kingdom of Cats)
  • Changed all Keybind type Badges to use the Tooltips.
  • Convert Indentation of all Files to use Tabs.
  • Rewrote README.md. (Issue #52)
  • Bumped version to 1.17.2.

OriginsTweaks 1.17.1 - Origin Advancements

by ChromexUnderscore on Mar 30, 2025
Download

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 Render Wing 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.
    • 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.
    • 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.json power files, with exceptions that fit directly into existing powers.
  • Added new entity type tag Illager and Allies.
  • Added Predicates In Village, In Monument and In Yungs Monument for use with advancements.
  • Updated README.md.
  • Bumped version to 1.17.1.

OriginsTweaks 1.17.0 - 1.20.4 Port & New Abilities

by ChromexUnderscore on Jan 25, 2025
Download

Gameplay Changes

  • Phantom:
    • Reworked Phantom Form, Phasing, Soulbound and related abilities:
      • Phantom Form and Phasing now use a Soul Energy bar instead of draining hunger; which regenerates in human form, by defeating mobs or by absorbing energy from soul fire.
      • Soul fire and related blocks no longer grant stacking buffs.
      • Full phasing now prevents sprinting, block selection, item usage, combat, elytra flight and sprint-swimming.
    • Removed the ability to prevent burning using fire protection.
    • Added golden tools to Phantom's Aurophobia.
    • Phantoms no longer tick insomnia, effectively eliminating Phantom (mob) spawns for the Phantom Origin.
    • Fixed an issue with Phantoms being slowed down on semi full blocks if phantomized but not phasing.
  • Avian:
    • Added a new Power Animal Friendship
      • Avians can tame certain animals without items using primary active on a 2 minute cooldown.
      • Foxes, axolotls and ocelots always trust avians, causing them to not run away and sometimes fighting alongside the avian.
    • Added a new Power Green Thumb.
      • Harvesting crops with any hoe increases the yield of the crop.
      • Carrot crops, melons, oak leaves and dark oak leaves have a chance to drop 1 golden carrot, glistering melon and golden apple, respectively.
      • Glistering Melons are edible.
      • Replaces the power Heaven's Grace.
    • Moved Featherweight key to secondary.
  • Arachnid:
    • Added a new Power Venom.
      • Arachnids have a small chance to inflict 5 seconds of poison on hit.
      • Shares a toggle with Climbing.
    • Master of Webs:
      • Cobweb now drops 9 string.
      • Removed webbing in exchange for Venom.
      • Webshot can now pull mobs and players instead pf flinging towards them.
  • Elytrian:
    • Added a new Power: Companion Mounting.
      • Allows another player to mount the elytrian.
      • Pressing the secondary key as elytrian, sneak as passenger, crashing or being hit by a projectile kicks the passenger off.
      • Ability contributed by AnimGoated.
    • Changed Aerial Combatant to require 3 seconds of gliding before receiving a damage bonus.
    • Aerial Combatant now also accounts for ranged combat.
    • Gift of the skies now regenerates stamina while jumping (but not gliding).
  • Enderian:
    • Ender Body now includes the ability to silk touch blocks while not holding a tool.
  • Feline:
    • Added a new Power: Dexterity.
      • Felines now jump higher regardless of sprinting.
      • Holding shift when touching a wall allows for clinging onto that block for a few seconds.
      • Holding sneak charges up a leap if grounded or clinging onto a block, and released by pressing jump.
      • Multiple leaps in a row without touching the ground will gradually reduce the leap's effectiveness.
    • Natural Hunter:
      • Claws can now be sharpened using logs / wool > smooth stone > iron block > diamond block in that order to deal progressively higher damage.
  • Merling:
    • Body Moisture:
      • now regenerates moisture when standing in any water instead of needing to fully submerge.
      • Now also regenerates when standing in rain.
      • Respawning now fully refills the moisture.

Technical Changes

  • Added a new item tag Golden Tools.
    • Moved Spider Silk abilities back into Master of Webs.
  • Phantom:
    • Split gold related phantom drawbacks back into Aurophobia.
  • Feline:
    • Fixed Claws ability ignoring armor by changing the modifier from set_total to add_base_early.
  • Merling:
    • Body Moisture now prevents oxigen depletion instead of applying a waterbreathing effect.
  • Enderian:
    • Ender Body's Projectle dodge no longer teleports into fluids.
  • Temporarily replaced Keybind variables with strings due to the origins 1.13.0 alpha 4 breaking keybind badges.
  • Updated Gradle and added up to date files.
  • Updated README.md.
  • Bumped version to 1.17.0.

OriginsTweaks 1.16.5 - Arachnid & Elytrian Balance

by ChromexUnderscore on Jan 11, 2025
Download

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 skies power:
    • 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 Webs now 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 Phasing ability; phasing now uses a climbing power and phantoms get slowed when phasing.
  • Fixed Soulbound Tooltips on Golden foods and armor.

Technical Changes

  • Updated README.md.
  • Bumped version to 1.16.5.

OriginsTweaks 1.16.4 - Merling Moisture & Balance Changes

by ChromexUnderscore on Jan 9, 2025
Download

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.

OriginsTweaks 1.16.3 - Likely to break on origins alpha

by ChromexUnderscore on Oct 15, 2024
Download

Gameplay Changes

  • Fixed a bug with the Base Elytrian having the Wing selector instead of the OriginsTweaks Elytrian.

Technical Changes

  • Bumped version to 1.16.3.
  • Changed dependencies of minecraft and origins to allow versions greater than the current minor version. 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.

OriginsTweaks 1.16.2

by ChromexUnderscore on Jun 21, 2024
Download

Gameplay Changes

  • Merlings now respawn in a deep ocean biome if available.

  • Phantoms now only require any level of fire protection on the helmet slot in order to prevent burning.

  • Burning Wrath cooldown was increased to 60 seconds, and the burn time was reduced to 30 seconds.

  • Carnivore, Vegetarian and Natural Hunter now use Origins: Dietary Delight tagging to extend mod compatibility.

  • Feline's "Nocturnal" power is no longer disabled when submerged in water.

  • Shulk's "Protective Shell" ability moved to "Sturdy Skin".

    • Base armor changed to 3.
    • Up to 7 bonus armor can be gained by pressing sneak for a while, for a total of 10 (5 chestplates)
    • Armor does not run out over time, but taking a hit over 3 hearts removes 1 bonus armor point and disables buildup for 30 seconds.
  • Phasing vision increased from 10 to 16.

  • "Aurophobia" renamed to "Soulbound"

    • Added duration stacking saturation and regeneration effects when near soul fire or in a soulsand valley biome.
  • Added a dolphins grace effect for 3 seconds upon activating the merling dash.

  • Changed "Teleportaton" ability to properly prevent suffocation after pearling.

  • Made Changes to "Gift of the Skies".

    • Launch and ascend now allow using up all remaining stamina points.
    • Prevent stamina regeneration if it hits 0 while gliding.

Technical Changes

  • Updated Mod to version 1.16.2.

  • Updated Gradle files to match latest fabric example mod.

  • Now uses Origins: Dietary Delights to standardize dietary tags and add mod compatibility.

  • Improved various tags not replaced by Dietary Delights.

  • Added an options Layer to Elytrian to pick texture and rendering of the Elytra.

  • Rebased all changed powers previously in Origins to OriginsTweaks to allow optional usage of vanilla origins.

  • Added an option layer prior to the Origins Layer to choose wether OriginsTweaks or Origins Mod Origins are pickable for a single player.

OriginsTweaks 1.16.1 - Enderian & Elytrian changes

by ChromexUnderscore on May 27, 2024
Download

Gameplay Changes

  • Reworked the removed Reflex mechanic; Enderiand now dodge small projectiles in a 5 second cooldown while taking no damage. Added to ender_body.

  • Reworked gift_of_the_skies. Gliding no longer drains stamina, but restores it slowly. Increased stamina cost of launch and ascend. Armor greater than 12 will now prevent launch and ascend instead of increasing stamina cost. Separated launch from ascend and increased cooldown to 10 seconds for launch.

Technical Changes

  • Updated Mod to Version 1.16.1

  • Dependencies changed to require any version of Minecraft 1.20.x and Origins 1.12.x.

  • Removed custom resource indicator for Arachnid's climbing ability, used an community one instead.

  • Removed shulker_inventory power override, since it changed to be indentical to base origins again.

  • Removed origins spawn and parrot sound effects.

  • Tweaked some conditions to more be more accurate.

  • Added a built-in Resourcepack for replacing Elytrian Wings with the vanilla elytra texture, WIP...

Fixes

  • Removed turtle_helmet power from merling since it was removed in the last update.

  • Fixed more typos and rephrased some descriptions.

OriginsTweaks 1.16.0 - 1.20.2 & Rebalance

by ChromexUnderscore on Mar 17, 2024
Download
  • Updated to Minecraft 1.20.2
  • Updated to Origins >= 1.12.
    • Since power and action types were used that have been added after Origins 1.12, this version unfortunately no longer supports older than Origins 1.12.0 or Minecraft 1.20.2.
  • Changed dependencies to require any version of Fabric API and Pehkui, to avoid issues with future releases of origins and outdated / bugged pehkui releases.
  • Fixed various formatting inconsistencies.
  • Fixed various missing translation keys.
  • Fixed some typos.
  • Merged, moved and rearranged various powers and sub-powers to make origins descriptions less cluttered.
  • Changed burn_in_daylight to require either or both a netherite helmet and any level of fire resistance on the helmet slot.
  • Extended the time that burning_wrath sets the player on fire from 10 to 60 seconds.
  • Added a missing toggle badge to Feline's cat_vision.
  • Switched the shulker inventory keybind from secondary_active to primary_active.
  • Tweaked zora_dash velocity numbers and added the power to swim_speed.
  • Fixed the missing cooldown bar for throw_ender_pearl and restricted it's usage while recall beacon is active.
  • Added a badge to water_breathing hinting towards ways to counter this drawback.
  • Removed power antigravity_power from shulk.
  • Removed the weakness debuff from aurophobia.
  • Removed power cloud from merling.
  • Removed power reflex from enderian.
    • Added a projectile immunity to ender_body instead.
  • Removed power evil_presence from avian.
  • Decreased volume for feline's purring sound while asleep.
  • Reduced divergence of firecharged_projectiles from 2 to 1.
  • Changed heavens_grace projectile damage bonus to use multiply_base_multiplicative instead of multiply_total_multiplicative.
  • Changed master_of_webs cobweb crafting to use 2 string instead of 9, changed string_refill accordingly.
  • Split up master_of_webs into two powers.
    • spider_silk now contains the webshot and silk_resource (formerly string_resource) sub-powers.
    • webshot now grapples towards entities instead of trapping them.
    • Reintroduced vanilla webbing sub-power from master_of_webs in connection to silk_resource.
  • Changed protective_shell to disable buildup for 3 seconds instead of a complicated break mechanic, and reduced shell damage taken on hit.
  • Removed the previously added easter egg.
  • Removed power seventh_sense from feline.
  • Changed volume of spectral_wail to be more accurate with the range of the ability.
  • Removed power thermal_lift from blazeborn.
  • Removed power turtle_helmet from merling.

OriginsTweaks 1.15.4 - Player Suggestions

by ChromexUnderscore on Sep 6, 2023
Download
  • Removed quilt_mod.json because quilt natively supports fabric mods (and I'm too stoopid to use quilt metadata).
    • closes #41.
  • Made changes to Merling's Dash ability.
    • Reduced base dash velocity from 2 to 1.5.
    • The dash now increases velocity by 0.5 per level of depth strider.
  • Added an easteregg.

OriginsTweaks 1.15.3 - Quality of Life changes

by ChromexUnderscore on Jul 22, 2023
Download
  • Added quilt_mod.json for quilt metadata.
  • Fixed Enderian's Recall not toggling back off after the player died.
  • Added Description Assets for use within the README.md.
  • Changed README.md.
    • Used proper header incrementation.
    • Updated descriptions.
  • Added a toggle to Feline's Cat Vision.
  • Added a 5 seconds invincibility window against suffocation when an enderian teleports via pearl.
  • Negated mining speed penalty when climbing.
  • Increased velocity when using webshot to make it easier to recover from a fall off of a platform such as end islands.
  • Reduced cooldown of webbing entities from 10 to 5 seconds.
  • Mining Cobweb is faster and will now always return cobweb items.

OriginsTweaks 1.15.2

by ChromexUnderscore on Jul 16, 2023
Download
  • Fixed Arachnid's Climbing ability still acting weird due to it somehow getting mixed up with the webshot keybind
  • Reworked Enderian's Recall ability to work better in Multiplayer.
    • No longer randomly activates after the resource runs out and cooldown has passed.
    • Cooldown is now visible using a pink resource bar with an X.
    • No longer teleports to the nearest recall beacon instead of the user's own beacon.
    • The Beacon now force loads chunks until teleported back.
      • This enables teleporting back from any distance.
      • Also has the neat side effect of a less laggy teleport in Singleplayer.
    • The Shader effect applied when the ability is used is now togglable with F4.
  • The Reflex ability's Cooldown Resource is now only visible when the Cooldown is active.
  • Fixed a typo in the Terrestria's wood and logs block tag which prevented it from loading.

OriginsTweaks 1.15.1

by ChromexUnderscore on Jul 15, 2023
Download
  • Undone dependency metadata change listed in the previous release's changelog.
  • Updated Pehkui Dependency metadata to support Version 3.3.3 or newer due to it being the only version that supports 1.19.0.
  • Added proper integration with the Mod menu API.
    • Set Origins as parent for this mod.
    • Enabled Update Checker.
  • Modified and added new Block tags to make Feline's Claw ability work with earlier versions of Minecraft.
  • Changed diet abilities.
    • Carnivore no longer has the condition of "origins:meat" to prevent issues with mixed food.
    • Avians have now a separate item tag for their vegetarian diet.
    • Foods that are an even mix of vegetarian and carnivore ingredients are ignored by both diets (for example rabbit stew).
  • Added compatibility for Terrestria and Cinderscapes.
    • Felines can now use (quarter) logs and wood from these mods to resharpen their claws.
    • Carnivores can't eat Bramble Berries from Cinderscapes.
  • Added compatibility for Farmer's Delight.
    • Added vegetable based foods to Avian's vegetarian diet.
    • Added meat based foods to arachnid's carnivore diet.
    • Mixed foods added by Farmer's Delight are ignored by both diets.
    • Added foods based off of feline prey such as chicken and fish to feline's saturation buff.
  • Fixed conditions for climbing inside cobwebs for the arachnid as this somehow granted the Arachnid Creative flight (confusion).
  • Reverted change of needing one free hand for the Arachnid's web shot, because this was just annoying to deal with when accidentally picking up stuff.
  • Added a proper name and description for Feline's natural Hunter Ability.
  • Fixed grammar mistakes in CHANGELOG.md.
  • Enderian's Reflex Ability now requires you to sneak to avoid unwanted teleportation, for example when in caves.

OriginsTweaks 1.15.0

by ChromexUnderscore on Jul 8, 2023
Download
  • Updated Dependency metadata.
    • Supports Minecraft 1.20.0 and 1.20.1.
    • Requires Origins 1.10.
    • Requires Pehkui 3.7.6.
  • Firecharged no longer requires being on fire.
  • Added Cherry Logs, Cherry Wood and Bamboo Blocks to block tag for sharpening feline's claws.
    • Due to this change this version is unfortunately no longer compatible with versions older than 1.20.0, as unregistered blocks inside block tags will not load the block tag in the first place, breaking the ability.
    • I may fix this in the next release.
  • Fixed Reflex in both nether and non nether (Bug #35).
    • In the Overworld / End and below the netherroof the enderian may teleport up at most 16 blocks at a time.
    • Enderians above the netherroof (> 128) will always teleport to the bottom regardless of y coordinates.

OriginsTweaks 1.14.4

by ChromexUnderscore on Jun 27, 2023
Download
  • Fixed power Reflex only working in the Nether.
  • Tweaked Reflex's conditions to accept any Projectile instead of Arrows only.
  • Changed Dependencies to accept any version of Minecraft above 1.19.2 and any Version of Origins above 1.6.0

OriginsTweaks 1.14.3b - Port to 1.19.2

by ChromexUnderscore on Jun 24, 2023
Download
  • Ported OriginsTweaks 1.14.3 to Minecraft 1.19.2 by request.

OriginsTweaks 1.14.3 - Blazeborn, Elytrian and Feline changes

by ChromexUnderscore on Jun 24, 2023
Download
  • Removed unnecessary empty lines in Main.java.
  • Updated Version and Pehkui Dependency in fabric.mod.json
  • Removed translations files due to translation keys being broken with badges at the moment.
  • Reordered Arachnid's Powers.
  • Reordered Avian's Powers.
  • Reordered Blazeborn's Powers.
  • Reworked origins:burning_wrath.
    • Added active subpower to put the player on fire.
    • Damage bonus when on fire is 25% more instead of adding 3 health points.
    • Added lighting campfires and fueling furnei / brewing stands as sub power.
  • Removed power blazing_touch as it has been integrated into burning_wrath.
  • Made Shulker Inventory drop when power has been lost, instead of deleting the items.
  • Fixed a bug with weak_arms not reducing mining speed.
  • Using Pickaxes with Efficiency III or higher now bypasses weak_arms mining speed and restrictions.
  • Changed name of aurophobia to Mortis, a reference to the game Faith: the unholy trinity.
  • Added minecraft:entity.cat.purreow alongside minecraft:entity.cat.ambient as ambient soundeffect.
  • Added a minecraft:entity.cat.purr sound loop when felines are detected asleep in a bed.
  • Changed Firecharged Projectile.
    • Renamed from Firecharged Projectile to Firecharged.
    • Now requiring being on fire.
  • Restricted Firework Rocket use within gift_of_the_skies.
  • Removed power revved_up.
  • Changed sharp_claws.
    • resharpening claws now use more accurate sounds depending on block material.
    • Resparpening using wood (logs / wood) now is twice af effective as fabric (wool / carpet).
  • Power thermal_lift now requires being on fire.
  • Changed block tag natural_stone.
    • Now includes:
      • stone
      • coal ore
      • copper ore
      • iron ore
      • gold ore
      • redstone ore
      • emerald ore
      • lapis ore
      • diamond ore
      • ancient debris
      • granite
      • diorite
      • andesite
      • sandstone
      • smooth sandstone
      • red sandstone
      • smooth red sandstone
      • smooth basalt
      • calcite
      • block of amethyst
      • budding amethyst
      • tuff
      • dripstone block
      • netherrack
      • basalt
      • magma block
      • end stone
  • Changed block tag sturdy_stone.
    • Now includes:
      • deepslate
      • reinforced deepslate
      • deepslate coal ore
      • deepslate iron ore
      • deepslate copper ore
      • deepslate gold ore
      • deepslate redstone ore
      • deepslate emerald ore
      • deepslate lapis ore
      • deepslate diamond ore
      • obsidian
      • crying obsidian
      • blackstone
      • gilded blackstone
  • Added Block tag pickaxes for conditions used in weak_arms.
1
2

Modrinth is open source.

main@bf16d36

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.