Skip to content

Commit

Permalink
Nerf Dimensional Ripper and Ore Diviner recipes
Browse files Browse the repository at this point in the history
These are quick temporary changes but the improvements were really needed.
  • Loading branch information
IcarussOne committed Aug 24, 2024
1 parent d062c61 commit 9d9720f
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,16 @@ private static void initArcaneRecipes() {
ThaumcraftApi.addArcaneCraftingRecipe(new ResourceLocation(ThaumicWonders.MODID, "dimensional_ripper"), new ShapedArcaneRecipe(
defaultGroup,
"TWOND_DIMENSIONAL_RIPPER",
250,
new AspectList().add(Aspect.AIR, 3).add(Aspect.ENTROPY, 3),
100,
new AspectList(),
BlocksTW.DIMENSIONAL_RIPPER,
new Object[] {
"BPB",
"BBB",
"VAV",
"VMV",
Character.valueOf('B'), "plateBrass",
Character.valueOf('P'), Ingredient.fromItem(ItemsTC.primordialPearl),
Character.valueOf('V'), "plateVoid",
Character.valueOf('A'), new ItemStack(ItemsTC.turretPlacer, 1, 2),
Character.valueOf('A'), new ItemStack(ItemsTC.morphicResonator),
Character.valueOf('M'), new ItemStack(ItemsTC.mechanismComplex)
}
));
Expand Down Expand Up @@ -561,12 +560,12 @@ private static void initInfusionRecipes() {
if (OreDictionary.doesOreNameExist("oreLead") && !OreDictionary.getOres("oreLead", false).isEmpty()) {
ingredients.add("oreLead");
}
divinerIngredients.add("oreCoal");
/*divinerIngredients.add("oreCoal");
divinerIngredients.add("oreRedstone");
divinerIngredients.add("oreLapis");
divinerIngredients.add("oreDiamond");
divinerIngredients.add("oreEmerald");
divinerIngredients.add("oreCinnabar");
divinerIngredients.add("oreCinnabar");*/
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(ThaumicWonders.MODID, "ore_diviner"), new InfusionRecipe(
"TWOND_ORE_DIVINER",
new ItemStack(BlocksTW.ORE_DIVINER),
Expand Down

0 comments on commit 9d9720f

Please sign in to comment.