-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathae2stuff.zs
More file actions
33 lines (27 loc) · 2.07 KB
/
Copy pathae2stuff.zs
File metadata and controls
33 lines (27 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// File generated by MineTweakerRecipeMaker
// READ THIS HEADER BEFORE EDITING ANYTHING
// ================================================================================
// This file is read and changed by the mod.
// If you remove/edit any of the markers, IT WILL STOP WORKING!
// If you want to make manual edits, make a backup of this file!
// Markers look like this: "//#MARKER something"
// They indicate where calls should be placed, so that MineTweaker does them in the correct order.
// Removes come first, then stuff is added.
// ================================================================================
//
// ================================================================================
//#MARKER REMOVE
recipes.remove(<ae2stuff:Grower>);
recipes.remove(<ae2stuff:Encoder>);
// ================================================================================
//#MARKER REMOVE SHAPELESS
// ================================================================================
//#MARKER REMOVE SHAPED
// ================================================================================
//#MARKER ADD
// ================================================================================
//#MARKER ADD SHAPELESS
// ================================================================================
//#MARKER ADD SHAPED
recipes.addShaped(<ae2stuff:Grower>, [[<appliedenergistics2:tile.BlockQuartzGrowthAccelerator>, <ore:blockHopper>, <appliedenergistics2:tile.BlockQuartzGrowthAccelerator>], [<appliedenergistics2:tile.BlockQuartzGrowthAccelerator>, <ore:chestWood>, <appliedenergistics2:tile.BlockQuartzGrowthAccelerator>], [<appliedenergistics2:tile.BlockQuartzGrowthAccelerator>, <appliedenergistics2:item.ItemMultiPart:56>, <appliedenergistics2:tile.BlockQuartzGrowthAccelerator>]]);
recipes.addShaped(<ae2stuff:Encoder>, [[<ore:ingotIron>, <appliedenergistics2:item.ItemMultiPart:340>, <ore:ingotIron>], [<ore:ingotIron>, <appliedenergistics2:item.ItemMultiMaterial:23>, <ore:ingotIron>], [<minecraft:iron_ingot>, <ore:crystalFluix>, <ore:ingotIron>]]);