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

21 lines
378 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"IGI"
],
"key": {
"R": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:empowered_restonia_crystal"
2021-11-21 22:38:48 +01:00
},
"I": {
"item": "minecraft:iron_bars"
},
"G": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:engineers_goggles"
2021-11-21 22:38:48 +01:00
}
},
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:engineers_goggles_advanced"
2021-11-21 22:38:48 +01:00
}
}