From 8112ff4c5972114c8e6810bf0b3cf703bd25939e Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:32:00 -0500 Subject: [PATCH] fix pipes --- mods/a_mod_by_alice.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index ff7dd31a..fe440816 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -43834,13 +43834,17 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa //END ## + Object.defineProperty(elements.pipe, "movable", { + value: false, + writable: false //**** you, you're not changing it to true. + }); + elements.unknown = { color: "#FFFFFF", behavior: behaviors.WALL, maxColorOffset: 0 }; - "sand" } else { var nonexistentMods = dependencies.filter(function(modPath) { return !(enabledMods.includes(modPath)) }); nonexistentMods.forEach(function(modPath) {