Добавлены спирт + водка
@@ -0,0 +1 @@
|
||||
give @s mw_alko:vodka
|
||||
@@ -19,13 +19,13 @@
|
||||
"name": "nausea",
|
||||
"chance": 1,
|
||||
"duration": 120,
|
||||
"amplifier": 1
|
||||
"amplifier": 2
|
||||
},
|
||||
{
|
||||
"name": "slowness",
|
||||
"chance": 1,
|
||||
"duration": 30,
|
||||
"amplifier": 1
|
||||
"amplifier": 2
|
||||
}
|
||||
],
|
||||
"remove_effects": [],
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:vodka",
|
||||
"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": 100,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "slowness",
|
||||
"chance": 1,
|
||||
"duration": 20,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "strength",
|
||||
"chance": 1,
|
||||
"duration": 30,
|
||||
"amplifier": 1
|
||||
}
|
||||
],
|
||||
"remove_effects": [],
|
||||
"using_converts_to": "mw_alko:bottle"
|
||||
},
|
||||
"minecraft:use_duration": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
2
|
||||
3
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
2
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
2
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:vodka"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "mw_alko:alcohol",
|
||||
"reagent": "minecraft:coal",
|
||||
"output": "mw_alko:vodka"
|
||||
}
|
||||
}
|
||||
@@ -2,11 +2,11 @@
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:alcohol",
|
||||
"identifier": "mw_alko:vodka",
|
||||
"category": "Nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:alcohol",
|
||||
"minecraft:icon": "mw_alko:vodka",
|
||||
"minecraft:use_animation": "drink",
|
||||
"minecraft:render_offsets": "apple"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:alcohol",
|
||||
"category": "Nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:alcohol",
|
||||
"minecraft:use_animation": "drink",
|
||||
"minecraft:render_offsets": "apple"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
2
|
||||
3
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
2
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
2
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
item.mw_alko:bottle.name=Бутылка
|
||||
item.mw_alko:bottle_water.name=Бутылка с водой
|
||||
item.mw_alko:alcohol.name=Спирт
|
||||
item.mw_alko:vodka.name=Водка
|
||||
## Comments can be added anywhere on a valid line by starting with '##'
|
||||
##
|
||||
## Note, trailing spaces will NOT be trimmed. If you want room between the end of the string and the start of a
|
||||
|
||||
@@ -79,6 +79,10 @@
|
||||
},
|
||||
"mw_alko:bottle": {
|
||||
"textures": "textures/items/pamobile/mw_alko_bottle"
|
||||
},
|
||||
"mw_alko:vodka": {
|
||||
"textures": "textures/items/pamobile/mw_alko_vodka"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 195 B |
|
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 230 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 223 B |
|
After Width: | Height: | Size: 200 B |