Skip to content

A scuffed attempt at recreating Traveler's Titles entirely with KubeJS.

License

Notifications You must be signed in to change notification settings

gcatkjspkgs/trippers-titles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tripper's Titles

kjspkg-available

For people who really hate adding new mods to their modpack.

Showcase

showcase_gif

Configuration

Add this to the loaded startup event:

global.trippersTitles = {
    biomeTitles: true, // false to disable biome titles, true by default
    dimensionTitles: true // false to disable dimension titles, true by default
}

Adding dimension/biome names

Simply add a lang key that looks like this:

{
    "biome.{modid}.{biomeid}": "<Biome name>",
    "dimension.{modid}.{dimensionid}": "<Dimension name>"
}

Adding dimension/biome colors

Similarly, add a lang key ending in .color:

{
    "biome.{modid}.{biomeid}.color": "#<Hex color>",
    "dimension.{modid}.{dimensionid}.color": "#<Hex color>"
}

About

A scuffed attempt at recreating Traveler's Titles entirely with KubeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published