fix pipes

This commit is contained in:
An Orbit 2024-01-18 16:32:00 -05:00 committed by GitHub
parent 8acbe56938
commit 8112ff4c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -43834,13 +43834,17 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
//END ##
Object.defineProperty(elements.pipe, "movable", {
value: false,
writable: false //**** you, you're not changing it to true.
});
elements.unknown = {
color: "#FFFFFF",
behavior: behaviors.WALL,
maxColorOffset: 0
};
"sand"
} else {
var nonexistentMods = dependencies.filter(function(modPath) { return !(enabledMods.includes(modPath)) });
nonexistentMods.forEach(function(modPath) {