-
Notifications
You must be signed in to change notification settings - Fork 3
Mod Support
This mod includes support for various mods out of the box.
There are 3 different types of support:
- Support via Block Tags
- Support for specific blocks from a specific mod
- 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
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
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))
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