From a0b5263f35c76c6939745a25c49fb20d0253f35f Mon Sep 17 00:00:00 2001 From: Cube14yt Date: Fri, 19 Sep 2025 19:57:08 +0800 Subject: [PATCH] Update cubesstuff.js --- mods/cubesstuff.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/cubesstuff.js b/mods/cubesstuff.js index 891e747e..1d70c684 100644 --- a/mods/cubesstuff.js +++ b/mods/cubesstuff.js @@ -3207,6 +3207,7 @@ elements.element_line = { hidden: true, excludeRandom: true, insulate: true, + movable: false, onSelect() { promptInput("Input the element it should use", (input) => { if (!input) return; @@ -3323,3 +3324,4 @@ elements.replace_all_of_element = { } } } +