Skip to content

DietEntry

seelderr edited this page Jan 4, 2025 · 2 revisions

Description

A DietEntry is list of items that are edible for a dragon. There is also an option to replace the normal food properties of the item for that dragon.

Parents

This object is used by the following objects:

  1. DragonSpecies

Schema

{
    "items": [Items]                 // [Mandatory] || The items to replace the FoodProperties of.
    "properties": [FoodProperties]   // [Optional]  || The new food properties for those items.
}
Datapack Documentation
Clone this wiki locally