Skip to content

Commit

Permalink
Add recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos committed Jan 22, 2025
1 parent 854e4cb commit 10e6ebb
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,17 @@ public static void init() {
"ingotDraconium",
'C',
ModItems.draconicCore);
addOre(
ModBlocks.dislocatorInhibitor,
"IBI",
"BDB",
"IBI",
'I',
"ingotIron",
'B',
Blocks.iron_bars,
'D',
new ItemStack(ModItems.magnet, 1, 0));

// machines adv
ItemStack mobSoul = new ItemStack(ModItems.mobSoul);
Expand Down

0 comments on commit 10e6ebb

Please sign in to comment.