aboutsummaryrefslogtreecommitdiff
path: root/kubatech/src/main
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-25 14:42:08 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-25 14:42:08 +0100
commit14a97a5a177399cd8df7f246856c08fcda441afd (patch)
treef3d36aed219b61006dfe2d2cbc2c7b9ba08a7b68 /kubatech/src/main
parentc70fd94571c51549530c83f5616fb5b6fd26aa7b (diff)
downloadGT5-Unofficial-14a97a5a177399cd8df7f246856c08fcda441afd.tar.gz
GT5-Unofficial-14a97a5a177399cd8df7f246856c08fcda441afd.tar.bz2
GT5-Unofficial-14a97a5a177399cd8df7f246856c08fcda441afd.zip
Migrate KubaTech root and mcmod.info
Diffstat (limited to 'kubatech/src/main')
-rw-r--r--kubatech/src/main/resources/LICENSE15
-rw-r--r--kubatech/src/main/resources/mcmod.info21
2 files changed, 0 insertions, 36 deletions
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
- }]
-}