Step 1: Set up an empty datapack
-
Set up a folder structure as required by minecraft: https://minecraft.wiki/w/Data_pack#Folder_structure.
- You do not need to create all the subfolders of the
data
folder, you can keepdata
empty in the first step.
- You do not need to create all the subfolders of the
-
Now create a folder for your namespace. Usually your namespace is your mod id or modpack id (e.g. the modpack name in all lowercase with no spaces) (See also https://minecraft.wiki/w/Resource_location#Namespaces)
-
In your namespace folder, create a folder
/modonomicon/
. -
In the
/modonomicon/
folder, create a folder/books/
and/multiblocks/
:infoIf you do not plan on having any multiblocks or multiblock pages, you can skip the
/multiblocks/
folder.