NaturesAura/src/main/resources/data/naturesaura/recipes/bottle_two_the_rebottling.json

14 lines
277 B
JSON
Raw Normal View History

2018-11-20 10:54:38 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shapeless",
2018-11-20 10:54:38 +01:00
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
2020-01-22 20:31:09 +01:00
"tag": "minecraft:planks"
2018-11-20 10:54:38 +01:00
}
],
"result": {
"item": "naturesaura:bottle_two_the_rebottling"
}
}