-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMineTweakerRecipeMaker.zs
41 lines (34 loc) · 3.15 KB
/
MineTweakerRecipeMaker.zs
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
33
34
35
36
37
38
39
40
// 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
// ================================================================================
//#MARKER REMOVE SHAPELESS
// ================================================================================
//#MARKER REMOVE SHAPED
recipes.removeShaped(<minecraft:map>, [[<ore:paper>, <ore:paper>, <minecraft:paper>], [<ore:paper>, <mist:map_down>, <minecraft:paper>], [<minecraft:paper>, <ore:paper>, <minecraft:paper>]]);
recipes.removeShaped(<minecraft:map>, [[<ore:paper>, <ore:paper>, <minecraft:paper>], [<ore:paper>, <mist:map_up>, <minecraft:paper>], [<minecraft:paper>, <ore:paper>, <minecraft:paper>]]);
recipes.removeShaped(<minecraft:map>, [[<ore:paper>, <ore:paper>, <atum:scroll>], [<ore:paper>, <minecraft:compass>, <atum:scroll>], [<atum:scroll>, <ore:paper>, <atum:scroll>]]);
recipes.removeShaped(<minecraft:map>, [[<ore:paper>, <ore:paper>, <minecraft:paper>], [<ore:paper>, <minecraft:compass>, <minecraft:paper>], [<minecraft:paper>, <ore:paper>, <minecraft:paper>]]);
recipes.removeShaped(<atum:scarab>, [[<ore:ingotGold>, <atum:crunchy_scarab>, <ore:ingotGold>], [null, <minecraft:gold_ingot>, null]]);
recipes.removeShaped(<atum:scarab>, [[<ore:ingotGold>, <minecraft:diamond>, <ore:ingotGold>], [null, <minecraft:gold_ingot>, null]]);
recipes.removeShaped(<atum:scarab>, [[<atum:crunchy_golden_scarab>]]);
recipes.removeShaped(<mekanism:ingot:3>, [[<mekanism:nugget:3>, <mekanism:nugget:3>, <mekanism:nugget:3>], [<mekanism:nugget:3>, <mekanism:nugget:3>, <mekanism:nugget:3>], [<mekanism:nugget:3>, <mekanism:nugget:3>, <mekanism:nugget:3>]]);
recipes.removeShaped(<mekanism:ingot:3> * 9, [[<mekanism:basicblock:4>]]);
recipes.removeShaped(<mekanism:basicblock:4>, [[<ore:ingotRefinedGlowstone>, <ore:ingotRefinedGlowstone>, <mekanism:ingot:3>], [<ore:ingotRefinedGlowstone>, <mekanism:ingot:3>, <mekanism:ingot:3>], [<ore:ingotRefinedGlowstone>, <ore:ingotRefinedGlowstone>, <mekanism:ingot:3>]]);
// ================================================================================
//#MARKER ADD
// ================================================================================
//#MARKER ADD SHAPELESS
// ================================================================================
//#MARKER ADD SHAPED
recipes.addShaped(<minecraft:map>, [[null, <naturescompass:naturescompass>, null], [<naturescompass:naturescompass>, <minecraft:compass>, <naturescompass:naturescompass>], [null, <naturescompass:naturescompass>, null]]);