Update pullers.js

This commit is contained in:
voidapex11 2024-05-15 12:01:59 +01:00 committed by GitHub
parent 437f612857
commit 8cc3cd4924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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
}