Lang & recipe correction

This commit is contained in:
paulevsGitch 2021-03-18 16:57:09 +03:00
parent 778977a869
commit 22e916f4a1
4 changed files with 12 additions and 4 deletions

View file

@ -190,7 +190,7 @@ public class CraftingRecipes {
GridRecipe.make("end_stone_furnace", EndBlocks.END_STONE_FURNACE).setShape("###", "# #", "###").addMaterial('#', Blocks.END_STONE).build(); GridRecipe.make("end_stone_furnace", EndBlocks.END_STONE_FURNACE).setShape("###", "# #", "###").addMaterial('#', Blocks.END_STONE).build();
GridRecipe.make("filalux_lantern", EndBlocks.FILALUX_LANTERN).setShape("###", "###", "###").addMaterial('#', EndBlocks.FILALUX).build(); GridRecipe.make("filalux_lantern", EndBlocks.FILALUX_LANTERN).setShape("###", "###", "###").addMaterial('#', EndBlocks.FILALUX).build();
GridRecipe.make("silk_moth_hive", EndBlocks.SILK_MOTH_HIVE).setShape("###", "LML", "###").addMaterial('#', EndBlocks.TENANEA.planks).addMaterial('L', EndBlocks.TENANEA_LEAVES).addMaterial('M', EndItems.SILK_MOTH_MATRIX).build(); GridRecipe.make("silk_moth_hive", EndBlocks.SILK_MOTH_HIVE).setShape("#L#", "LML", "#L#").addMaterial('#', EndBlocks.TENANEA.planks).addMaterial('L', EndBlocks.TENANEA_LEAVES).addMaterial('M', EndItems.SILK_MOTH_MATRIX).build();
} }
private static void registerLantern(String name, Block lantern, Block slab) { private static void registerLantern(String name, Block lantern, Block slab) {

View file

@ -36,5 +36,7 @@
"block.betterend.umbrella_tree_stripped_log": "Striped Umbrella Tree Log", "block.betterend.umbrella_tree_stripped_log": "Striped Umbrella Tree Log",
"block.betterend.jellyshroom_stripped_bark": "Striped Jellyshroom Bark", "block.betterend.jellyshroom_stripped_bark": "Striped Jellyshroom Bark",
"block.betterend.jellyshroom_stripped_log": "Striped Jellyshroom Log", "block.betterend.jellyshroom_stripped_log": "Striped Jellyshroom Log",
"block.betterend.sulphuric_rock_furnace": "Sulphuric Rock Furnace" "block.betterend.sulphuric_rock_furnace": "Sulphuric Rock Furnace",
"block.betterend.lucernia_stripped_bark": "Striped Lucernia Bark",
"block.betterend.lucernia_stripped_log": "Striped Lucernia Log"
} }

View file

@ -805,5 +805,8 @@
"block.betterend.flamaea": "Flamaea", "block.betterend.flamaea": "Flamaea",
"block.betterend.pond_anemone": "Pond Anemone", "block.betterend.pond_anemone": "Pond Anemone",
"block.betterend.ruscus": "Ruscus", "block.betterend.ruscus": "Ruscus",
"item.betterend.bolux_mushroom_cooked": "Cooked Bolux Mushroom" "item.betterend.bolux_mushroom_cooked": "Cooked Bolux Mushroom",
"block.betterend.silk_moth_hive": "Silk Moth Hive",
"item.betterend.silk_moth_matrix": "Silk Moth Matrix"
} }

View file

@ -825,5 +825,8 @@
"block.betterend.flamaea": "Фламея", "block.betterend.flamaea": "Фламея",
"block.betterend.pond_anemone": "Озёрный анемон", "block.betterend.pond_anemone": "Озёрный анемон",
"block.betterend.ruscus": "Рускус", "block.betterend.ruscus": "Рускус",
"item.betterend.bolux_mushroom_cooked": "Приготовленный болюкс" "item.betterend.bolux_mushroom_cooked": "Приготовленный болюкс",
"block.betterend.silk_moth_hive": "Улей шелковичной моли",
"item.betterend.silk_moth_matrix": "Матрица шелковичной моли"
} }