Files
Wizardry/src/main/resources/assets/ebwizardry/recipes/magic_silk.json
T
2018-03-16 18:07:37 +01:00

20 lines
352 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" x ",
"xyx",
" x "
],
"key": {
"x": {
"item": "minecraft:string"
},
"y": {
"item": "ebwizardry:magic_crystal"
}
},
"result": {
"item": "ebwizardry:magic_silk",
"amount": 2
}
}