allows players to be immune to fall damages in dimension if its setting is true by equipping specific items or sets. This is managed through tag-based JSON files.
Full Set Requirement (fall_damage_immune.json)
Singular Item Requirement (fall_damage_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"
]
}