Skip to content

[1.20.1] Curios items not applying attributes #21

@firyy

Description

@firyy

Mods
-Acessories 1.0.0 beta42 with curios compat layer 7.4.0 beta18
-Apotheosis 7.4.3 and dependencies
-Apothic Curios 1.0.3d

I have gone over this for quite a while, it seems that my attributes in data/apothiccurios/affixes/name_space/attribute are not applying. However the translation name (prefix and suffix) is. The dmg_reduction ones are also applying fine. So i'm not sure why it isn't applying or atleast not showing in the tooltip like "when equipped" nor in the attributes page of attributeslib.

Also the logs are fine, no errors regarding my attributes json files.
One of my attributes:

{
	"type": "apotheosis:attribute",
	"attribute": "attributeslib:crit_chance",
	"operation": "ADDITION",
	"values": {
		"uncommon": {
			"min": 0.01,
			"steps": 5,
			"step": 0.01
		},
		"rare": {
			"min": 0.05,
			"steps": 1,
			"step": 0.01
		},
		"epic": {
			"min": 0.05,
			"steps": 5,
			"step": 0.01
		},
		"mythic": {
			"min": 0.05,
			"steps": 10,
			"step": 0.01
		}
	},
	"types": [
		"curios:ring"
	]
}

EDIT: I can only see the afixes in the augment table, not everywhere else. Seems like it can't add the tooltip nor the attributes page values.
EDIT2: It's working fine with curios installed, the problem is with the accessories mod

PS: Can't join the discord, invite expired :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions