Deadbones2000 / Medieval-Origins

Medieval Origins is an addon for the Origins mod, focused on the medieval era, with a slight bit of Greek mythology. It contains 15 new Origins.
5 stars 23 forks source link

[1.19.x-4.1.2] Dwarfs' Photoallergic Trait Does Not Detect All Helmets #20

Closed Bereim closed 2 years ago

Bereim commented 2 years ago

As a Dwarf, I burned in sunlight despite wearing a Copper Helmet from Mythic Metals.

Bereim commented 2 years ago

Checked your code and saw that you checked against a list of vanilla helmets.

For better compatibility, I'd suggest you use the following and then blacklist any items you don't want to count.

{
  "type": "origins:equipped_item",
  "equipment_slot": "head",
  "item_condition": {
    "type": "origins:empty"
  }
}
Deadbones2000 commented 2 years ago

No mod compatibility is provided for the mod. If you want it you can expand the list of helmets to include those from the mods you are using.