Added recipes for water_bottle and water_bucket using dew drops

This commit is contained in:
Sollace 2019-02-01 14:25:09 +02:00
parent d433c8a30c
commit bd10e3ad78
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"***",
" * ",
" # "
],
"key": {
"#": [
{
"item": "minecraft:glass_bottle"
}
],
"*": [
{
"item": "unicopia:dew_drop"
}
]
},
"result": {
"item": "minecraft:potion",
"data": 0,
"count": 1,
"nbt": { "Potion": "minecraft:water" }
}
}

View file

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