ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/phantom_connector.json
2024-03-04 22:52:17 +01:00

23 lines
353 B
JSON

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