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

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
+2 -2
View File
@@ -7,7 +7,7 @@
},
"components": {
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:stack_by_data": true,
"minecraft:food": {
@@ -18,7 +18,7 @@
{
"name": "nausea",
"chance": 1,
"duration": 30,
"duration": 120,
"amplifier": 1
},
{
@@ -7,7 +7,7 @@
},
"components": {
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:max_stack_size": 32,
"minecraft:foil": false,
"minecraft:stack_by_data": true,
"minecraft:food": {
+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"
}
}