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

View File

@ -62,7 +62,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod))
if(elements.nellsun) { elements.nellsun.isSun = true };
if(elements.rainbow_sun) { elements.rainbow_sun.isSun = true };
elements.cool_ray = {
elements.cold_ray = {
color: ["#00ffae","#00ffff"],
tick: function(pixel) {
var x = pixel.x;