Skip to content

Commit

Permalink
fix: ✏️fix potion of growth and scattering have same recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Dec 29, 2024
1 parent eb53716 commit d759cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mods/potioncore.zs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ addBrewWithUpgradesFromBase(
// additional recipe for flight potions (reverse order of ingredients)
// addBrew("minecraft:swiftness", <minecraft:feather>, "potioncore:flight");
addBrewWithUpgrades(
awkward, <minecraft:chorus_fruit>, 'potioncore:teleport',
awkward, <randomthings:ingredient:7>, 'potioncore:teleport',
'potioncore:strong_teleport', null
);
addBrewWithConversions(
Expand Down

0 comments on commit d759cc0

Please sign in to comment.