hide element

This commit is contained in:
An Orbit 2023-04-17 16:19:32 -04:00 committed by GitHub
parent 36653836e2
commit d99c2d40fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod))
});
elements.insulate_flash = {
hidden: true,
color: "#fffdcf",
tick: function(pixel) {
if (Math.random() < 0.75 && pixelTicks - pixel.start > 1) {