Origins++

Origins++

1M Downloads

[Devine Architect] Float

Mx772 opened this issue ยท 1 comments

commented

Origin
Devine Architect

Power
Float

Notes

v1.5

v1.5 sets the 'Float' ability to Save Hotbar Activator which conflicts with Dimension Traveler:
image
image
image

v1.4.1

v1.4.1 previously set it to 'secondary' which worked.
image
image
image

Likely due to:
8a55a8d
Specifically:

"active_toggle": {
"type": "origins:active_self",
"cooldown": 1,
"key": "key.saveToolbarActivator",

Previously in data/origins-plus-plus/powers/devine-architect/flight.json it was:

	   "key":{
		  "key":"key.origins.secondary_active",
		  "continuous":true
	   },

TL;DR:

data/origins-plus-plus/powers/devine-architect/float.json ->

        "key": "key.saveToolbarActivator",

Should be ->

        "key": "key.origins.secondary_active",
commented

Thanks for the report! I have fixed that and will be included in the next release