-
Notifications
You must be signed in to change notification settings - Fork 5
Modder & Modpack Creators
JDDev0 edited this page Apr 28, 2024
·
37 revisions
If you are creating mods and want to interact with Energized Power, this page is for you!
Everything including recipes, the energized power book, and other values (energy transfer rates, capacity, consumption and production rates/multipliers, recipe duration, or recipe duration multiplier) can be configured.
- All configuration files are located in the
energizedpower
directory inside theconfig
directory of the game instance.
Due to the massive changes in Vanilla 1.20.5, recipe and other datapack files have a different set of fields since MC 1.20.5:
- See Recipes and Data (MC 1.20.4 and older) for MC versions 1.20.4 and older
- See Recipes and Data (MC 1.20.5 and newer) for MC versions 1.20.5 and newer
Folder: assets/<name>/book_pages/chapters/<####_chapter_id>/<####_sub_chapter_id>/.../<####_page_id>.json
-
####
: Number for sorting chapters and pages (Last digit should be 0 to allow for insertion of up to 9 chapters/pages between 2 chapters/pages)
[WIP]