From ad2ff96830c68d0aaf850b5a1cd3e1358ca266dd Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:30:36 -0500 Subject: [PATCH] mmm yeah thats needed --- mods/nousersthings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 5a94537c..fa47fc1f 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2510,8 +2510,7 @@ elements.solid_diamond = { "l": "#A2DBF2", "S": "#BDF8FF" }, - tempHigh: elements.diamond.tempHigh, - stateHigh: elements.diamond.stateHigh, + reactions: elements.diamond.reactions, state: "solid", density: elements.diamond.density, hardness: elements.diamond.hardness, @@ -2629,6 +2628,7 @@ elements.spacedust_cola = { state: "liquid", reactions: {head: {elem1: null, chance: 0.02}}, density: elements.tungsten.density, + isFood: true, } elements.spacedust = { color: ["#090033", "#0a0027", "#0a001b", "#0b000f", "#090033", "#0a0027", "#0a001b", "#0b000f", "#090033", "#0a0027", "#0a001b", "#0b000f", "#090033", "#0a0027", "#0a001b", "#0b000f", "#090033", "#0a0027", "#0a001b", "#0b000f", "#090033", "#0a0027", "#0a001b", "#0b000f", "#ffffff"], @@ -3812,7 +3812,7 @@ elements.pipe_receiver = { if (!isEmpty(x, y, true)){ if (listPipes.includes(pixelMap[x][y].element)){ if (["channel_pipe", "destroyable_channel_pipe"].includes(pixelMap[x][y].element)){ - if (pixelMap[x][y].channel == pixel.channel){ + if (pixelMap[x][y].channel == pixel.channel && !pixelMap[x][y].con){ pixelMap[x][y].con = pixel.con; delete pixel.con; }