Mods:BetterStorage

From MineTweaker3 Wiki
Revision as of 16:20, 6 February 2015 by Yulife (Talk)

Jump to: navigation, search

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([<minecraft:gold_block>, <minecraft:chest>, <minecraft:gold_ingot> * 4], 15, 
[<betterstorage:reinforcedChest>.withTag({Material: "gold"})]);
//OutputArray, ExperienceLevels*, InputArray (* = Optional)
mods.betterstorage.CraftingStation.addShaped([<minecraft:chainmail_chestplate>], 5,
[[<minecraft:iron_ingot>, null, <minecraft:iron_ingot>],
 [<minecraft:string>, <minecraft:iron_ingot>, <minecraft:string>],
 [<minecraft:iron_ingot>, <minecraft:string>, <minecraft:iron_ingot>]]);