aboutsummaryrefslogtreecommitdiff
path: root/kubatech/src
diff options
context:
space:
mode:
Diffstat (limited to 'kubatech/src')
-rw-r--r--kubatech/src/functionalTest/resources/mcmod.info15
-rw-r--r--kubatech/src/main/resources/LICENSE15
-rw-r--r--kubatech/src/main/resources/mcmod.info21
3 files changed, 0 insertions, 51 deletions
diff --git a/kubatech/src/functionalTest/resources/mcmod.info b/kubatech/src/functionalTest/resources/mcmod.info
deleted file mode 100644
index e80179bbd2..0000000000
--- a/kubatech/src/functionalTest/resources/mcmod.info
+++ /dev/null
@@ -1,15 +0,0 @@
-[
- {
- "modid":"kubatech-tests",
- "name":"KubaTech Dev Tests",
- "description":"KubaTech Tests to run in the development environment",
- "version":"1.0",
- "mcversion":"1.7.10",
- "url":"https://github.com/GTNewHorizons/KubaTech",
- "updateUrl":"",
- "authorList":[],
- "credits":"",
- "logoFile":"",
- "screenshots":[]
- }
-]
diff --git a/kubatech/src/main/resources/LICENSE b/kubatech/src/main/resources/LICENSE
deleted file mode 100644
index 54e963e96e..0000000000
--- a/kubatech/src/main/resources/LICENSE
+++ /dev/null
@@ -1,15 +0,0 @@
-KubaTech - Gregtech addon
-Copyright (C) 2022 - 2024 kuba6000
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 3 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public License
-along with this library. If not, see <https://www.gnu.org/licenses/>.
diff --git a/kubatech/src/main/resources/mcmod.info b/kubatech/src/main/resources/mcmod.info
deleted file mode 100644
index 21f690078c..0000000000
--- a/kubatech/src/main/resources/mcmod.info
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "modListVersion": 2,
- "modList": [{
- "modid": "${modId}",
- "name": "${modName}",
- "description": "Gregtech addon.",
- "version": "${modVersion}",
- "mcversion": "${minecraftVersion}",
- "url": "https://github.com/GTNewHorizons/KubaTech/",
- "updateUrl": "",
- "authorList": ["kuba6000"],
- "credits": "",
- "logoFile": "assets/kubatech/textures/gui/logo.jpg",
- "screenshots": [],
- "parent": "",
- "requiredMods": [],
- "dependencies": [],
- "dependants": [],
- "useDependencyInformation": true
- }]
-}