Add particles, update translations
This commit is contained in:
parent
6fb9c51fde
commit
95d822babd
32 changed files with 1278 additions and 437 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue