Count all missing recipes
This commit is contained in:
parent
cef9c6a578
commit
b390026a1f
2 changed files with 23 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue