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

26 lines
450 B
JSON
Raw Normal View History

2022-12-30 01:02:38 +01:00
{
"type": "minecraft:crafting_shaped",
2024-03-03 01:20:53 +01:00
"category": "misc",
2022-12-30 01:02:38 +01:00
"key": {
2024-03-03 01:20:53 +01:00
"B": {
"item": "minecraft:lapis_lazuli"
2022-12-30 01:02:38 +01:00
},
"I": {
"item": "actuallyadditions:enori_crystal"
},
"O": {
"item": "actuallyadditions:ring"
2024-03-03 01:20:53 +01:00
},
"R": {
"item": "actuallyadditions:restonia_crystal"
2022-12-30 01:02:38 +01:00
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"RIB",
"IOI",
"BIR"
],
2022-12-30 01:02:38 +01:00
"result": {
"item": "actuallyadditions:ring_of_magnetizing"
2024-03-04 22:52:17 +01:00
}
2022-12-30 01:02:38 +01:00
}