allows players to not burn in dimensions that has is_burning setting true by equipping specific items or sets. This is managed through tag-based JSON files.

Full Set Requirement (thermal_immune.json) Singular Item Requirement (thermal_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"
  ]
}