Skip to content

Embryo Lab (Entity Morphing)

Max M edited this page Sep 19, 2021 · 1 revision

The ability for the mob type in the Embryo Lab to be changed by specific items is defined by JSON, and morphs can be added/removed/changed by data packs. There is no JEI integration for this feature.

The JSON format (anything preceded by // is a comment and should not be in a real JSON):

{
    "type": "crossroads:embryo_lab_morph",
    "active": <boolean>//Optional, default true. If false, disables this recipe
    "input": <item ingredient>,//Valid inputs
    "input_mob": <string mob registry name, ex. minecraft:pig>,//Input mob type
    "output_mob": <string mob registry name, ex. minecraft:pig>//Output mob type
}
Clone this wiki locally