From caa52626d06621096a82a9a81981ba9e7d29edb1 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:50:02 -0400 Subject: [PATCH 1/2] asdsdfz --- mods/nousersthings.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 2a1670af..f1413279 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -3201,7 +3201,8 @@ elements.gallium_nitride = { } } } - } + }, + movable: false, } elements.molten_gallium_nitride = { color: ["#d29d70", "#cf8e5e", "#cd7e4e", "#ca6d40", "#c75b33"], @@ -3237,7 +3238,8 @@ elements.gallium_phosphide = { } } } - } + }, + movable: false, } elements.molten_gallium_phosphide = { color: ["#a36936", "#cf8e5e", "#9b4c1c", "#ca6d40", "#a13d19"], @@ -3325,7 +3327,8 @@ elements.galvanized_steel = { } } } - } + }, + movable: false } if (!eLists.metals) { eLists.metals = [] } eLists.metals = eLists.metals.concat(["galvanized_steel"]) From 30689f366ba9a43427bc5a288f7119708cd7976f Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:05:33 -0400 Subject: [PATCH 2/2] adasdasd --- mods/nousersthings.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index f1413279..ad67640f 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2884,16 +2884,16 @@ elements.specific_ray_emitter = { pixel.rgb[0] = parseInt(pixel.rgb[0]) pixel.rgb[1] = parseInt(pixel.rgb[1]) pixel.rgb[2] = parseInt(pixel.rgb[2]) - console.log(pixel.rgb) + //console.log(pixel.rgb) var hsvResult = RGBtoHSV(pixel.rgb[0], pixel.rgb[1], pixel.rgb[2]); pixel.tHue = hsvResult.h; var rgbResult = HSVtoRGB(pixel.tHue + (1/360), 1, 1); - console.log(rgbResult) + //console.log(rgbResult) const hexR = rgbResult.r.toString(16).padStart(2, '0'); const hexG = rgbResult.g.toString(16).padStart(2, '0'); const hexB = rgbResult.b.toString(16).padStart(2, '0'); const hexCode = `#${hexR}${hexG}${hexB}`; - console.log(hexCode) + //console.log(hexCode) pixel.color = pixelColorPick(pixel, hexCode)} for (var i = 0; i < squareCoords.length; i++) { var coord = squareCoords[i]; @@ -3289,7 +3289,8 @@ elements.function_machine = { } } } - } + }, + excludeRandom: true, } elements.galvanized_steel = { color: "#4c585f",