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

16 lines
246 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"OOO",
"O O",
"O O"
],
"key": {
"O": {
"item": "actuallyadditions:emeradic_crystal"
}
},
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:emeradic_leggings"
2021-11-21 22:38:48 +01:00
}
}