From fa4a36d9f9becb7c7980a2465aedbb08b207e82d Mon Sep 17 00:00:00 2001 From: Cube14yt Date: Mon, 18 Aug 2025 22:31:32 +0800 Subject: [PATCH] Update cubesstuff.js --- mods/cubesstuff.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mods/cubesstuff.js b/mods/cubesstuff.js index cdfaabb8..7bd31da7 100644 --- a/mods/cubesstuff.js +++ b/mods/cubesstuff.js @@ -1533,7 +1533,6 @@ function tryJump(headPixel) { // Robot elements elements.robot_head = { color: "#d9d9d9", - behavior: behaviors.SOLID, category: "machines", tick(pixel) { const body = getPixel(pixel.x, pixel.y + 1); @@ -1572,7 +1571,6 @@ elements.robot_head = { elements.robot_body = { color: "#b1b1b1", - behavior: behaviors.SOLID, category: "machines", tick(pixel) { const head = getPixel(pixel.x, pixel.y - 1); @@ -1598,7 +1596,6 @@ elements.robot_body = { // Robot creator element elements.robot = { color: "#b1b1b1", - behavior: behaviors.SOLID, category: "machines", onSelect() { promptChoose( @@ -1845,3 +1842,4 @@ elements.adjustable_cooler = { } }; +