Step 2: Copy demo content into your datapack
-
In your file explorer go to the folder you extracted and then into
<extracted_folder>\neo\src\generated\resources\data\modonomicon\modonomicon\books\
. -
Copy the
demo
folder (or if you want to make a leaflet, thedemo_leaflet
folder) and paste it in your datapack's/modonomicon/books/
folder. -
In your file explorer go to the folder you extracted and then into
<extracted_folder>\neo\src\generated\resources\data\modonomicon\modonomicon\multiblocks\
. -
Copy all
.json
files and paste them in your datapack's/modonomicon/multiblocks/
folder.infoIf you do not plan on having any multiblocks or multiblock pages, you can skip copying the contents of the
/multiblocks/
folder. -
If you did not set up multiblocks, go into your datapack folder
<your datapack>/data/<your namespace>/modonomicon/books/demo/entries/features/
and delete themultiblock.json
file.infoIf you do not delete that file, this multiblock entry will look for the multiblocks in the
/multiblocks/
folder and will throw an error if it does not find them.