Добавлены спирт + водка

This commit is contained in:
Hell13Cat
2022-01-25 19:46:24 +03:00
parent 0d709c39b2
commit bf8e1a45b3
14 changed files with 87 additions and 10 deletions
@@ -0,0 +1 @@
give @s mw_alko:vodka
+2 -2
View File
@@ -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": [],
+43
View File
@@ -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
}
}
}
+3 -3
View File
@@ -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
]
}
]
+14
View File
@@ -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 -2
View File
@@ -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"
}
+14
View File
@@ -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"
}
}
}
+3 -3
View File
@@ -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
View File
@@ -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
+4
View File
@@ -79,6 +79,10 @@
},
"mw_alko:bottle": {
"textures": "textures/items/pamobile/mw_alko_bottle"
},
"mw_alko:vodka": {
"textures": "textures/items/pamobile/mw_alko_vodka"
}
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B