[Changes] Adopted BCLib changes to BaseRegistry

This commit is contained in:
Frank 2023-05-20 22:52:07 +02:00
parent 1cea03c1ca
commit 350a6fdf41
4 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,6 @@ import org.betterx.betterend.complexmaterials.*;
import org.betterx.betterend.config.Configs;
import org.betterx.betterend.item.material.EndArmorMaterial;
import org.betterx.betterend.item.material.EndToolMaterial;
import org.betterx.betterend.tab.CreativeTabs;
import org.betterx.worlds.together.tag.v3.CommonBlockTags;
import org.betterx.worlds.together.tag.v3.TagManager;
@ -27,7 +26,7 @@ import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;
public class EndBlocks {
private static final BlockRegistry REGISTRY = new BlockRegistry(CreativeTabs.TAB_BLOCKS, Configs.BLOCK_CONFIG);
private static final BlockRegistry REGISTRY = new BlockRegistry(Configs.BLOCK_CONFIG);
// Terrain //
public static final Block ENDSTONE_DUST = registerBlock("endstone_dust", new EndstoneDustBlock());