Основа для спирта
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user