mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-03 04:16:43 +01:00
18 lines
290 B
JSON
18 lines
290 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shapeless",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:book",
|
||
|
"data": 0
|
||
|
},
|
||
|
{
|
||
|
"item": "unicopia:gem",
|
||
|
"data": 0
|
||
|
}
|
||
|
],
|
||
|
"result": {
|
||
|
"item": "unicopia:spellbook",
|
||
|
"count": 1,
|
||
|
"data": 0
|
||
|
}
|
||
|
}
|