From 7625ba3e9618ade3825689a9618625ca1be5bae2 Mon Sep 17 00:00:00 2001 From: DaviStudios <112717418+DaviStudios@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:53:14 +0200 Subject: [PATCH] Add files via upload --- mods/kopalstuff.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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