Skip to content

Cover Color

Mowmaster edited this page Nov 23, 2022 · 1 revision

This Effects the Color of the 'Books' Cover

image

  • Requires an Integer Value for the color.
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:book"
    },
    {
      "tag": "forge:dyes/white"
    }
  ],
  "result": {
    "item": "focusedbooks:focusbook",
    "type": "forge:nbt",
    "nbt": {
      "focusedbooks_covercolor": 16777215
    }
  }
}

Clone this wiki locally