Skip to content

Commit

Permalink
fix(balance): ✏️[Fertilized Essence] cheaper, x8 output
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent bc541b4 commit 29976bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mods/mysticalagriculture.zs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ mods.rats.recipes.addChefRatRecipe(<ore:quartzMana>.firstItem, <mysticalagricult
mods.botania.ManaInfusion.addConjuration(<mysticalagriculture:infusion_crystal>, <astralsorcery:blockcelestialcollectorcrystal:*>, 25000);

// [Fertilized Essence] from [Phyto-Gro]*2[+4]
craft.reshapeless(<mysticalagriculture:fertilized_essence>, 'rF*ef', {
craft.reshapeless(<mysticalagriculture:fertilized_essence> * 8, 'rF*ef', {
'*': anyDamageCrystal, // Inferium Infusion Crystal
'r': <actuallyadditions:item_fertilizer>, // Fertilizer
'F': <ic2:crop_res:2>, // Fertilizer
Expand Down

0 comments on commit 29976bd

Please sign in to comment.