No-abstract registry
This commit is contained in:
parent
0c4ac239b8
commit
449d7cc0d0
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import ru.bclib.blocks.BaseLeavesBlock;
|
|||
import ru.bclib.blocks.FeatureSaplingBlock;
|
||||
import ru.bclib.interfaces.CustomItemProvider;
|
||||
|
||||
public abstract class BlockRegistry extends BaseRegistry<Block> {
|
||||
public class BlockRegistry extends BaseRegistry<Block> {
|
||||
protected BlockRegistry(CreativeModeTab creativeTab) {
|
||||
super(creativeTab);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue