From 55e24ef8be8812f19ee1f961e6086876cea1ff58 Mon Sep 17 00:00:00 2001 From: endernon Date: Thu, 9 Jan 2025 01:14:07 +0000 Subject: [PATCH] new pack.mcmeta format yep --- pack.mcmeta | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index 274ada9..5526d8a 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -7,29 +7,41 @@ }, "description": [ { - "text": "EnderNon Dark Pack", - "color": "#a45af9" + "text": "EnderNon DarkPack", + "color": "#a45af9", + "bold": true }, { - "text": " " + "text": " ", + "bold": false }, { - "text": "Wynn 2.1.1", - "color": "gray" + "text": "v3.1.0", + "color": "dark_purple", + "bold": true }, { - "text": "\n" + "text": "\n", + "bold": false }, { - "text": "MC 1.20.0+", - "color": "gray" + "text": "Wynn2.1.1", + "color": "#bbd65a", + "bold": false }, { - "text": " " + "text": " ", + "bold": false }, { - "text": "Jan. 06, 2025", - "color": "dark_gray" + "text": "MC1.20.0+", + "color": "#7d5a3d", + "bold": false + }, + { + "text": " 09.01.2025", + "color": "gray", + "bold": false } ] }