-
Notifications
You must be signed in to change notification settings - Fork 0
Simulated Enchanted Item
Mowmaster edited this page Nov 23, 2022
·
1 revision
- Requires a Resource Location String. Same string name as if you were to do the command
/give Dev minecraft:trident 1 - This Defaults to
minecraft:book
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:book"
},
{
"tag": "forge:dyes/white"
}
],
"result": {
"item": "focusedbooks:focusbook",
"type": "forge:nbt",
"nbt": {
"focusedbooks_simstack": "minecraft:trident"
}
}
}