fix pipes
This commit is contained in:
parent
8acbe56938
commit
8112ff4c59
|
|
@ -43834,13 +43834,17 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
|
||||||
|
|
||||||
//END ##
|
//END ##
|
||||||
|
|
||||||
|
Object.defineProperty(elements.pipe, "movable", {
|
||||||
|
value: false,
|
||||||
|
writable: false //**** you, you're not changing it to true.
|
||||||
|
});
|
||||||
|
|
||||||
elements.unknown = {
|
elements.unknown = {
|
||||||
color: "#FFFFFF",
|
color: "#FFFFFF",
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
maxColorOffset: 0
|
maxColorOffset: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
"sand"
|
|
||||||
} else {
|
} else {
|
||||||
var nonexistentMods = dependencies.filter(function(modPath) { return !(enabledMods.includes(modPath)) });
|
var nonexistentMods = dependencies.filter(function(modPath) { return !(enabledMods.includes(modPath)) });
|
||||||
nonexistentMods.forEach(function(modPath) {
|
nonexistentMods.forEach(function(modPath) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue