mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
temporarily disabled inventory tab registration
This commit is contained in:
parent
9d65bf4a3b
commit
da8c0f2b7b
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ import net.minecraft.world.item.ItemStack;
|
|||
|
||||
public class ModRegistries {
|
||||
|
||||
static final CreativeModeTab ITEM_GROUP = new CreativeModeTab(0, "nec") {
|
||||
/*static final CreativeModeTab ITEM_GROUP = new CreativeModeTab(0, "nec") {
|
||||
@Override
|
||||
public ItemStack makeIcon() {
|
||||
return ModBlocks.GREEN_BIRCH_LOG_ITEM.getDefaultInstance();
|
||||
}
|
||||
};
|
||||
};*/
|
||||
public static void registerModStuffs() {
|
||||
registerFuels();
|
||||
registerCommands();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue