Skip to content

A KubeJS script for adding boss tools oxygen system to custom planets

License

Notifications You must be signed in to change notification settings

gcatkjspkgs/boss-tools-oxygen-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A KubeJS script for adding boss tools oxygen system to custom planets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published