Основа для спирта

This commit is contained in:
Hell13Cat
2022-01-25 19:20:03 +03:00
parent 91fa040dea
commit 0d709c39b2
3 changed files with 11 additions and 26 deletions
+8 -23
View File
@@ -1,29 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"minecraft:recipe_brewing_mix": {
"description": {
"identifier": "alcohol_ed4657af"
"identifier": "mw_alko:alcohol"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"B"
],
"key": {
"A": {
"item": "mw_alko:bottle_water",
"data": 0
},
"B": {
"item": "minecraft:sugar",
"data": 0
}
},
"result": {
"item": "mw_alko:alcohol",
"count": 1
}
"tags": [ "brewing_stand" ],
"input": "mw_alko:bottle_water",
"reagent": "minecraft:sugar",
"output": "mw_alko:alcohol"
}
}