Skip to content

Commit

Permalink
Merge pull request #5 from EnderProyects/main
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
EnderProyects authored Oct 21, 2024
2 parents fecda96 + f8b31f0 commit 80a6c40
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions src/main/java/ab/common/lib/register/RecipeListAB.java
Original file line number Diff line number Diff line change
Expand Up @@ -1140,51 +1140,6 @@ public static void setupCrafting() {
new AdvancedPlateCraftPage(advandedAgglomerationPlate, nebulaRecipe.getOutput(), ".abCraft0") })
.setIcon(new ItemStack(BlockListAB.blockABPlate));

// Ae2 additions recipes

GameRegistry.addRecipe(
new ShapedOreRecipe(
new ItemStack((Item) Item.itemRegistry.getObject("ae2additions:a_accelerators"), 1, 2),
"CCC",
"C8C",
"CCC",
'8',
new ItemStack(
(Item) Item.itemRegistry.getObject("appliedenergistics2:item.ItemMultiMaterial"),
1,
34),
'C',
new ItemStack((Item) Item.itemRegistry.getObject("ae2additions:a_accelerators"), 1, 1)));
GameRegistry.addRecipe(
new ShapedOreRecipe(
new ItemStack((Item) Item.itemRegistry.getObject("ae2additions:a_accelerators"), 1, 1),
"CCC",
"C8C",
"CCC",
'8',
new ItemStack(
(Item) Item.itemRegistry.getObject("appliedenergistics2:item.ItemMultiMaterial"),
1,
34),
'C',
new ItemStack((Item) Item.itemRegistry.getObject("ae2additions:a_accelerators"))));
GameRegistry.addRecipe(
new ShapedOreRecipe(
new ItemStack((Item) Item.itemRegistry.getObject("ae2additions:a_accelerators")),
"CCC",
"C8C",
"CCC",
'8',
new ItemStack(
(Item) Item.itemRegistry.getObject("appliedenergistics2:item.ItemMultiMaterial"),
1,
34),
'C',
new ItemStack(
(Item) Item.itemRegistry.getObject("appliedenergistics2:tile.BlockCraftingUnit"),
1,
1)));

// Natural mana spreader recipe

GameRegistry.addRecipe(
Expand Down

0 comments on commit 80a6c40

Please sign in to comment.