EdwinMindcraft / origins-architectury

MIT License
20 stars 17 forks source link

[1.20.1] Incompatibility with Curios API #437

Open Cixon opened 6 months ago

Cixon commented 6 months ago

Unable to identify Iron's Spellbook Curios slot

2024-04-12 16_29_44-Greenshot 2024-04-12 16_10_14-Greenshot

Bugged Power:

{
    "name": "§nSoulbind§r",
    "description": "A magical phenomenon that keep all items in hotbar after death including worn spellbooks.",
    "type": "origins:keep_inventory",
    "slots": [
    "spellbook",
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8
    ]
}

mod-sources:

https://legacy.curseforge.com/minecraft/mc-mods/irons-spells-n-spellbooks/relations/dependencies?filter-related-dependencies=3 https://legacy.curseforge.com/minecraft/mc-mods/curios

Cixon commented 6 months ago

p.s - i already tried curios:spellbook

eggohito commented 6 months ago

The slots field of the keep_inventory power type currently only accepts numerical slot IDs. It also only works for the player inventory, not custom inventories like Curios' inventory, so specific compatibility will have to be implemented (same for Trinkets with Origins in Fabric)

Cixon commented 6 months ago

The slots field of the keep_inventory power type currently only accepts numerical slot IDs. It also only works for the player inventory, not custom inventories like Curios' inventory, so specific compatibility will have to be implemented (same for Trinkets with Origins in Fabric)

I see.. i hope we can see something come to effect soon