From d8c24682be446ddb1b430ecfea15e7497765a745 Mon Sep 17 00:00:00 2001 From: Yandols ZeonX Date: Sat, 4 May 2019 18:18:47 +0800 Subject: [PATCH] Updated and rearranged ZenScripts order. --- scripts/01adjustments.zs | 57 +++++++++++-------- scripts/{03oredicts.zs => 02genoredicts.zs} | 4 +- .../{05alterlitiumrecipes.zs => 03zcmna.zs} | 16 +++++- scripts/{02zcmrecipes.zs => 04zcmca.zs} | 4 +- .../{04oregrounding.zs => 05oregrounding.zs} | 4 +- scripts/06alterlitiummechanics.zs.disabled | 13 +++++ ...endedcrafting.zs => 08extendedcrafting.zs} | 4 +- ...5roofs.zs.disabled => 99roofs.zs.disabled} | 0 8 files changed, 69 insertions(+), 33 deletions(-) rename scripts/{03oredicts.zs => 02genoredicts.zs} (88%) rename scripts/{05alterlitiumrecipes.zs => 03zcmna.zs} (60%) rename scripts/{02zcmrecipes.zs => 04zcmca.zs} (65%) rename scripts/{04oregrounding.zs => 05oregrounding.zs} (96%) create mode 100644 scripts/06alterlitiummechanics.zs.disabled rename scripts/{06extendedcrafting.zs => 08extendedcrafting.zs} (89%) rename scripts/{05roofs.zs.disabled => 99roofs.zs.disabled} (100%) diff --git a/scripts/01adjustments.zs b/scripts/01adjustments.zs index 382c7cc..eff33b0 100644 --- a/scripts/01adjustments.zs +++ b/scripts/01adjustments.zs @@ -9,11 +9,11 @@ print("Initializing 'NA01 - Adjustments for New Alterlite'..."); // Alter Starting Book Recipes recipes.remove(); recipes.remove(); -recipes.addShapeless("openblocks_book", , [, ]); +recipes.addShapeless("openblocks_book_rerecipe", , [, ]); // Alter Waystone Return Scroll Recipe recipes.remove(); -recipes.addShaped("waystonereturnscroll_replacement_recipe", , +recipes.addShaped("waystonereturnscroll_rerecipe", , [[null, , null], [null, , null], [, , ]]); @@ -21,21 +21,21 @@ recipes.addShaped("waystonereturnscroll_replacement_recipe", .displayName = "Scroll of Death Memory"; recipes.remove(); -recipes.addShaped("returndeathscroll_replacement_recipe", , +recipes.addShaped("returndeathscroll_rerecipe", , [[null, , null], [null, , null], [, , ]]); // Alter Empty Altas Map Recipe recipes.remove(); -recipes.addShaped("antiqueatlas_replacement_recipe", , +recipes.addShaped("antiqueatlas_rerecipe", , [[, , ], [, , ], [, , ]]); // Alter Weirding Gadget Recipe and Name //recipes.remove(); -recipes.addShaped("weirdinggadget_replacement_recipe", , +recipes.addShaped("weirdinggadget_rerecipe", , [[, , ], [, , ], [, , ]]); @@ -87,12 +87,12 @@ recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); -recipes.addShaped("newalterlite_chest_replacement_recipe_0" , * 4, [[, , ], [, null, ], [, , ]]); -recipes.addShaped("newalterlite_chest_replacement_recipe_1" , * 4, [[, , ], [, null, ], [, , ]]); -recipes.addShaped("newalterlite_chest_replacement_recipe_2" , * 4, [[, , ], [, null, ], [, , ]]); -recipes.addShaped("newalterlite_chest_replacement_recipe_3" , * 4, [[, , ], [, null, ], [, , ]]); -recipes.addShaped("newalterlite_chest_replacement_recipe_4" , * 4, [[, , ], [, null, ], [, , ]]); -recipes.addShaped("newalterlite_chest_replacement_recipe_5" , * 4, [[, , ], [, null, ], [, , ]]); +recipes.addShaped("newalterlite_chest_rerecipe_0" , * 4, [[, , ], [, null, ], [, , ]]); +recipes.addShaped("newalterlite_chest_rerecipe_1" , * 4, [[, , ], [, null, ], [, , ]]); +recipes.addShaped("newalterlite_chest_rerecipe_2" , * 4, [[, , ], [, null, ], [, , ]]); +recipes.addShaped("newalterlite_chest_rerecipe_3" , * 4, [[, , ], [, null, ], [, , ]]); +recipes.addShaped("newalterlite_chest_rerecipe_4" , * 4, [[, , ], [, null, ], [, , ]]); +recipes.addShaped("newalterlite_chest_rerecipe_5" , * 4, [[, , ], [, null, ], [, , ]]); // Alter Tinkers Part Chest Recipe // Disabled as Alpha 02 does not use Tinker's Construct @@ -145,7 +145,7 @@ recipes.addShaped("endercrop_seeds", , .addTooltip("about the universe you're in."); recipes.addShapeless("na_lorebook", , [, ]); -// Weather2 Tooltips +// Weather2 Additional Tooltips .addTooltip("Lets you know how strong the wind is."); .addTooltip("Lets you know in which direction"); .addTooltip("is the wind currently blowing towards."); @@ -167,41 +167,52 @@ recipes.addShapeless("na_lorebook", , [.displayName = "Sand Layer"; // Weather2 Recipes -// No recipe removals required thanks to built-in configs for Weather2. -recipes.addShapeless("w2_layertosand", , [,,,,,,,]); -recipes.addShaped("w2_anemometer", , [ +// No manual recipe removals required thanks to built-in configs for Weather2. +recipes.addShapeless("w2_layertosand_recipe", , [,,,,,,,]); +recipes.addShaped("w2_anemometer_recipe", , [ [, , ], [, , ], [null, , null]]); -recipes.addShaped("w2_windvane", , [ +recipes.addShaped("w2_windvane_recipe", , [ [, , ], [, , ], [null, , null]]); -recipes.addShaped("w2_forecaster", , [ +recipes.addShaped("w2_forecaster_recipe", , [ [, , ], [, , ], [, , ]]); -recipes.addShaped("w2_tornado_sensor", , [ +recipes.addShaped("w2_tornado_sensor_recipe", , [ [, , ], [, , ], [, , ]]); -recipes.addShaped("w2_siren", , [ +recipes.addShaped("w2_siren_recipe", , [ [, , ], [, , ], [, , ]]); -recipes.addShaped("w2_manualsiren", , [ +recipes.addShaped("w2_manualsiren_recipe", , [ [, , ], [, , ], [, , ]]); -recipes.addShaped("w2_weather_machine", , [ +recipes.addShaped("w2_weather_machine_recipe", , [ [, , ], [, .withTag({tank: {FluidName: "redstone", Amount: 16000}}), ], [, , ]]); -recipes.addShaped("w2_weather_deflector", , [ +recipes.addShaped("w2_weather_deflector_recipe", , [ [, , ], [, , ], [, , ]]); - +// Set Tiered Depths Pickaxe Strength Requirement +// Mining at Y38 and below requires at least a Wooden Pickaxe. +// Mining at Y26 and below requires at least a Stone Pickaxe. +// Mining at Y14 and below requires at least an Iron Pickaxe. +// Mining at Y7 and below requires at least a Diamond Pickaxe. +mods.td.TieredDepths.addBlacklist(,38,0,1); +mods.td.TieredDepths.addBlacklist(,15,0,2); +mods.td.TieredDepths.addBlacklist(,7,0,3); +// Also apply to Mining World +mods.td.TieredDepths.addBlacklist(,38,-6,1); +mods.td.TieredDepths.addBlacklist(,15,-6,2); +mods.td.TieredDepths.addBlacklist(,7,-6,3); print("Initialization of 'NA01 - Adjustments for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/03oredicts.zs b/scripts/02genoredicts.zs similarity index 88% rename from scripts/03oredicts.zs rename to scripts/02genoredicts.zs index be9d6ff..266759b 100644 --- a/scripts/03oredicts.zs +++ b/scripts/02genoredicts.zs @@ -1,4 +1,4 @@ -print("Initializing 'NA03 - OreDicts for New Alterlite'..."); +print("Initializing 'NA02 - General OreDicts for New Alterlite'..."); // Add Seeds OreDict val nSeeds = ; @@ -41,4 +41,4 @@ if(sCopperIngots has ){ print("\n\nSelf-debugger is offline\n\n"); */ -print("Initialization of 'NA03 - OreDicts for New Alterlite' has been completed."); \ No newline at end of file +print("Initialization of 'NA02 - General OreDicts for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/05alterlitiumrecipes.zs b/scripts/03zcmna.zs similarity index 60% rename from scripts/05alterlitiumrecipes.zs rename to scripts/03zcmna.zs index 2cd7a84..1b2b3f6 100644 --- a/scripts/05alterlitiumrecipes.zs +++ b/scripts/03zcmna.zs @@ -1,4 +1,4 @@ -print("Initializing 'NA05 - Alterlitium Recipes for New Alterlite'..."); +print("Initializing 'NA03 - ZCM/New Alterlite recipes and content for New Alterlite'..."); // Parchment recipes.addShaped("zcm_na_parchment_recipe", , @@ -18,5 +18,17 @@ recipes.addShapeless("zcm_na_attunedpearl_recipe", , [, .withTag({stored_type: "naturesaura:overworld"})]); +// ------------------------------------------ +// OreDicts +val nAtlItem = ; +nAtlItem.add(); -print("Initialization of 'NA05 - Alterlitium Recipes for New Alterlite' has been completed."); \ No newline at end of file +val nAtlOre = ; +nAtlOre.add(); + +val nAtlBlock = ; +nAtlBlock.add(); + + + +print("Initialization of 'NA03 - ZCM/New Alterlite recipes and content for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/02zcmrecipes.zs b/scripts/04zcmca.zs similarity index 65% rename from scripts/02zcmrecipes.zs rename to scripts/04zcmca.zs index db058be..d8d107a 100644 --- a/scripts/02zcmrecipes.zs +++ b/scripts/04zcmca.zs @@ -1,4 +1,4 @@ -print("Initializing 'NA02 - ZCM Recipes for New Alterlite'..."); +print("Initializing 'NA04 - ZCM/Composite Alterlite recipes and content for New Alterlite'..."); // ZCM Makeshift Furnace /* @@ -12,4 +12,4 @@ print("Making sure this mod is disabled. If you can see this, the script is not // More recipes to be added. -print("Initialization of 'NA02 - ZCM Recipes for New Alterlite' has been completed."); \ No newline at end of file +print("Initialization of 'NA04 - ZCM/Composite Alterlite recipes and content for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/04oregrounding.zs b/scripts/05oregrounding.zs similarity index 96% rename from scripts/04oregrounding.zs rename to scripts/05oregrounding.zs index f96ff25..d2f87e5 100644 --- a/scripts/04oregrounding.zs +++ b/scripts/05oregrounding.zs @@ -1,4 +1,4 @@ -print("Initializing 'NA04 - Ore Grounding Recipes for New Alterlite'..."); +print("Initializing 'NA05 - Ore Grounding Recipes for New Alterlite'..."); //import mods.advancedmortars.Mortar; // Disable Wooded Mortar - Only use stone and up. @@ -65,4 +65,4 @@ mods.advancedmortars.Mortar.addRecipe(["stone", "iron", "diamond"], , 10, []); -print("Initialization of 'NA04 - Ore Grounding Recipes for New Alterlite' has been completed."); \ No newline at end of file +print("Initialization of 'NA05 - Ore Grounding Recipes for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/06alterlitiummechanics.zs.disabled b/scripts/06alterlitiummechanics.zs.disabled new file mode 100644 index 0000000..87e30b7 --- /dev/null +++ b/scripts/06alterlitiummechanics.zs.disabled @@ -0,0 +1,13 @@ +print("Initializing 'NA06 - Alterlitium Mechanics for New Alterlite'..."); + +val nAtlItem = ; +nAtlItem.add(); + +val nAtlOre = ; +nAtlOre.add(); + +val nAtlBlock = ; +nAtlBlock.add(); + + +print("Initialization of 'NA06 - Alterlitium Mechanics for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/06extendedcrafting.zs b/scripts/08extendedcrafting.zs similarity index 89% rename from scripts/06extendedcrafting.zs rename to scripts/08extendedcrafting.zs index 8f532ed..d553bc9 100644 --- a/scripts/06extendedcrafting.zs +++ b/scripts/08extendedcrafting.zs @@ -1,4 +1,4 @@ -print("Initializing 'NA06 - Extended Crafting Recipes for New Alterlite'..."); +print("Initializing 'NA08 - Extended Crafting Recipes for New Alterlite'..."); // TODO @@ -36,4 +36,4 @@ recipes.addShaped("weirdinggadget_replacement_recipe",