2022-02-23 18:35:49 -06:00

20 lines
331 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"WRW",
"WRW"
],
"key": {
"R": {
"item": "minecraft:gold_block"
},
"W": {
"item": "minecraft:diamond_block"
}
},
"result": {
"item": "shitmod:fabric_block",
"count": 4
}
}