ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/booklet.json

15 lines
253 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shapeless",
2024-03-03 01:20:53 +01:00
"category": "misc",
2021-11-21 22:38:48 +01:00
"ingredients": [
{
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:canola_seeds"
2021-11-21 22:38:48 +01:00
},
{
"item": "minecraft:paper"
}
],
"result": {
"item": "actuallyadditions:booklet"
}
}