]> git.somenet.org - factorio/some-gleba-science.git/commitdiff
RELEASE 2.0.0 - Published another trivial mod master
authorSomeone <someone@somenet.org>
Sun, 1 Dec 2024 03:29:33 +0000 (04:29 +0100)
committerSomeone <someone@somenet.org>
Sun, 1 Dec 2024 03:29:33 +0000 (04:29 +0100)
License.txt [new file with mode: 0644]
changelog.txt [new file with mode: 0644]
data-final-fixes.lua [new file with mode: 0644]
info.json [new file with mode: 0644]
thumbnail.png [new file with mode: 0644]

diff --git a/License.txt b/License.txt
new file mode 100644 (file)
index 0000000..6c8ba8c
--- /dev/null
@@ -0,0 +1,19 @@
+Copyright (c) 2024 Someone <someone@somenet.org>
+
+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 (file)
index 0000000..6e3180f
--- /dev/null
@@ -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 (file)
index 0000000..5ac9675
--- /dev/null
@@ -0,0 +1,5 @@
+-- disable spoilage\r
+data.raw["tool"]["agricultural-science-pack"].spoil_ticks = Nil\r
+\r
+-- spoil to itself to prevent despawning of already existing spoilable science packs.\r
+data.raw["tool"]["agricultural-science-pack"].spoil_result = "agricultural-science-pack"\r
diff --git a/info.json b/info.json
new file mode 100644 (file)
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 (file)
index 0000000..9826338
Binary files /dev/null and b/thumbnail.png differ