From b5d35f40afa606ed1b07061dad82e0521a59c186 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Fri, 24 May 2024 19:41:29 +0100 Subject: Merge mcmod.info --- bartworks/src/main/resources/mcmod.info | 55 --------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 bartworks/src/main/resources/mcmod.info (limited to 'bartworks/src') 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 - }] -} -- cgit