categories
stan stay c stan stay c stan stay c stan stay c stan stay c stan stay c stan stay c stan stay c stan stay c stan stay c stan stay c
This commit is contained in:
parent
039290138a
commit
5fe51f1558
|
|
@ -7,6 +7,7 @@ if(enabledMods.includes(noConductMod)) {
|
||||||
color: "#7F3333",
|
color: "#7F3333",
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
noConduct: ["switch_on_control","switch_off_control"],
|
noConduct: ["switch_on_control","switch_off_control"],
|
||||||
|
category: "machines",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.switch_on = {
|
elements.switch_on = {
|
||||||
|
|
@ -15,6 +16,7 @@ if(enabledMods.includes(noConductMod)) {
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
noConduct: ["switch_on_control","switch_off_control"],
|
noConduct: ["switch_on_control","switch_off_control"],
|
||||||
|
category: "machines",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.switch_off_control = {
|
elements.switch_off_control = {
|
||||||
|
|
@ -27,6 +29,7 @@ if(enabledMods.includes(noConductMod)) {
|
||||||
],
|
],
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
noConduct: ["switch_on","switch_off"],
|
noConduct: ["switch_on","switch_off"],
|
||||||
|
category: "machines",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.switch_on_control = {
|
elements.switch_on_control = {
|
||||||
|
|
@ -39,6 +42,7 @@ if(enabledMods.includes(noConductMod)) {
|
||||||
],
|
],
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
noConduct: ["switch_on","switch_off"],
|
noConduct: ["switch_on","switch_off"],
|
||||||
|
category: "machines",
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
enabledMods.splice(enabledMods.indexOf(modName),0,noConductMod)
|
enabledMods.splice(enabledMods.indexOf(modName),0,noConductMod)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue