Skip to content
Da-Technomancer edited this page Aug 30, 2020 · 2 revisions

Detailed Crafter (path specific) recipes are defined by JSON, and can be added/changed/removed by data packs.

The JSON specification is below. Anything preceded by // is a comment, and should not be in an actual JSON.

{
    "type": "crossroads:detailed_crafter",
    "path": <string path id>//The path required to craft this recipe. Valid values are "alchemy", "technomancy", and "witchcraft".
    //The rest is done as with a normal vanilla crafting table recipe. Shaped recipes only- shapeless recipes can not be specified. (see https://minecraft.gamepedia.com/Recipe for more information)
}
Clone this wiki locally