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

25 lines
427 B
JSON
Raw Normal View History

2022-12-30 23:37:16 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"A A",
"AIA",
"RHR"
],
"key": {
"A": {
"item": "minecraft:iron_bars"
},
"R": {
"item": "actuallyadditions:empowered_restonia_crystal"
},
"H": {
"item": "minecraft:wither_skeleton_skull"
},
"I": {
"item": "minecraft:iron_helmet"
}
},
"result": {
"item": "actuallyadditions:player_probe"
}
}