hide element
This commit is contained in:
parent
36653836e2
commit
d99c2d40fb
|
|
@ -14,6 +14,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod))
|
||||||
});
|
});
|
||||||
|
|
||||||
elements.insulate_flash = {
|
elements.insulate_flash = {
|
||||||
|
hidden: true,
|
||||||
color: "#fffdcf",
|
color: "#fffdcf",
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
if (Math.random() < 0.75 && pixelTicks - pixel.start > 1) {
|
if (Math.random() < 0.75 && pixelTicks - pixel.start > 1) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue