Очистка
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:alcohol",
|
||||
"category": "items"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"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": 30,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "slowness",
|
||||
"chance": 1,
|
||||
"duration": 30,
|
||||
"amplifier": 1
|
||||
}
|
||||
],
|
||||
"remove_effects": [],
|
||||
"using_converts_to": "mw_alko:bottle"
|
||||
},
|
||||
"minecraft:use_duration": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.16.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:bottle",
|
||||
"category": "items"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:stack_by_data": true,
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_alko:bottle"
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Бутылка"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:bottle_water",
|
||||
"category": "items"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:stack_by_data": true,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "normal",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": true,
|
||||
"effects": [],
|
||||
"remove_effects": [],
|
||||
"using_converts_to": "mw_alko:bottle"
|
||||
},
|
||||
"minecraft:use_duration": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user