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

Ore Cleanser 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:ore_cleanser",
    "ingredient": <item ingredient>,//Input item
    "output": {
        "item": <string item ID>,//Registry name of the produced item
        "count": <integer>,//Optional, default 1. Number of items produced
        "nbt": <nbt tag>//Optional, default empty. NBT on produced item
    }
}
Clone this wiki locally