Skip to content

Mod Support

PssbleTrngle edited this page Mar 7, 2022 · 1 revision

This mod includes support for various mods out of the box.
There are 3 different types of support:

  1. Support via Block Tags
  2. Support for specific blocks from a specific mod
  3. Support for modded dimensions using a provided datapack

You want support for a specific mod, that is not already support, feel free to open a feature request on the issue tracker.
Until I get to it, you can always create support yourself by expanding the default configuration as described in here

Support via Block Tags

As described in here, skygrid generators can be configured to generate a Block Tag.
Most of the tags used, like #logs_that_burn or #forge:barrels/wooden are used by mods to include their own blocks.
For example the custom stone types from Quark are included in #base_stone_overworld and probably any modded saplings are included in #saplings

Support for specific mods

Some modded blocks are simply hard-coded into the default config files, like some storage blocks from Quark or the Abnormals Mods.
If you are unsure wether or not a specific block is supported you can check the default configurations or use the website (Coming Soon (hopefully))

Support for modded dimensions

To enable support for a modded dimension, grab the respective datapack from datapacks folder and add it to your worlds datapacks folder.

Datapacks are available for:

  • None for now, will come in the future

If you want to add support for a dimension yourself, see the instructions

Clone this wiki locally