diff --git a/mods/morechemistry.js b/mods/morechemistry.js index 3549e61b..65bb4326 100644 --- a/mods/morechemistry.js +++ b/mods/morechemistry.js @@ -1387,7 +1387,7 @@ elements.sign = { } } runAfterLoad(function(){ - document.body.innerHTML += ` + document.body.insertAdjacentHTML("beforeend",` these are all properties of the pixel. another way to find pixel properties is using debug on a pixel, it will tell you the property and the value, like x and y, or, in plants.js, fruit.
v1.9.3 • 559 elements, with hidden.
©2021-2024. All Rights Reserved. R74n
- ` + `) + // document.getElementById("extraInfo").innerHTML = ` + // Changelog(NEW) • Feedback • Wiki • Reddit • Discordv1.9.3 • 559 elements, with hidden.
©2021-2024. All Rights Reserved. R74n
+ // ` });