You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
print("Initializing 'NA08 - Extended Crafting Recipes for New Alterlite'...");
|
|
|
|
// TODO
|
|
|
|
// Rename some of the tables
|
|
/*
|
|
<bitcoin:bitcoin_ore>.displayName = "Coinium Ore";
|
|
<bitcoin:bitcoin_block>.displayName = "Coinium Block";
|
|
<bitcoin:block_chain>.displayName = "Coinium Blockchain";
|
|
<bitcoin:bitcoin>.displayName = "Minted Coinium";
|
|
print("DEBUGMAN - If you can see this then multiline comments dont work in ZS.");
|
|
*/
|
|
|
|
// Alter Starting Book Recipes
|
|
/*
|
|
recipes.remove(<theoneprobe:probenote>);
|
|
recipes.remove(<openblocks:info_book>);
|
|
recipes.addShapeless("openblocks_book", <openblocks:info_book>, [<minecraft:glass_pane>,<minecraft:book>]);
|
|
|
|
// Alter Altas Map Recipe
|
|
recipes.remove(<antiqueatlas:empty_antique_atlas>);
|
|
recipes.addShaped("antiqueatlas_replacement_recipe", <antiqueatlas:empty_antique_atlas>,
|
|
[[<tconstruct:pattern>, <ore:paper>, <tconstruct:pattern>],
|
|
[<ore:paper>, <ore:dustRedstone>, <ore:paper>],
|
|
[<tconstruct:pattern>, <ore:paper>, <tconstruct:pattern>]]);
|
|
|
|
// Alter Recipe and name for Weirding Gadget
|
|
recipes.remove(<weirdinggadget:weirding_gadget>);
|
|
recipes.addShaped("weirdinggadget_replacement_recipe", <weirdinggadget:weirding_gadget>,
|
|
[[<ore:ingotGold>, <ore:ingotGold>, <ore:ingotGold>],
|
|
[<ore:plateGold>, <ore:gearSilver>, <ore:plateGold>],
|
|
[<ore:ingotInvar>, <ore:ingotInvar>, <ore:ingotInvar>]]);
|
|
<weirdinggadget:weirding_gadget>.displayName = "World Stabilizer";
|
|
*/
|
|
|
|
//coolbarnedworldseed:1063123956552739016
|
|
|
|
|
|
print("Initialization of 'NA08 - Extended Crafting Recipes for New Alterlite' has been completed."); |