Update cubesstuff.js
This commit is contained in:
parent
10f1aa0aad
commit
a0b5263f35
|
|
@ -3207,6 +3207,7 @@ elements.element_line = {
|
||||||
hidden: true,
|
hidden: true,
|
||||||
excludeRandom: true,
|
excludeRandom: true,
|
||||||
insulate: true,
|
insulate: true,
|
||||||
|
movable: false,
|
||||||
onSelect() {
|
onSelect() {
|
||||||
promptInput("Input the element it should use", (input) => {
|
promptInput("Input the element it should use", (input) => {
|
||||||
if (!input) return;
|
if (!input) return;
|
||||||
|
|
@ -3323,3 +3324,4 @@ elements.replace_all_of_element = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue