From 2a56dac2733e00d99df8092df0d2cb8ba630fad9 Mon Sep 17 00:00:00 2001 From: TyBraniff Date: Sat, 19 Apr 2025 00:35:40 -0400 Subject: [PATCH 1/2] Update addons.conf Added 3 resource packs TravelersBackpack ConnectedGlass Rechiseled --- assets/addon_browser/addons.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/assets/addon_browser/addons.conf b/assets/addon_browser/addons.conf index 5017e14..4d5ffff 100644 --- a/assets/addon_browser/addons.conf +++ b/assets/addon_browser/addons.conf @@ -1008,4 +1008,33 @@ "github": "https://github.com/Renaud11232/BlueMapSpawn" } } + { + name: "TravelersBackpack x Bluemap" + description: "A Resource pack to help TravelersBackpack Mod load models and textures correctly with Bluemap" + author: "TyBraniff" + apiVersion: "" + platforms: ["resourcepack"] + links: { + "modrinth": "https://modrinth.com/resourcepack/bluemap-x-travelersbackpack" + "github": "https://github.com/TyBraniff/Bluemap-x-TravelersBackpack" + } + { + name: "ConnectedGlass x Bluemap" + description: "A Resource pack to help ConnectedGlass Mod load models and textures correctly with Bluemap" + author: "TyBraniff" + apiVersion: "" + platforms: ["resourcepack"] + links: { + "github": "https://github.com/TyBraniff/Bluemap-x-ConnectedGlass" + } + { + name: "Rechiseled x Bluemap" + description: "A Resource pack to help Rechiseled Mod load models and textures correctly with Bluemap" + author: "TyBraniff" + apiVersion: "" + platforms: ["resourcepack"] + links: { + "modrinth": "https://modrinth.com/resourcepack/bluemap-x-rechiseled" + "github": "https://github.com/TyBraniff/Bluemap-x-Rechiseled" + } ] From 92eef78d3a1c34841b3f35e4318fade844f6483f Mon Sep 17 00:00:00 2001 From: TyBraniff Date: Sat, 19 Apr 2025 00:40:07 -0400 Subject: [PATCH 2/2] Update addons.conf Fixin' --- assets/addon_browser/addons.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/addon_browser/addons.conf b/assets/addon_browser/addons.conf index 4d5ffff..41099aa 100644 --- a/assets/addon_browser/addons.conf +++ b/assets/addon_browser/addons.conf @@ -1018,6 +1018,7 @@ "modrinth": "https://modrinth.com/resourcepack/bluemap-x-travelersbackpack" "github": "https://github.com/TyBraniff/Bluemap-x-TravelersBackpack" } + } { name: "ConnectedGlass x Bluemap" description: "A Resource pack to help ConnectedGlass Mod load models and textures correctly with Bluemap" @@ -1027,6 +1028,7 @@ links: { "github": "https://github.com/TyBraniff/Bluemap-x-ConnectedGlass" } + } { name: "Rechiseled x Bluemap" description: "A Resource pack to help Rechiseled Mod load models and textures correctly with Bluemap" @@ -1037,4 +1039,5 @@ "modrinth": "https://modrinth.com/resourcepack/bluemap-x-rechiseled" "github": "https://github.com/TyBraniff/Bluemap-x-Rechiseled" } + } ]