Removed CreativeModeTab
from Registries
This commit is contained in:
parent
b652f4fbce
commit
89aef7867c
3 changed files with 13 additions and 11 deletions
|
@ -31,8 +31,8 @@ import net.minecraft.world.item.*;
|
|||
import net.minecraft.world.level.block.DispenserBlock;
|
||||
|
||||
public class ItemRegistry extends BaseRegistry<Item> {
|
||||
public ItemRegistry(CreativeModeTab creativeTab, PathConfig config) {
|
||||
super(creativeTab, config);
|
||||
public ItemRegistry(PathConfig config) {
|
||||
super(config);
|
||||
}
|
||||
|
||||
public Item registerDisc(ResourceLocation itemId, int power, SoundEvent sound, int lengthInSeconds) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue