Changelog
Here, you can find the updated changelog for Origins: Math.
If a power, action or condition type doesn't exist for you, make sure that your version of Origins: Math has that type!
Tip
If a type doesn't exist on this page, that means that it has existed since Origins: Math 1.0.0! This means that any version of Origins: Math should have that type.
Origins: Math 1.7.0
Additions
- Added new power types
origins-math:variable_nbt_linked_resource- Added new meta action types
origins-math:for_rangeorigins-math:while
Fixes
- (1.20.1 only) Added missing mixin
- Removed debugging loggers (#6)
Changes
- Enhanced variable definition for the following action types
- Variable Execute Command (Entity Action Type)
- Variable Execute Command (Bi-entity Action Type)
- Variable Nbt-linked Resource (Power Type)
Origins: Math 1.6.1
Fixes
- Modifiers for
origins-math:damage_dealt_linked_resourceandorigins-math:damage_taken_linked_resourcenow apply properly.
Origins: Math 1.6.0
Additions
- Added new power types
origins-math:modify_knockback
- Added Custom Hud Renders.
Changes
- Added new
modifierandmodifiersfields toorigins-math:damage_dealt_linked_resourceandorigins-math:damage_taken_linked_resource - Enabled conditions for the following powers:
origins-math:damage_dealt_linked_resourceorigins-math:damage_taken_linked_resourceorigins-math:healing_linked_resourceorigins-math:modify_resource_maximumorigins-math:modify_resource_minimum
Origins: Math - Alpha Experiments
Origins: Math 1.5.1
Fixes
- Fixed crash when YACL isn't added.
Origins: Math - Alpha Experiments
Origins: Math 1.5.0
Additions
- Added new power types
origins-math:attribute_like_resourceorigins-math:living_entity_linked_resourceorigins-math:modify_attribute_like_resourceorigins-math:nbt_linked_resource
- Added new entity action types
origins-math:change_resource
- Added new bi-entity action types
origins-math:copy_resource_value
- Added optional YetAnotherConfigLib dependency for the config menu.
- Added
/resource change absolutecommand.
Changes
- Allowed alpha experiments to be toggleable.
Origins: Math - Alpha Experiments
Origins: Math 1.4.2-alpha
Fixes
- Fixes
origins-math:status_effect_linked_resource'sAMPLIFIERproperty from having a value of0even when the effect in question is not applied to the entity.
Changes
- Origins: Math is now more strict when using Resource Backed fields on Resource powers that don't exist.
Origins: Math - Alpha Experiments
Origins: Math 1.4.1-alpha
Adds a hotfix for the Alpha Experiment: Extended Compatibility through ASM
Origins: Math - Alpha Experiments
Origins: Math 1.4.0-alpha
This Origins: Math version adds an alpha experiment: Extended Compatibility through ASM.
Origins: Math - Alpha Experiments
Origins: Math 1.3.1
Fixes
- Fixed /resource not working
Origins: Math 1.3.0
Fixes
- Properly registered previously added Bi-entity action types
Additions
- Added new power types
origins-math:damage_dealt_linked_resourceorigins-math:damage_taken_linked_resourceorigins-math:healing_linked_resource
Origins: Math 1.2.0
Fixes
- Properly crashes when an invalid resource is provided (#1)
Additions
- Added a new Bi-entity Action Type
origins-math:variable_execute_command
- Added new Resource Backed Injectors
- Bi-entity Action
- Bi-entity Condition
- Item Action
- Item Condition
Origins: Math 1.1.2
Fixes
- Fixed
origins-math:modifiable_resourceexecuting it'smin_action/max_actiononly when it's original maximum or minimum is reached.
Origins: Math 1.1.1
Additions
- Added new power types
origins-math:modify_simple
- Added new entity conditions
origins-math:relative_resource
- Added new Attribute Modifier Operations
origins-math:standard_multiply_baseorigins-math:standard_multiply_totalorigins-math:standard_divide_baseorigins-math:standard_divide_total
- Added a new command:
/modifier
Origins: Math 1.1.0
Additions
- Added new power types
origins-math:current_biome_linked_resourceorigins-math:modifiable_resourceorigins-math:modify_resource_maximumorigins-math:modify_resource_minimum
- Added new entity conditions
origins-math:full_resourceorigins-math:empty_resource
- Added new properties to Player Property
EXP_LEVELEXP_POINTSFALL_DISTANCETIME_OF_DAYAGE
Fixes
- Fixed
origins-math:variable_change_resourcebeing unregistered. - Prevented
ResourceBackedInjectorfrom registering duplicate factory IDs.
Origins: Math 1.0.1
Additions
- Added
origins-math:variable_change_resource.
Changes
- Removed
@Debug(export = true)mixin annotation used for debugging. - Changed faulty sources and issues link inside
fabric.mod.json