promotional bannermobile promotional banner

Origins (Fabric)

Players choose an Origin at the beginning of the game to gain benefits and drawbacks

File Details

1.17.1: Origins 1.1.1

  • R
  • Oct 7, 2021
  • 2.10 MB
  • 57.2K
  • 1.17.1+1
  • Fabric

File Name

Origins-1.17-1.1.1.jar

Supported Versions

  • 1.17.1
  • 1.17

Curse Maven Snippet

Fabric

modImplementation "curse.maven:origins-391943:3483971"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

* Un-hardcoded the phasing overlay
* Fixed a bug where joining players would not correctly receive the powers of other players
* Fixed `mount` not synchronizing properly when players are mounted
* Fixed `modify_crafting` not calling the `entity_action` and `block_action`
* Fixed `prevent_entity_use` only triggering its `bientity_action` on the server
* Fixed crash when using the `grant_power` entity action
* Fixed `revoke_power` entity action not removing sub-powers
* `active_self` now has a default `cooldown` of 1 and a hidden `hud_render` by default
* `command` condition now also respects the `execute_command` config
* `can_see` now only considers visual obstructions, not physical colliders
* `attacker` condition now works properly on the client-side