Update cubesstuff.js

This commit is contained in:
Cube14yt 2025-09-19 19:57:08 +08:00 committed by GitHub
parent 10f1aa0aad
commit a0b5263f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3207,6 +3207,7 @@ elements.element_line = {
hidden: true,
excludeRandom: true,
insulate: true,
movable: false,
onSelect() {
promptInput("Input the element it should use", (input) => {
if (!input) return;
@ -3323,3 +3324,4 @@ elements.replace_all_of_element = {
}
}
}