[Change] Added BUDDING_SMARAGDANT_CRYSTAL to c:budding_blocks-Tag

This commit is contained in:
Frank 2023-05-16 13:44:17 +02:00
parent b735fd0250
commit 58a269bbdc

View file

@ -11,6 +11,7 @@ import org.betterx.betterend.config.Configs;
import org.betterx.betterend.item.material.EndArmorMaterial; import org.betterx.betterend.item.material.EndArmorMaterial;
import org.betterx.betterend.item.material.EndToolMaterial; import org.betterx.betterend.item.material.EndToolMaterial;
import org.betterx.betterend.tab.CreativeTabs; import org.betterx.betterend.tab.CreativeTabs;
import org.betterx.worlds.together.tag.v3.CommonBlockTags;
import org.betterx.worlds.together.tag.v3.TagManager; import org.betterx.worlds.together.tag.v3.TagManager;
import net.minecraft.resources.ResourceLocation; import net.minecraft.resources.ResourceLocation;
@ -638,7 +639,11 @@ public class EndBlocks {
"smaragdant_crystal", "smaragdant_crystal",
SMARAGDANT_CRYSTAL SMARAGDANT_CRYSTAL
); );
public static final Block BUDDING_SMARAGDANT_CRYSTAL = registerBlock("budding_smaragdant_crystal", new BuddingSmaragdantCrystalBlock()); public static final Block BUDDING_SMARAGDANT_CRYSTAL = registerBlock(
"budding_smaragdant_crystal",
new BuddingSmaragdantCrystalBlock(),
CommonBlockTags.BUDDING_BLOCKS
);
public static final Block RESPAWN_OBELISK = registerBlock("respawn_obelisk", new RespawnObeliskBlock()); public static final Block RESPAWN_OBELISK = registerBlock("respawn_obelisk", new RespawnObeliskBlock());