40 lines
3.2 KiB
Plaintext
40 lines
3.2 KiB
Plaintext
// Entferne originale Upgrade-Rezepte
|
|
recipes.removeShaped(<JABBA:upgradeStructural:0>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:1>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:2>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:3>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:4>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:5>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:6>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:7>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:8>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:9>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:10>);
|
|
recipes.removeShaped(<JABBA:upgradeStructural:11>);
|
|
recipes.removeShaped(<JABBA:upgradeCore:0>);
|
|
|
|
// Einfachere Rezepte + Creative Storage
|
|
recipes.addShaped(<JABBA:upgradeStructural:0>, [[<ore:plankWood>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:1>, [[<ore:ingotCopper>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:2>, [[<ore:ingotIron>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:3>, [[<ore:ingotBronze>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:4>, [[<ore:ingotSilver>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:5>, [[<ore:ingotGold>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:6>, [[<ore:gemDiamond>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:7>, [[<ore:obsidian>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:8>, [[<ore:ingotDarkSteel>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:9>, [[<ore:ingotAlumite>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:10>, [[<ore:whiteStone>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
recipes.addShaped(<JABBA:upgradeStructural:11>, [[<ore:gemEmerald>, <ore:stickWood>], [<ore:stickWood>, <TConstruct:blankPattern>]]);
|
|
|
|
recipes.addShaped(<JABBA:upgradeCore:0>, [[<ore:stickWood>, <ore:stickWood>, <ore:stickWood>], [<ore:stickWood>, <JABBA:barrel>, <ore:stickWood>], [<ore:stickWood>, <ore:stickWood>, <ore:stickWood>]]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:4>, [<JABBA:upgradeCore:0>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:5>, [<JABBA:upgradeCore:4>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:6>, [<JABBA:upgradeCore:5>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:8>, [<JABBA:upgradeCore:6>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:9>, [<JABBA:upgradeCore:8>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:11>, [<JABBA:upgradeCore:9>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:12>, [<JABBA:upgradeCore:11>, <JABBA:upgradeCore:0>]);
|
|
recipes.addShapeless(<JABBA:upgradeCore:13>, [<JABBA:upgradeCore:12>, <JABBA:upgradeCore:0>]);
|
|
|