From b172908d6a888f151170efd6bacaec3a5e50289f Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Thu, 14 Dec 2023 08:03:55 +0500 Subject: [PATCH] buildtools --- icon.png => .github/buildtools/icon.png | Bin mmc-pack.json | 38 ------------------------ 2 files changed, 38 deletions(-) rename icon.png => .github/buildtools/icon.png (100%) delete mode 100644 mmc-pack.json diff --git a/icon.png b/.github/buildtools/icon.png similarity index 100% rename from icon.png rename to .github/buildtools/icon.png diff --git a/mmc-pack.json b/mmc-pack.json deleted file mode 100644 index 3919fa1ea..000000000 --- a/mmc-pack.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "components": [ - { - "cachedName": "LWJGL 3", - "cachedVersion": "3.3.1", - "cachedVolatile": true, - "dependencyOnly": true, - "uid": "org.lwjgl3", - "version": "3.3.1" - }, - { - "cachedName": "Minecraft", - "cachedRequires": [ - { - "suggests": "3.3.1", - "uid": "org.lwjgl3" - } - ], - "cachedVersion": "1.20.1", - "important": true, - "uid": "net.minecraft", - "version": "1.20.1" - }, - { - "cachedName": "Forge", - "cachedRequires": [ - { - "equals": "1.20.1", - "uid": "net.minecraft" - } - ], - "cachedVersion": "47.2.6", - "uid": "net.minecraftforge", - "version": "47.2.6" - } - ], - "formatVersion": 1 -}