From c677b3c1b58a3da7690f0a7dbfc1a38da83582a2 Mon Sep 17 00:00:00 2001 From: creeper2eletricboogaloo Date: Thu, 16 Apr 2026 15:12:43 +0100 Subject: [PATCH 1/2] Update index.json --- texture_packs/index.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/texture_packs/index.json b/texture_packs/index.json index e69de29..fb5585c 100644 --- a/texture_packs/index.json +++ b/texture_packs/index.json @@ -0,0 +1,3 @@ +{ + "packs": [] +} From 89be51e4d22c67bc666672df0f390a5baa108c5f Mon Sep 17 00:00:00 2001 From: creeper2eletricboogaloo Date: Thu, 16 Apr 2026 15:18:49 +0100 Subject: [PATCH 2/2] Update index.json --- texture_packs/index.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/texture_packs/index.json b/texture_packs/index.json index fb5585c..d9e7020 100644 --- a/texture_packs/index.json +++ b/texture_packs/index.json @@ -1,3 +1,11 @@ { - "packs": [] + "packs": [ + { + "id": "plastic_texture_pack", + "name": "Plastic Texture Pack", + "description": "placeholder", + "downloadURI": "https://cdn.modrinth.com/data/meEXwbr9/versions/rO6NFLGh/Plastic%20Texture%20Pack.zip", + "imageUrl": "" + } + ] }