Rearrange Item Group
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-08-01 17:01:30 -04:00
parent 9d89a00914
commit 07f3cad621
1 changed files with 1 additions and 2 deletions

View File

@ -132,6 +132,7 @@ public class EnergonRelics implements ModInitializer {
VERIDIUM_ORE_BLOCK.register("veridium_ore");
VERIDIUM_BLOCK_BLOCK.register("veridium_block");
Registry.register(BuiltinRegistries.CONFIGURED_FEATURE, new Identifier(NAMESPACE, "veridium_ore"), VERIDIUM_ORE_FEATURE);
Registry.register(Registry.ITEM, new Identifier(NAMESPACE, "veridium_powder"), VERIDIUM_POWDER_ITEM);
Registry.register(Registry.ITEM, new Identifier(NAMESPACE, "veridium_orb"), VERIDIUM_ORB_ITEM);
NETWORK_CHIP_ITEM = Registry.register(Registry.ITEM, new Identifier(NAMESPACE, "network_chip"), new NetworkChipItem());
@ -160,8 +161,6 @@ public class EnergonRelics implements ModInitializer {
BLOCK_BREAKER_BLOCK.register("block_breaker");
Registry.register(Registry.ITEM, new Identifier(NAMESPACE, "veridium_powder"), VERIDIUM_POWDER_ITEM);
CustomPotions.register();
LIGHTNING_ROD_BASE_BLOCK.register("lightning_rod_base");