mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
fixed blocks not being added to the tab
This commit is contained in:
parent
3598e424b0
commit
0ea4d7391b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public final class ModRegistry {
|
|||
ForgeRegistries.ITEMS.register(item);
|
||||
}
|
||||
|
||||
item.setCreativeTab(tab);
|
||||
block.setCreativeTab(tab);
|
||||
}
|
||||
|
||||
private static CreativeTabs getTab(IModItem item) {
|
||||
|
|
Loading…
Reference in a new issue