2022-02-24 14:04:07 -08:00

26 lines
452 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"ZZZ",
"XRX",
"WXW"
],
"key": {
"X": {
"item": "minecraft:glass_bottle"
},
"R": {
"item": "minecraft:slime_block"
},
"W": {
"item": "minecraft:purple_dye"
},
"Z": {
"item": "minecraft:purple_concrete"
}
},
"result": {
"item": "shitmod:lean",
"count": 6
}
}