Create : Gravity - Lunar Adventures in the End

This Create addon transforms the End dimension into a moon-like world with two key physics changes.
Main Features
The modification allows configuring specific biomes (and accordingly dimensions) with special conditions:
- No oxygen - when air supply runs out, the character takes damage
- Low gravity - changes jump and fall physics
By default, these effects apply to all biomes in the End dimension.
Parameter Configuration
You can flexibly configure biomes by specifying oxygen and gravity levels. Configuration examples:
minecraft:plains;75;-0.3#forge:is_hot;;-0.8(uses standard oxygen factor100)terralith:alpha_islands;100;(uses standard gravity factor-0.8)
The oxygen factor must be greater than or equal to 0 (value 0 disables oxygen logic for the biome). Higher values slow down oxygen consumption.
The gravity factor can be from -1 (complete gravity disable) to 0 (disables gravity logic for the biome).
Additional configurable parameters:
- Damage amount and frequency of receiving it
- Requirement to wear a diving helmet for backtank functionality
- Player oxygen consumption rate (slows down when wearing a helmet)
- Backtank air supply depletion rate
Item Tags
create_gravity:anti_low_gravity_boots- disables low gravity effect when worn in boots slot. Default includescreate:copper_diving_bootsandcreate:netherite_diving_bootscreate_gravity:diving_helmets- reduces oxygen consumption rate when worn in helmet slot. Default includescreate:copper_diving_helmetandcreate:netherite_diving_helmetcreate_gravity:backtanks- logic looks for NBT entryAirin chest slot. Default includescreate:copper_backtankandcreate:netherite_backtank. If value above1is present, it decreases by1, providing oxygen and resetting damage counter. Without backtank, damage counter increases and when reaching configured value (default60), player takes damage
Entity Type Tags
create_gravity:low_gravity_blacklist- excludes entity from gravity change effect (default contains#forge:bosses)
Compatibility
The mod is compatible with some other space suit modifications (tested with suits from Futurepack and Space Dimensions). Currently, explicit compatibility is not implemented but may be added in the future.
