-
Notifications
You must be signed in to change notification settings - Fork 10
Teh's Core Mod: Content Packs: Include
TehPers edited this page Jan 27, 2019
·
1 revision
Due to how large the content file can become, multiple content files can be created. An array of file names can be provided under the key "Include" in the content file:
{
"Include": [ "items/content.json", "recipes/content.json" ]
}Note: File paths will always be relative to the directory the current content file is located in. For example, in items/content.json, all paths will be relative to the "items" folder.
Work in progress