aboutsummaryrefslogtreecommitdiff
path: root/bartworks/src
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-24 19:41:29 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-24 19:41:29 +0100
commitb5d35f40afa606ed1b07061dad82e0521a59c186 (patch)
treede47b45304e51e6d9b2292ababba52e7ea826366 /bartworks/src
parentb9f34c370a6d5630adb7d0a924823bccaf8e3810 (diff)
downloadGT5-Unofficial-b5d35f40afa606ed1b07061dad82e0521a59c186.tar.gz
GT5-Unofficial-b5d35f40afa606ed1b07061dad82e0521a59c186.tar.bz2
GT5-Unofficial-b5d35f40afa606ed1b07061dad82e0521a59c186.zip
Merge mcmod.info
Diffstat (limited to 'bartworks/src')
-rw-r--r--bartworks/src/main/resources/mcmod.info55
1 files changed, 0 insertions, 55 deletions
diff --git a/bartworks/src/main/resources/mcmod.info b/bartworks/src/main/resources/mcmod.info
deleted file mode 100644
index a7205e0523..0000000000
--- a/bartworks/src/main/resources/mcmod.info
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "modListVersion": 2,
- "modList": [{
- "modid": "${modId}",
- "name": "${modName}",
- "description": "A Gregtech Addon.",
- "version": "${modVersion}",
- "mcversion": "${minecraftVersion}",
- "url": "https://github.com/bartimaeusnek/bartworks",
- "updateUrl": "",
- "authorList": ["bartimaeusnek"],
- "credits": "Gregorius Techneticies for making gregtech and allowing me to port his old stuff.\n Austin Appleby and Yonik Seeley for creating and putting the MurmurHash3 into the public domain.\n Spluff and EmeraldsEmerald for the Awesome Textures aswell.",
- "logoFile": "",
- "screenshots": [],
- "parent": "",
- "requiredMods": [],
- "dependencies": [],
- "dependants": [],
- "useDependencyInformation": false
- },{
- "modid": "bartworkscrossmod",
- "name": "BartWorks Mod Additions",
- "description": "",
- "version": "${modVersion}",
- "mcversion": "${minecraftVersion}",
- "url": "https://github.com/bartimaeusnek/bartworks",
- "updateUrl": "",
- "authorList": ["bartimaeusnek"],
- "credits": "",
- "logoFile": "",
- "screenshots": [],
- "parent": "bartworks",
- "requiredMods": [],
- "dependencies": [],
- "dependants": [],
- "useDependencyInformation": false
- },{
- "modid": "bartworkscrossmodtgregworkscontainer",
- "name": "BartWorks Mod Additions - TGregworks Container",
- "description": "",
- "version": "${modVersion}",
- "mcversion": "${minecraftVersion}",
- "url": "https://github.com/bartimaeusnek/bartworks",
- "updateUrl": "",
- "authorList": ["bartimaeusnek"],
- "credits": "",
- "logoFile": "",
- "screenshots": [],
- "parent": "bartworks",
- "requiredMods": [],
- "dependencies": [],
- "dependants": [],
- "useDependencyInformation": false
- }]
-}