Абсент и пиво
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
give @s mw_alko:absent
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
give @s mw_alko:absent
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10",
|
||||||
|
"minecraft:item": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "mw_alko:absent",
|
||||||
|
"category": "items"
|
||||||
|
},
|
||||||
|
"components": {
|
||||||
|
"minecraft:hand_equipped": false,
|
||||||
|
"minecraft:max_stack_size": 1,
|
||||||
|
"minecraft:foil": false,
|
||||||
|
"minecraft:stack_by_data": true,
|
||||||
|
"minecraft:food": {
|
||||||
|
"saturation_modifier": "low",
|
||||||
|
"nutrition": 4,
|
||||||
|
"can_always_eat": true,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"name": "nausea",
|
||||||
|
"chance": 1,
|
||||||
|
"duration": 300,
|
||||||
|
"amplifier": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "slowness",
|
||||||
|
"chance": 1,
|
||||||
|
"duration": 60,
|
||||||
|
"amplifier": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "strength",
|
||||||
|
"chance": 1,
|
||||||
|
"duration": 90,
|
||||||
|
"amplifier": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "poison",
|
||||||
|
"chance": 1,
|
||||||
|
"duration": 4,
|
||||||
|
"amplifier": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"remove_effects": [],
|
||||||
|
"using_converts_to": "mw_alko:bottle"
|
||||||
|
},
|
||||||
|
"minecraft:use_duration": 32
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.10",
|
||||||
|
"minecraft:item": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "mw_alko:beer",
|
||||||
|
"category": "items"
|
||||||
|
},
|
||||||
|
"components": {
|
||||||
|
"minecraft:hand_equipped": false,
|
||||||
|
"minecraft:max_stack_size": 1,
|
||||||
|
"minecraft:foil": false,
|
||||||
|
"minecraft:stack_by_data": true,
|
||||||
|
"minecraft:food": {
|
||||||
|
"saturation_modifier": "normal",
|
||||||
|
"nutrition": 4,
|
||||||
|
"can_always_eat": true,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"name": "nausea",
|
||||||
|
"chance": 1,
|
||||||
|
"duration": 80,
|
||||||
|
"amplifier": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "strength",
|
||||||
|
"chance": 1,
|
||||||
|
"duration": 20,
|
||||||
|
"amplifier": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"remove_effects": [],
|
||||||
|
"using_converts_to": "mw_alko:beer"
|
||||||
|
},
|
||||||
|
"minecraft:use_duration": 32
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_brewing_mix": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "mw_alko:absent"
|
||||||
|
},
|
||||||
|
|
||||||
|
"tags": [ "brewing_stand" ],
|
||||||
|
|
||||||
|
"input": "mw_alko:alcohol",
|
||||||
|
"reagent": "minecraft:grass",
|
||||||
|
"output": "mw_alko:absent"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_brewing_mix": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "mw_alko:beer"
|
||||||
|
},
|
||||||
|
|
||||||
|
"tags": [ "brewing_stand" ],
|
||||||
|
|
||||||
|
"input": "mw_alko:bottle_water",
|
||||||
|
"reagent": "minecraft:wheat",
|
||||||
|
"output": "mw_alko:beer"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user