Refined Storage Support 1.11.2
Link to refined-storage-support-1112
Handlers Supported
Link to handlers-supported
The following handlers are supported:
- Solderer Each of these handlers can have recipes added or removed:
ZenScript Copy//Solderer
//OutputStack, Time in Ticks, InputArray
mods.refinedstorage.Solderer.addRecipe(<minecraft:diamond>, 5
[[<minecraft:coal>, null, <minecraft:coal>],
[<minecraft:coal>, <minecraft:coal>, <minecraft:coal>],
[<minecraft:obsidian>, <minecraft:obsidian>, <minecraft:obsidian>]]);
//OutputStack
mods.refinedstorage.Solderer.removeRecipe(<minecraft:iron_ingot>);