Lang & fixes, tabs class rename
This commit is contained in:
parent
41effe643d
commit
edbe1d13e1
4 changed files with 50 additions and 6 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue