From c8f2c252a8154f7509ae1e265b8d2c58b90d9b6f Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:10:44 -0400 Subject: [PATCH 01/17] remove hot permafrost which were the result of a bug --- mods/a_mod_by_alice.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index 94c10148..d6759de1 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -20713,6 +20713,9 @@ Pixel size (rendering only): (Use if the save looks cut o continue; }; var rockData = rockInfo._data ?? ["error","error","hot_unknown"]; + if(rockData[2] == "icy_particulate") { + continue + }; var newName = rockName.startsWith("dry_") ? rockName.replace("dry_","hot_") : "hot_" + rockName; //console.log(rockInfo.stateHigh); elements[newName] = { @@ -25660,7 +25663,7 @@ Pixel size (rendering only): (Use if the save looks cut o rocksSandsAndSoilsToGiveHotForms = Object.keys(elements).filter( function(elemName) { //console.log(elemName,elements[elemName]._data?.[2]); - return (!(["clay","limestone","black_limestone"].includes(elemName)) && ["igneous_rock","solid_igneous_rock","igneous_gravel","sedimentary_rock","particulate","packed_particulate","metamorphic_rock","solid_metamorphic_rock","metamorphic_gravel"].includes(elements[elemName]._data?.[2])) + return (!(["clay","limestone","black_limestone"].includes(elemName)) && !(elemName.endsWith("permafrost")) && ["igneous_rock","solid_igneous_rock","igneous_gravel","sedimentary_rock","particulate","packed_particulate","metamorphic_rock","solid_metamorphic_rock","metamorphic_gravel"].includes(elements[elemName]._data?.[2])) } ); if(rocksSandsAndSoilsToGiveHotForms.includes("clay")) { rocksSandsAndSoilsToGiveHotForms.splice(rocksSandsAndSoilsToGiveHotForms.indexOf("clay"),1) }; From 22a62fa8c069682df1a95076cf3fe2abb81253a4 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:52:45 -0400 Subject: [PATCH 02/17] census --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3bc14fa8..b019698f 100644 --- a/index.html +++ b/index.html @@ -16459,7 +16459,7 @@ window.onload = function() {
-
ChangelogFeedbackWikiTwitterDiscord
+
ChangelogFeedbackWikiTwitterDiscord

FILL OUT THE CENSUS(NEW)