Difference between revisions of "ModTweaker:Extended Crafting Support"

From MineTweaker 3
Jump to: navigation, search
(Created page with "== Handlers Supported == The following handlers are supported: * Extended Workbench Each of these handlers can have recipes added or removed: Parameters marked as <span s...")
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
 
  mods.extendedworkbench.addShaped(<minecraft:nether_star>, [[<minecraft:skull:1>, <minecraft:skull:1>, <minecraft:skull:1>],
 
  mods.extendedworkbench.addShaped(<minecraft:nether_star>, [[<minecraft:skull:1>, <minecraft:skull:1>, <minecraft:skull:1>],
 
                                                             [<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>],
 
                                                             [<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>],
    [null, <minecraft:soul_sand>, null],
+
                                                            [null, <minecraft:soul_sand>, null],
    [<minecraft:diamond_sword>, <minecraft:bow>, <minecraft:golden_apple:1>],
+
                                                            [<minecraft:diamond_sword>, <minecraft:bow>, <minecraft:golden_apple:1>],
    [<minecraft:potion:8233>, <minecraft:arrow>, <minecraft:potion:8229>],
+
                                                            [<minecraft:potion:8233>, <minecraft:arrow>, <minecraft:potion:8229>],
 
                                                             [null, <minecraft:potion:8226>, null]]);
 
                                                             [null, <minecraft:potion:8226>, null]]);
 
  //OutputStack, InputArray
 
  //OutputStack, InputArray
 
  mods.extendedworkbench.addShapeless(<minecraft:command_block>, [<minecraft:diamond_block>, <minecraft:emerald_block>, <minecraft:dye:0>,
 
  mods.extendedworkbench.addShapeless(<minecraft:command_block>, [<minecraft:diamond_block>, <minecraft:emerald_block>, <minecraft:dye:0>,
 
                                                                 <minecraft:dye:1>, <minecraft:dye:2>, <minecraft:dye:3>,
 
                                                                 <minecraft:dye:1>, <minecraft:dye:2>, <minecraft:dye:3>,
    <minecraft:dye:4>, <minecraft:dye:5>, <minecraft:dye:6>,
+
                                                                <minecraft:dye:4>, <minecraft:dye:5>, <minecraft:dye:6>,
    <minecraft:dye:7>, <minecraft:dye:8>, <minecraft:dye:9>,
+
                                                                <minecraft:dye:7>, <minecraft:dye:8>, <minecraft:dye:9>,
    <minecraft:dye:10>, <minecraft:dye:11>, <minecraft:dye:12>,
+
                                                                <minecraft:dye:10>, <minecraft:dye:11>, <minecraft:dye:12>,
 
                                                                 <minecraft:dye:13>, <minecraft:dye:14>, <minecraft:dye:15>]);
 
                                                                 <minecraft:dye:13>, <minecraft:dye:14>, <minecraft:dye:15>]);
 
  //OutputStack
 
  //OutputStack
 
  mods.extendedworkbench.removeRecipe(<extendedWorkbench:flintAndSteel>);
 
  mods.extendedworkbench.removeRecipe(<extendedWorkbench:flintAndSteel>);
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Latest revision as of 14:36, 12 September 2023

Handlers Supported

The following handlers are supported:

  • Extended Workbench

Each of these handlers can have recipes added or removed:

Parameters marked as red are optional and can be left out

//Extended Workbench
//OutputStack, InputArray
mods.extendedworkbench.addShaped(<minecraft:nether_star>, [[<minecraft:skull:1>, <minecraft:skull:1>, <minecraft:skull:1>],
                                                           [<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>],
                                                           [null, <minecraft:soul_sand>, null],
                                                           [<minecraft:diamond_sword>, <minecraft:bow>, <minecraft:golden_apple:1>],
                                                           [<minecraft:potion:8233>, <minecraft:arrow>, <minecraft:potion:8229>],
                                                           [null, <minecraft:potion:8226>, null]]);
//OutputStack, InputArray
mods.extendedworkbench.addShapeless(<minecraft:command_block>, [<minecraft:diamond_block>, <minecraft:emerald_block>, <minecraft:dye:0>,
                                                                <minecraft:dye:1>, <minecraft:dye:2>, <minecraft:dye:3>,
                                                                <minecraft:dye:4>, <minecraft:dye:5>, <minecraft:dye:6>,
                                                                <minecraft:dye:7>, <minecraft:dye:8>, <minecraft:dye:9>,
                                                                <minecraft:dye:10>, <minecraft:dye:11>, <minecraft:dye:12>,
                                                                <minecraft:dye:13>, <minecraft:dye:14>, <minecraft:dye:15>]);
//OutputStack
mods.extendedworkbench.removeRecipe(<extendedWorkbench:flintAndSteel>);



ModTweaker Supported Mods

Applied Energistics 2 | Aura Cascade | Botania | Chisel 2 | Ex Nihilo | Extra Utilities | Factorization | Flaxbeard's Steam Power Support | Forestry | Mariculture | Mekanism | Metallurgy 4 | PneumaticCraft | Railcraft | Thaumcraft 4 | Thermal Expansion | Tinker's Construct