-
Notifications
You must be signed in to change notification settings - Fork 0
Cover Color
Mowmaster edited this page Nov 23, 2022
·
1 revision

- 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
}
}
}