diff --git a/mods/kopalstuff.js b/mods/kopalstuff.js index 0db6fd1c..91e3ac1e 100644 --- a/mods/kopalstuff.js +++ b/mods/kopalstuff.js @@ -1,17 +1,14 @@ /* -1.0.1 - Also checkout sbstuff.js by sb! Without it, this mod wouldn't be possible! Discords of people that helped me: usecit - UseCit.psd nousernamefound - nousernamefound -pixelegend4 - pixelegend4 Credits: Saschas - Waterpowder idea -Fantasy Elements - Phoenix idea + */ @@ -314,4 +311,4 @@ elements.water.reactions["deadflyingcreature"] = { elem1: "dirty_water"}; elements.water.reactions["deadcreature"] = { elem1: "dirty_water"}; elements.water.reactions["dirty_water"] = { elem1: "dirty_water"}; elements.ant.reactions["alcohol"] = { elem1: "antdna", elem2: null }; -elements.fly.reactions["alcohol"] = { elem1: "flydna", elem2: null }; +elements.fly.reactions["alcohol"] = { elem1: "flydna", elem2: null }; \ No newline at end of file