diff --git a/mods/fey_and_more.js b/mods/fey_and_more.js index 24605965..667f3872 100644 --- a/mods/fey_and_more.js +++ b/mods/fey_and_more.js @@ -3,7 +3,7 @@ /* === CHANGELOG === -1.2 Version +2.0 Version + Updated to Mod Manager format + Essence and spirits + Mix mana with essence to create concoction: incredibly reactive, but tends to make mistakes. @@ -77,8 +77,8 @@ behaviors.FAIRYKILL = [ ]; // Changing vanilla elements -elements.iron.color = behaviors.FAIRYKILL; -elements.silver.color = behaviors.FAIRYKILL; +elements.iron.behavior = behaviors.FAIRYKILL; +elements.silver.behavior = behaviors.FAIRYKILL; elements.plague.category = "corruption"; @@ -1346,4 +1346,4 @@ elements.enchanted_ketchup = { state: "liquid", density: 1235, hidden: true -}; \ No newline at end of file +};