Boss Tools Oxygen

A KubeJS script that allows you to add custom dimensions to the Space Boss-Tools oxygen system. Docs: https://github.com/gcatkjspkgs/boss-tools-oxygen-js/blob/main/README.md. 0 downloads73 views
author's profile afirst child cssvatar
Created by
G_cat (gcatkjspkgs)
Available for
Forge1.16
Depends on
README file

Boss Tools Oxygen JS

kjspkg-available

Config

To add a planet to the oxygen system registry, simply add this to your globals:

global.oxygen_planets = ["modid:dimension"]
global.oxygen_planets_whitelist = false // You can also set all planets to require oxygen except certain ones

To add a oxygen-resistant entity, add this:

global.oxygen_entity_blacklist = [
    "modid.entity_id",
    // or
    "modid" // excludes all entities from a mod
]

Compatabilites

Compatable with: