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. @@ -1457,8 +1457,8 @@ runAfterLoad(function(){
- ` - document.getElementById("extraInfo").innerHTML = ` - Changelog(NEW)FeedbackWikiRedditDiscord • Install OfflineVariables

v1.9.3 • 559 elements, with 0 hidden.

©2021-2024. All Rights Reserved.

- ` + `) + // document.getElementById("extraInfo").innerHTML = ` + // Changelog(NEW)FeedbackWikiRedditDiscord • Install OfflineVariables

v1.9.3 • 559 elements, with 0 hidden.

©2021-2024. All Rights Reserved.

+ // ` });