You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}