From 44b0683b9ab6d38a9480e3606efd24ee1cab4ff4 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:57:43 -0500 Subject: [PATCH] mod hotfix --- mods/morechemistry.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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
+ // ` });