Files
IMoO/behavior_pack/recipes/mw_alko_bottle_water.json
T
2022-01-29 17:06:06 +03:00

27 lines
433 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "mw_alko:bottle_water"
},
"tags": [
"crafting_table"
],
"pattern": [
" ",
" B ",
" "
],
"key": {
"A": {
"item": "minecraft:bucket"
},
"B": {
"item": "mw_alko:bottle"
}
},
"result": {
"item": "mw_alko:bottle_water"
}
}
}