From b390026a1f077c018936cf8b9e0016d97feab6fb Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Wed, 30 Aug 2023 01:15:02 +0300 Subject: [PATCH] Count all missing recipes --- recipeTODO.txt | 22 +++++++++++++++++++ .../su/a71/new_soviet/DataGeneration.java | 1 + 2 files changed, 23 insertions(+) create mode 100644 recipeTODO.txt diff --git a/recipeTODO.txt b/recipeTODO.txt new file mode 100644 index 0000000..af71283 --- /dev/null +++ b/recipeTODO.txt @@ -0,0 +1,22 @@ +moss - add moss as alternative to vine +moss - allow mossing stairs and slabs +add stonecutting recipe for slabs and stairs +dirty - add dirty recipes +aquamarine recipe +whitewash recipe +concrete recipe +concrete with bars recipe +parquet recipe +linoleum recipe +metal plating recipe +crate recipe +po-2 recipe +no wallpaper recipes (intended?) +no handrail recipe +no nutrient block recipe (intended? compressed bread?) +light bulb recipe +sigarette recipe +siren recipe +no landmine recipe - intended +switch recipe +checkers and chess recipe diff --git a/src/main/java/su/a71/new_soviet/DataGeneration.java b/src/main/java/su/a71/new_soviet/DataGeneration.java index ee8054e..842999e 100644 --- a/src/main/java/su/a71/new_soviet/DataGeneration.java +++ b/src/main/java/su/a71/new_soviet/DataGeneration.java @@ -1057,6 +1057,7 @@ public class DataGeneration implements DataGeneratorEntrypoint { offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS, NSE_Blocks.GREEN_BRICKS); offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_2, NSE_Blocks.GREEN_BRICKS_2); offerCrackingRecipe(exporter, NSE_Blocks.BIG_GREEN_TILES_CRACKED, NSE_Blocks.BIG_GREEN_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_RED_BRICKS, NSE_Blocks.RED_BRICKS); // Mossy variants mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES, NSE_Blocks.SAND_TILES);