From 8cc3cd4924af99ed4be3e4daed7bfa1a68759a09 Mon Sep 17 00:00:00 2001 From: voidapex11 <154328367+voidapex11@users.noreply.github.com> Date: Wed, 15 May 2024 12:01:59 +0100 Subject: [PATCH] Update pullers.js --- mods/pullers.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mods/pullers.js b/mods/pullers.js index c8c60552..1f88c621 100644 --- a/mods/pullers.js +++ b/mods/pullers.js @@ -419,6 +419,7 @@ elements.black_hole = { maxSize: 1, properties: { range: 10, + immovable: true, }, tick: function(pixel) { @@ -467,5 +468,8 @@ elements.black_hole = { temp: -273.15, insulate:true, conduct: 0, + excludeRandom: true, + noMix: true, state: "solid", + movable: false }