From 80ea79bfa91e165f36406cf7b1184a94549b8b15 Mon Sep 17 00:00:00 2001 From: FrustratedProgrammer Date: Mon, 10 Jun 2024 21:44:52 -0600 Subject: [PATCH] Update version numbers --- Brilliance Datapack/TODO.md | 4 ---- Brilliance Datapack/data/do2/functions/version.mcfunction | 4 ++-- Brilliance Resourcepack/pack.mcmeta | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Brilliance Datapack/TODO.md b/Brilliance Datapack/TODO.md index 574080ea..fd8099df 100644 --- a/Brilliance Datapack/TODO.md +++ b/Brilliance Datapack/TODO.md @@ -13,10 +13,6 @@ - Finish the level interface book. - Need Mob Amount & Names implemented. - Fish markers have same issue as ravager markers, can be duplicated as it takes several ticks to summon markers so it can attempt to summon 99 of them for multiple ticks letting them stack up. -- Check to see if I can change user's cursor upon hovering a CLICKABLE link/bttn - - Logs buttons - - Buttons in books -- Add a forceFood config lever. - Have dropper config book have LINKS to each of the dropper categories. - Debate adding either `tracked:0b` or `tracked:1b` to egg rewards. - `tracked:0b` counts the crowns as floor crowns. Makes it easier to find out total crowns this run. diff --git a/Brilliance Datapack/data/do2/functions/version.mcfunction b/Brilliance Datapack/data/do2/functions/version.mcfunction index 83cbb065..5d6f6103 100644 --- a/Brilliance Datapack/data/do2/functions/version.mcfunction +++ b/Brilliance Datapack/data/do2/functions/version.mcfunction @@ -1,4 +1,4 @@ -# DATAPACK VERSION NUMBER: 0.11.56 +# DATAPACK VERSION NUMBER: 0.12.0 -tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.11.56§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] +tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.12.0§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] diff --git a/Brilliance Resourcepack/pack.mcmeta b/Brilliance Resourcepack/pack.mcmeta index f612d3bc..25451535 100644 --- a/Brilliance Resourcepack/pack.mcmeta +++ b/Brilliance Resourcepack/pack.mcmeta @@ -1,7 +1,7 @@ { "pack":{ "pack_format":15, - "description":"Resource pack for §3Tracked Out's Decked Out§r. §b§ov0.11.0" + "description":"Resource pack for §3Tracked Out's Decked Out§r. §b§ov0.12.0" } }