Skip to content

Commit

Permalink
register draconium ore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Feb 26, 2024
1 parent 091c3a1 commit 413518b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/ganymedes01/etfuturum/recipes/ModRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,11 @@ public static void registerModdedDeepslateOres() {
DeepslateOreRegistry.addOre(ExternalContent.Blocks.BOP_GEM_ORE.get(), 12, ModBlocks.DEEPSLATE_BOP_ORE.get(), 5);
DeepslateOreRegistry.addOre(ExternalContent.Blocks.BOP_GEM_ORE.get(), 14, ModBlocks.DEEPSLATE_BOP_ORE.get(), 6);
}
if (ModBlocks.DEEPSLATE_DRACONIUM_ORE.isEnabled()) {
registerOre("oreDeepslateDraconium", ModBlocks.DEEPSLATE_DRACONIUM_ORE.newItemStack());
registerOre("oreDraconium", ModBlocks.DEEPSLATE_DRACONIUM_ORE.newItemStack());
DeepslateOreRegistry.addOre(ExternalContent.Blocks.DRACONIUM_ORE.get(), ModBlocks.DEEPSLATE_DRACONIUM_ORE.get());
}
}
}

Expand Down

0 comments on commit 413518b

Please sign in to comment.