Unicopia/src/main/resources/assets/unicopia/recipes/water_bucket.json

18 lines
282 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"***",
"***",
" # "
],
"key": {
"#": [
2019-02-01 15:23:49 +02:00
{ "item": "minecraft:bucket" }
],
"*": [
2019-02-01 15:23:49 +02:00
{ "item": "unicopia:dew_drop" }
]
},
2019-02-01 15:23:49 +02:00
"result": { "item": "minecraft:water_bucket", "count": 1 }
}