Origins (Forge)

Origins (Forge)

7M Downloads

[1.20.1] Incompatibility with Curios API

Cixon opened this issue · 3 comments

commented

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

commented

p.s - i already tried curios:spellbook

commented

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)

commented

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