Consumable
Last updated
info:
namespace: my_items
items:
my_food:
enabled: true
display_name: My Food
resource:
material: COOKED_PORKCHOP
generate: true
textures:
- item/my_food
events:
eat:
feed:
amount: 7
saturation: 4info:
namespace: my_items
items:
my_drink:
enabled: true
display_name: My Drink
resource:
material: POTION
generate: true
textures:
- item/my_drink
specific_properties:
potion:
type: WATER
color: WHITE
item_flags:
- HIDE_POTION_EFFECTS
events:
drink:
feed:
amount: 1
saturation: 0