Новая еда и некоторые изменения
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user