superb-warfare/src/main/resources/data/superbwarfare/recipes/rpg_blueprint_crafting.json
2024-08-03 15:23:51 +08:00

24 lines
No EOL
378 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"aca",
"aaa"
],
"key": {
"a": {
"item": "minecraft:diamond"
},
"b": {
"item": "superbwarfare:rpg_blueprint"
},
"c": {
"item": "minecraft:lapis_lazuli"
}
},
"result": {
"item": "superbwarfare:rpg_blueprint",
"count": 2
}
}