Origins (Forge)

Origins (Forge)

7M Downloads

1.10.0.7-all (for 1.20.1) - Layer "gui_title" field not working

IdrisQe opened this issue ยท 0 comments

commented

When making a layer using the "gui_title" field, the default text of "Choose your [origin name]" or "This is your [origin name]" shows instead of being overridden by the fields.

An example:
{ "order": 3, "name": "Elemental School", "loading_priority": 1, "gui_title": { "choose_origin": "Training in your Elemental School, you follow the path of the...", "view_origin": "Elemental School" }, "origins": [ { "condition": { "type": "origins:origin", "origin": "mage_origins:selectors/select_elemental" }, "origins": [ "mage_origins:flamedrinker", "mage_origins:rimebinder", "mage_origins:blightroot", "mage_origins:stormwrit" ] } ] }