Count all missing recipes
This commit is contained in:
parent
cef9c6a578
commit
b390026a1f
2 changed files with 23 additions and 0 deletions
22
recipeTODO.txt
Normal file
22
recipeTODO.txt
Normal file
|
@ -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
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue