allows players to survive in no-oxygen dimensions (including Ad Astra compatibility) by equipping specific items or sets. This is managed through tag-based JSON files.

Full Set Requirement (provides_oxygen.json) Singular Item Requirement (provides_oxygen_singular.json)

Full Set

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"
  ]
}

Singular

JSON Template

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