Unicopia/src/main/resources/assets/unicopia/recipes/water_bucket.json
2019-02-01 15:23:49 +02:00

17 lines
282 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"***",
"***",
" # "
],
"key": {
"#": [
{ "item": "minecraft:bucket" }
],
"*": [
{ "item": "unicopia:dew_drop" }
]
},
"result": { "item": "minecraft:water_bucket", "count": 1 }
}