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

- Requires an Integer Value for the variant.
Since variants are defined in the model json, these can be modified by the dev. At which point the dev can define any number of custom varients and then use those by supplying the correct associating value.
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:book"
},
{
"tag": "forge:dyes/white"
}
],
"result": {
"item": "focusedbooks:focusbook",
"type": "forge:nbt",
"nbt": {
"focusedbooks_bookcovervariant": 0
}
}
}These are the supplied default variants
- 0 - default
- 1 - anchor
- 2 - animal
- 3 - armor
- 4 - bow
- 5 - breakable
- 6 - chest
- 7 - crossbow
- 8 - digger
- 9 - feet
- 10 - fish
- 11 - gun
- 12 - hammer
- 13 - helm
- 14 - hoe
- 15 - knife
- 16 - legs
- 17 - pedestal
- 18 - trident
- 19 - weapon
- 20 - wearable