BetterStorage
Handlers Supported
The following handlers are supported:
- Crafting Station
Each of these handlers can have recipes added or removed:
```
//Crafting Station
//OutputArray, ExperienceLevels, InputArray ( = Optional)
mods.betterstorage.CraftingStation.addShapeless([, , * 4], 15,
[.withTag({Material: "gold"})]);
//OutputArray, ExperienceLevels*, InputArray (* = Optional)
mods.betterstorage.CraftingStation.addShaped([], 5,
[[, null, ],
[, , ],
[, , ]]);
```