Lang & fixes, tabs class rename

This commit is contained in:
paulevsGitch 2020-12-05 12:22:35 +03:00
parent 41effe643d
commit edbe1d13e1
4 changed files with 50 additions and 6 deletions

View file

@ -42,7 +42,7 @@ import ru.betterend.item.EndToolMaterial;
import ru.betterend.item.EternalCrystal;
import ru.betterend.item.GuideBook;
import ru.betterend.item.PatternedItem;
import ru.betterend.tab.CreativeTab;
import ru.betterend.tab.CreativeTabs;
import ru.betterend.util.TagHelper;
public class EndItems {
@ -179,11 +179,11 @@ public class EndItems {
}
public static Settings makeItemSettings() {
return new Item.Settings().group(CreativeTab.TAB_ITEMS);
return new Item.Settings().group(CreativeTabs.TAB_ITEMS);
}
public static Settings makeBlockItemSettings() {
return new Item.Settings().group(CreativeTab.TAB_BLOCKS);
return new Item.Settings().group(CreativeTabs.TAB_BLOCKS);
}
public static void register() {}

View file

@ -8,7 +8,7 @@ import ru.betterend.BetterEnd;
import ru.betterend.registry.EndBlocks;
import ru.betterend.registry.EndItems;
public class CreativeTab {
public class CreativeTabs {
public static final ItemGroup TAB_ITEMS;
public static final ItemGroup TAB_BLOCKS;

View file

@ -389,5 +389,27 @@
"block.betterend.sulphuric_rock_tiles": "Sulfuric Rock Tiles",
"block.betterend.sulphuric_rock_wall": "Sulfuric Rock Wall",
"block.betterend.sulphur_crystal": "Sulfur Crystal",
"item.betterend.crystalline_sulphur": "Sulfur"
"item.betterend.crystalline_sulphur": "Sulfur",
"biome.betterend.sulfur_springs": "Sulfur Springs",
"block.betterend.hydralux_petal_block": "Hydralux Petal Block",
"block.betterend.hydralux_petal_block_black": "Black Petal Block",
"block.betterend.hydralux_petal_block_blue": "Blue Petal Block",
"block.betterend.hydralux_petal_block_brown": "Brown Petal Block",
"block.betterend.hydralux_petal_block_cyan": "Cyan Petal Block",
"block.betterend.hydralux_petal_block_gray": "Gray Petal Block",
"block.betterend.hydralux_petal_block_green": "Green Petal Block",
"block.betterend.hydralux_petal_block_light_blue": "Light Blue Petal Block",
"block.betterend.hydralux_petal_block_light_gray": "Light Gray Petal Block",
"block.betterend.hydralux_petal_block_lime": "Lime Petal Block",
"block.betterend.hydralux_petal_block_magenta": "Magenta Petal Block",
"block.betterend.hydralux_petal_block_orange": "Orange Petal Block",
"block.betterend.hydralux_petal_block_pink": "Pink Petal Block",
"block.betterend.hydralux_petal_block_purple": "Purple Petal Block",
"block.betterend.hydralux_petal_block_red": "Red Petal Block",
"block.betterend.hydralux_petal_block_white": "White Petal Block",
"block.betterend.hydralux_petal_block_yellow": "Yellow Petal Block",
"block.betterend.hydralux_sapling": "Hydralux Sapling",
"block.betterend.hydrothermal_vent": "Hydrothermal Vent",
"item.betterend.hydralux_petal": "Hydralux Petal"
}

View file

@ -391,5 +391,27 @@
"block.betterend.sulphuric_rock_tiles": "Плитка из серного камня",
"block.betterend.sulphuric_rock_wall": "Стена из серного камня",
"block.betterend.sulphur_crystal": "Кристалл серы",
"item.betterend.crystalline_sulphur": "Кристаллическая сера"
"item.betterend.crystalline_sulphur": "Кристаллическая сера",
"biome.betterend.sulfur_springs": "Серные источники",
"block.betterend.hydralux_petal_block": "Блок лепестков гидралюкса",
"block.betterend.hydralux_petal_block_black": "Чёрный блок лепестков",
"block.betterend.hydralux_petal_block_blue": "Синий блок лепестков",
"block.betterend.hydralux_petal_block_brown": "Коричневый блок лепестков",
"block.betterend.hydralux_petal_block_cyan": "Циановый блок лепестков",
"block.betterend.hydralux_petal_block_gray": "Серый блок лепестков",
"block.betterend.hydralux_petal_block_green": "Зелёный блок лепестков",
"block.betterend.hydralux_petal_block_light_blue": "Голубой блок лепестков",
"block.betterend.hydralux_petal_block_light_gray": "Светло-серый блок лепестков",
"block.betterend.hydralux_petal_block_lime": "Лаймовый блок лепестков",
"block.betterend.hydralux_petal_block_magenta": "Фиолетовый блок лепестков",
"block.betterend.hydralux_petal_block_orange": "Оранжевый блок лепестков",
"block.betterend.hydralux_petal_block_pink": "Розовый блок лепестков",
"block.betterend.hydralux_petal_block_purple": "Пурпурный блок лепестков",
"block.betterend.hydralux_petal_block_red": "Красный блок лепестков",
"block.betterend.hydralux_petal_block_white": "Белый блок лепестков",
"block.betterend.hydralux_petal_block_yellow": "Жёлтый блок лепестков",
"block.betterend.hydralux_sapling": "Саженец гидралюкса",
"block.betterend.hydrothermal_vent": "Гидротермальный источник",
"item.betterend.hydralux_petal": "Лепесток гидралюкса"
}