Skip to main content

Step 1: Set up an empty datapack

  1. Set up a folder structure as required by minecraft: https://minecraft.wiki/w/Data_pack#Folder_structure.

    1. You do not need to create all the subfolders of the data folder, you can keep data empty in the first step.
  2. 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)

  3. In your namespace folder, create a folder /modonomicon/.

  4. In the /modonomicon/ folder, create a folder /books/ and /multiblocks/:

    info

    If you do not plan on having any multiblocks or multiblock pages, you can skip the /multiblocks/ folder.