Add particles, update translations

This commit is contained in:
Andrew-71 2023-10-22 18:02:46 +03:00
parent 6fb9c51fde
commit 95d822babd
32 changed files with 1278 additions and 437 deletions

View file

@ -407,6 +407,15 @@ public class RecipeGenerator extends FabricRecipeProvider {
list.add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS);
list.add(Blocks.SPRUCE_PLANKS);
}), RecipeCategory.BUILDING_BLOCKS);
stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> {
list.add(NSE_Blocks.CROSS_CHERRY_PLANKS);
list.add(NSE_Blocks.HERRINGBONE_CHERRY_PLANKS);
list.add(Blocks.CHERRY_PLANKS);
}), RecipeCategory.BUILDING_BLOCKS);
stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> {
list.add(NSE_Blocks.HERRINGBONE_BAMBOO_PLANKS);
list.add(Blocks.BAMBOO_PLANKS);
}), RecipeCategory.BUILDING_BLOCKS);
stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> {
list.add(NSE_Blocks.BRICK_TILES);