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
Da-Technomancer edited this page Aug 30, 2020
·
1 revision
Stamp Mill 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:stamp_mill",
"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
}
}