feat: init
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"format_version": "1.21.90",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "we:dried_fish",
|
||||
"menu_category": {
|
||||
"category": "nature"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"minecraft:max_stack_size": 16,
|
||||
"minecraft:display_name": {
|
||||
"value": "item.we:dried_fish.name"
|
||||
},
|
||||
"minecraft:food": {
|
||||
"nutrition": 3,
|
||||
"saturation_modifier": 2,
|
||||
"can_always_eat": false
|
||||
},
|
||||
"minecraft:use_modifiers": {
|
||||
"use_duration": 1,
|
||||
"movement_modifier": 0.5
|
||||
},
|
||||
"minecraft:use_animation": {
|
||||
"value": "eat"
|
||||
},
|
||||
"minecraft:icon": {
|
||||
"textures": {
|
||||
"default": "we:dried_fish"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user