allows players to be immune to radiation in dimension if its setting is true by equipping specific items or sets. This is managed through tag-based JSON files.

Full Set Requirement (radiation_immune.json) Singular Item Requirement (radiation_immune_singular.json)

JSON Template

{
  "replace": false,
  "values": [
    "minecraft:diamond_helmet",
    "minecraft:diamond_chestplate",
    "minecraft:diamond_leggings",
    "minecraft:diamond_boots",
    "minecraft:leather_helmet",
    "minecraft:leather_chestplate",
    "minecraft:leather_leggings",
    "minecraft:leather_boots"
  ]
}

JSON Template

{
  "replace": false,
  "values": [
    "corewithstuff:starlord_helmet",
    "corewithstuff:oxygen_ring"
  ]
}