Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 149
    • Issues 149
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Items
  • Items

Items · Changes

Page history
updated food and consumable authored Mar 06, 2025 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 2 deletions
+4 -2
  • Items/Items.md Items/Items.md +4 -2
  • No files found.
Items/Items.md
View page @ 11f0a202
...@@ -333,7 +333,8 @@ SomeBook: ...@@ -333,7 +333,8 @@ SomeBook:
``` ```
#### Consumable #### Consumable
Allows item to be eaten. Includes customisable animations and sounds. Allows item to be eaten. Includes customizable animations and sounds.
Used to handle the [consumable component](https://minecraft.wiki/w/Data_component_format/consumable) of an item.
```yaml ```yaml
Options: Options:
Consumable: Consumable:
...@@ -344,6 +345,8 @@ Allows item to be eaten. Includes customisable animations and sounds. ...@@ -344,6 +345,8 @@ Allows item to be eaten. Includes customisable animations and sounds.
``` ```
#### Food #### Food
Used to handle the [food component](https://minecraft.wiki/w/Data_component_format/food) of an item.
Required [Consumable](/Items/Items#consumable) to be set in order to work
```yaml ```yaml
NetheritePops: NetheritePops:
Material: NETHERITE_SCRAP Material: NETHERITE_SCRAP
...@@ -351,7 +354,6 @@ NetheritePops: ...@@ -351,7 +354,6 @@ NetheritePops:
Food: Food:
Nutrition: 2 Nutrition: 2
Saturation: 2 Saturation: 2
EatSeconds: 2
CanAlwaysEat: true CanAlwaysEat: true
``` ```
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine

Skills
  • Mechanics
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Item Matcher
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques