diff --git a/changelog.txt b/changelog.txt index d436e74d..48d5e042 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 3.0.63 Date: ???? Changes: + - Remove productivity watermark from botanical nursery recipes. Resolves https://github.com/pyanodon/pybugreports/issues/1360 - Allowed sea sponges mk02+ from sea sponge sprouts mk02+ to accept productivity. Resolves https://github.com/pyanodon/pybugreports/issues/1335 - Fixed cadaveric arum smart farm recipe 2 being the same as recipe 3. Resolves https://github.com/pyanodon/pybugreports/issues/1358 - Switched smart farm autolaunch hotfix to proper runtime API call introduced in 2.0.73 diff --git a/data-final-fixes.lua b/data-final-fixes.lua index a1e0505a..a67bd334 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -42,7 +42,7 @@ local recipes_list = { "auog-food-02-sawdust", "auog-food-02", "auog", - "bhoddos-sample", + -- "bhoddos-sample", "bhoddos-to-ti", "bio-container", "biobattery", @@ -57,7 +57,7 @@ local recipes_list = { "bones-to-phosphate", "brain-guts-to-zinc", "brain-to-zinc", - "cadaveric-arum-sample", + -- "cadaveric-arum-sample", "cadaveric-to-copper", "cadaveric-to-sulfur", "cage", @@ -80,7 +80,7 @@ local recipes_list = { "cottongut-food-01", "cottongut-food-02", "cottongut-food-03", - "cridren-sample", + -- "cridren-sample", "cridren-seeds-to-mo", "cysteine", "cytostatics", @@ -156,7 +156,7 @@ local recipes_list = { "formic-acid", "gas-bladder-to-natura-gas", "gasoline-cellulose", - "grod-sample", + -- "grod-sample", "grod-to-tin", "grod-to-zinc", "gta", @@ -167,7 +167,7 @@ local recipes_list = { "hyaline", "immunosupressants", "kicalk-fiber", - "kicalk-sample", + -- "kicalk-sample", "kicalk-to-iron", "kmauts-ration-chitin", "korlex-food-01", @@ -206,7 +206,7 @@ local recipes_list = { "mukmoux", "nano-cellulose", "naven-coal", - "navens-sample", + -- "navens-sample", "navens-spore", "navens-to-ti", "navens-to-tin", @@ -247,13 +247,13 @@ local recipes_list = { "py-science-pack-3", "py-science-pack-4-turd", "py-science-pack-4", - "ralesia-sample", - "ralesia-seeds-paper-towel", + -- "ralesia-sample", + -- "ralesia-seeds-paper-towel", "recombinant-ery-2", "recombinant-ery-3", "recombinant-ery", - "rennea-sample", - "rennea-seeds", + -- "rennea-sample", + -- "rennea-seeds", "rennea-to-copper", "rennea-to-phosphate", "replicator-bioreserve", @@ -288,8 +288,8 @@ local recipes_list = { "sweet-syrup", "syrup-01", "tuupha-to-iron", - "tuuphra-sample", - "tuuphra-seeds", + -- "tuuphra-sample", + -- "tuuphra-seeds", "tuuphra-to-copper", "tuuphra-to-mo", "ulric-food-01", @@ -299,14 +299,14 @@ local recipes_list = { "vrauks-food-01", "vrauks-food-02", "vrauks", - "wood-seedling", + -- "wood-seedling", "wood-seeds-to-phosphate", "wood-seeds", "workers-food-02", "workers-food-03", "workers-food", "yaedol-to-sulfur", - "yaedols-sample", + -- "yaedols-sample", "yaedols-spores", "yaedols-to-copper", "yotoi-cellulose", @@ -314,10 +314,10 @@ local recipes_list = { "yotoi-fruit-to-tin", "yotoi-leaves-to-chromium", "yotoi-leaves", - "yotoi-sample", + -- "yotoi-sample", "yotoi-seed-to-chromium", - "yotoi-seeds-cold", - "yotoi-seeds", + -- "yotoi-seeds-cold", + -- "yotoi-seeds", "zinc-finger-proteins", "zipir-food-01", "zipir-food-02",