Новая еда и некоторые изменения

This commit is contained in:
Hell13Cat
2022-01-29 22:01:03 +03:00
parent 942c079297
commit 1014596bed
36 changed files with 83 additions and 788 deletions
@@ -1,3 +0,0 @@
give @s mw_alko:bottle_water
give @s mw_alko:alcohol
give @s mw_alko:bottle
@@ -1,2 +0,0 @@
clear @s mw_alko:bottle 0 1
give @s mw_alko:bottle_water 1 0
@@ -1 +0,0 @@
execute @p ~~~ detect ~~~ minecraft:water 0 function flaskTransform
@@ -1 +0,0 @@
give @s mw_alko:absent
@@ -1 +0,0 @@
give @s mw_alko:alcohol
@@ -1 +0,0 @@
give @s mw_alko:beer
@@ -1 +0,0 @@
give @s mw_alko:bottle
@@ -1 +0,0 @@
give @s mw_alko:bottle_water
@@ -1 +0,0 @@
give @s mw_alko:vine
@@ -1 +0,0 @@
give @s mw_alko:vodka
-3
View File
@@ -1,3 +0,0 @@
{
"values": []
}
-26
View File
@@ -22,32 +22,6 @@
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"effects": [
{
"name": "nausea",
"chance": 1,
"duration": 300,
"amplifier": 2
},
{
"name": "slowness",
"chance": 1,
"duration": 60,
"amplifier": 1
},
{
"name": "strength",
"chance": 1,
"duration": 90,
"amplifier": 1
},
{
"name": "poison",
"chance": 1,
"duration": 4,
"amplifier": 0
}
],
"on_consume": {
"event": "mw_alko:effect"
},
+29
View File
@@ -0,0 +1,29 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:pieapple",
"category": "Nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 4
},
"minecraft:display_name": {
"value": "Яблочный пирог"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"remove_effects": []
},
"minecraft:use_duration": 3
}
}
}
+11 -16
View File
@@ -1,25 +1,20 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_alko:bottle_water"
"identifier": "mw_alko:bottle_water"
},
"tags": [
"crafting_table"
],
"pattern": [
" ",
" B ",
" "
],
"key": {
"A": {
"item": "minecraft:bucket"
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "mw_alko:bottle"
},
"B": {
"item": "mw_alko:bottle"
{
"item": "minecraft:potion",
"data": 0
}
},
],
"result": {
"item": "mw_alko:bottle_water"
}
@@ -0,0 +1,30 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"tags": [
"crafting_table"
],
"pattern": [
"###",
"AAA",
" S "
],
"key": {
"#": {
"item": "minecraft:wheat"
},
"A": {
"item": "minecraft:apple"
},
"S": {
"item": "minecraft:sugar"
}
},
"result": {
"item": "mw_food:pieapple"
},
"description": {
"identifier": "mw_food:pieapple"
}
}
}