ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/phantom_connector.json
2022-12-30 16:37:16 -06:00

22 lines
331 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"YE",
"EY",
"S "
],
"key": {
"Y": {
"item": "minecraft:ender_eye"
},
"E": {
"tag": "forge:ender_pearls"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "actuallyadditions:phantom_connector"
}
}