Minestuck integration for KubeJS. This mod allows you to add and edit custom recipes with Minestuck recipe types, as well as define custom Grist types. All supported recipe types and examples are below.
Supported recipe types:
- Combination (punch catd alchemy)
- Grist Costs
- Irradiation (same syntax as smelting)
Examples:
event.recipes.minestuck.combination(output, input1, mode, input2)
output and inputs are all items, mode is a string which is either "and" or "or"
event.recipes.minestuck.grist_cost(item, grist)
grist is a name followed by an amount (this can be repeated for multiple types of grist)
use onEvent('minestuck.grist.registry')
in the same way as making custom items
event.create('name').rarity(num).value(num)
.notUnderlingType()
and .candy(item)
are optional