diff --git a/scripts/crafttweaker/addingrecipes/bymod/midnight/crafting.zs b/scripts/crafttweaker/addingrecipes/bymod/midnight/crafting.zs deleted file mode 100644 index ec0ca287..00000000 --- a/scripts/crafttweaker/addingrecipes/bymod/midnight/crafting.zs +++ /dev/null @@ -1,7 +0,0 @@ -#reloadable - -recipes.addShaped("midnight_tp",, [ -[,,], -[,,], -[,,] -]); \ No newline at end of file diff --git a/scripts/crafttweaker/addingrecipes/bymod/naturesaura/ritualoftheforest.zs b/scripts/crafttweaker/addingrecipes/bymod/naturesaura/ritualoftheforest.zs index 740aa433..1b2745bb 100644 --- a/scripts/crafttweaker/addingrecipes/bymod/naturesaura/ritualoftheforest.zs +++ b/scripts/crafttweaker/addingrecipes/bymod/naturesaura/ritualoftheforest.zs @@ -35,8 +35,11 @@ TreeRitual.addRecipe("storagedrawerstatus", , //storage drawers status 2 TreeRitual.addRecipe("storagedrawerstatus2", , , 200, [, , , , , , , ]); +//Dark Pearl +TreeRitual.addRecipe("darkpearl", , , 600, [, , , , , , , ]); + //MA clusters TreeRitual.addRecipe("nethercluster", , , 600, [, , , ]); TreeRitual.addRecipe("dyecluster", , , 600, [, , , , , , , ]); TreeRitual.addRecipe("mysticalcluster", , , 600, [, , , , , , , ]); -TreeRitual.addRecipe("endcluster", , , 600, [, , , ]); \ No newline at end of file +TreeRitual.addRecipe("endcluster", , , 600, [, , , ]); diff --git a/scripts/crafttweaker/early/removals/Vanilla.zs b/scripts/crafttweaker/early/removals/Vanilla.zs index 84f895a3..9584310d 100644 --- a/scripts/crafttweaker/early/removals/Vanilla.zs +++ b/scripts/crafttweaker/early/removals/Vanilla.zs @@ -431,6 +431,7 @@ static itemRemovals as IItemStack[] = [ //mist------------------------------------------------------------------------------------------------------------------ , , + , //Foggy Sponge //moreplanets----------------------------------------------------------------------------------------------------------- , diff --git a/scripts/crafttweaker/early/util/Grid.zs b/scripts/crafttweaker/early/util/Grid.zs index c1ebc379..e641b06f 100644 --- a/scripts/crafttweaker/early/util/Grid.zs +++ b/scripts/crafttweaker/early/util/Grid.zs @@ -108,14 +108,14 @@ static common3x3 as int[][][string] = { [ 2, 1, 2 ] ], "portalbottom": [ - [ 1, 1, 1 ], + [ 1, 3, 1 ], [ 2, 0, 2 ], [ 2, 2, 2 ] ], "portaltop": [ [ 2, 2, 2 ], [ 2, 0, 2 ], - [ 1, 1, 1 ] + [ 1, 3, 1 ] ], "sandwich": [ [ 2, 2, 2 ], @@ -461,4 +461,4 @@ function flatten(grid as IIngredient[][]) as IIngredient[] { } } return ret; -} \ No newline at end of file +} diff --git a/scripts/crafttweaker/mid/additions/botania/PureDaisy.zs b/scripts/crafttweaker/mid/additions/botania/PureDaisy.zs index 1bdfa519..a4927780 100644 --- a/scripts/crafttweaker/mid/additions/botania/PureDaisy.zs +++ b/scripts/crafttweaker/mid/additions/botania/PureDaisy.zs @@ -8,9 +8,12 @@ for meta in 0 .. 14 { PureDaisy.addRecipe(obsidian, stone, (150+(meta+1)*50)); } +//Foggy Sponge +PureDaisy.addRecipe(, , 200); + //Agate Logs PureDaisy.addRecipe(, , 100); PureDaisy.addRecipe(, , 100); PureDaisy.addRecipe(, , 100); PureDaisy.addRecipe(, , 100); -PureDaisy.addRecipe(, , 100); \ No newline at end of file +PureDaisy.addRecipe(, , 100); diff --git a/scripts/crafttweaker/mid/additions/extendedcrafting/Basic.zs b/scripts/crafttweaker/mid/additions/extendedcrafting/Basic.zs index d4d8722e..6618bdb3 100644 --- a/scripts/crafttweaker/mid/additions/extendedcrafting/Basic.zs +++ b/scripts/crafttweaker/mid/additions/extendedcrafting/Basic.zs @@ -62,8 +62,8 @@ static shapedHolders as Holder[] = [ Util.simpleShaped(, "block", []), //lapis block //mist - Util.simpleShaped(, "portaltop", [, , ]), //misty portal top - Util.simpleShaped(, "portalbottom", [, , ]), //misty portal bottom + Util.simpleShaped(, "portaltop", [, , , ]), //misty portal top + Util.simpleShaped(, "portalbottom", [, , , ]), //misty portal bottom //silentgems Util.simpleShaped(, "table", [ @@ -109,4 +109,4 @@ function run() { for holder in shapelessHolders { TableCrafting.addShapeless(1, holder.getOutput(), holder.getShapeless()); } -} \ No newline at end of file +} diff --git a/scripts/crafttweaker/mid/additions/vanilla/Crafting.zs b/scripts/crafttweaker/mid/additions/vanilla/Crafting.zs index 5621e24c..1cbb06ef 100644 --- a/scripts/crafttweaker/mid/additions/vanilla/Crafting.zs +++ b/scripts/crafttweaker/mid/additions/vanilla/Crafting.zs @@ -166,7 +166,8 @@ static shapedBuilders as Holder[] = [ Util.simpleShaped(, "portalbottom", [ , , - + , + ]), //Oven //darkutils-------------------------------------------------------------------------------------------------------------