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

26 lines
449 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "minecraft:iron_bars"
},
"H": {
"item": "minecraft:wither_skeleton_skull"
},
"I": {
"item": "minecraft:iron_helmet"
},
"R": {
"item": "actuallyadditions:empowered_restonia_crystal"
}
},
"pattern": [
"A A",
"AIA",
"RHR"
],
"result": {
"item": "actuallyadditions:player_probe"
}
}