From: Someone Date: Sun, 1 Dec 2024 03:29:33 +0000 (+0100) Subject: RELEASE 2.0.0 - Published another trivial mod X-Git-Url: https://git.somenet.org/factorio/some-gleba-science.git/commitdiff_plain?ds=sidebyside RELEASE 2.0.0 - Published another trivial mod --- diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..6c8ba8c --- /dev/null +++ b/License.txt @@ -0,0 +1,19 @@ +Copyright (c) 2024 Someone + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..6e3180f --- /dev/null +++ b/changelog.txt @@ -0,0 +1,6 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.0.0 +Date: 2024-12-01 + + Changed: + - Published another trivial mod. diff --git a/data-final-fixes.lua b/data-final-fixes.lua new file mode 100644 index 0000000..5ac9675 --- /dev/null +++ b/data-final-fixes.lua @@ -0,0 +1,5 @@ +-- disable spoilage +data.raw["tool"]["agricultural-science-pack"].spoil_ticks = Nil + +-- spoil to itself to prevent despawning of already existing spoilable science packs. +data.raw["tool"]["agricultural-science-pack"].spoil_result = "agricultural-science-pack" diff --git a/info.json b/info.json new file mode 100644 index 0000000..04f1cd0 --- /dev/null +++ b/info.json @@ -0,0 +1,13 @@ +{ + "name": "some-gleba-science", + "version": "2.0.0", + "title": "Gleba science never spoils", + "author": "someone1337", + "homepage": "https://git.somenet.org/factorio/some-gleba-science.git", + "description": "Do you hate it that the green science bottles on gleba spoil? Use this to disable spoilage of gleba science.", + "factorio_version": "2.0", + "dependencies": [ + "base >= 2.0", + "space-age >= 2.0.0" + ] +} diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..9826338 Binary files /dev/null and b/thumbnail.png differ