Skip to content

Commit

Permalink
Nerf instability
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Aug 13, 2024
1 parent 1aa9da4 commit 7370538
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ private static void initInfusionRecipes() {
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(ThaumicWonders.MODID, "shimmerleaf_seed"), new InfusionRecipe(
"TWOND_MYSTIC_GARDENING",
new ItemStack(ItemsTW.SHIMMERLEAF_SEED, 1),
2,
1,
new AspectList().add(Aspect.PLANT, 5).add(Aspect.LIFE, 5).add(Aspect.AURA, 5),
new ItemStack(Items.WHEAT_SEEDS),
new Object[] {
Expand All @@ -759,7 +759,7 @@ private static void initInfusionRecipes() {
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(ThaumicWonders.MODID, "cinderpearl_seed"), new InfusionRecipe(
"TWOND_MYSTIC_GARDENING",
new ItemStack(ItemsTW.CINDERPEARL_SEED, 1),
2,
1,
new AspectList().add(Aspect.PLANT, 5).add(Aspect.LIFE, 5).add(Aspect.FIRE, 5),
new ItemStack(Items.WHEAT_SEEDS),
new Object[] {
Expand All @@ -770,7 +770,7 @@ private static void initInfusionRecipes() {
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(ThaumicWonders.MODID, "vishroom_spore"), new InfusionRecipe(
"TWOND_MYSTIC_GARDENING",
new ItemStack(ItemsTW.VISHROOM_SPORE, 1),
2,
1,
new AspectList().add(Aspect.PLANT, 5).add(Aspect.LIFE, 5).add(Aspect.MAGIC, 5),
new ItemStack(Items.WHEAT_SEEDS),
new Object[] {
Expand Down

0 comments on commit 7370538

Please sign in to comment.