From 99972285a20834c9fb90913e4f48c01c409b0698 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Thu, 11 Dec 2025 17:56:31 -0800 Subject: [PATCH] bump versions for mc 1.21.130 --- README.md | 2 +- packs/BP/manifest.json | 10 +++++----- packs/BP/scripts/config.js | 2 +- packs/RP/manifest.json | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e2d8649..e3f9421 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub Downloads](https://img.shields.io/github/downloads/ForestOfLight/Construct/total?label=Github%20downloads&logo=github)](https://github.com/ForestOfLight/Construct/releases) [![Curseforge Downloads](https://cf.way2muchnoise.eu/full_1283139_downloads.svg)](https://www.curseforge.com/minecraft-bedrock/addons/construct) -[![Minecraft - Version](https://img.shields.io/badge/Minecraft-v1.21.120_(Bedrock)-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs) +[![Minecraft - Version](https://img.shields.io/badge/Minecraft-v1.21.130_(Bedrock)-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs) [![Discord](https://badgen.net/discord/members/9KGche8fxm?icon=discord&label=Discord&list=what)](https://discord.gg/9KGche8fxm) diff --git a/packs/BP/manifest.json b/packs/BP/manifest.json index c342753..d594a20 100644 --- a/packs/BP/manifest.json +++ b/packs/BP/manifest.json @@ -1,11 +1,11 @@ { "format_version": 2, "header": { - "name": "Construct [BP] v1.0.5", + "name": "Construct [BP] v1.0.6", "description": "Survival building addon by §aForestOfLight§r.", "uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58", - "min_engine_version": [1, 21, 120], - "version": [1, 0, 5] + "min_engine_version": [1, 21, 130], + "version": [1, 0, 6] }, "modules": [ { @@ -26,7 +26,7 @@ "dependencies": [ { "module_name": "@minecraft/server", - "version": "2.4.0-beta" + "version": "2.5.0-beta" }, { "module_name": "@minecraft/server-ui", @@ -34,7 +34,7 @@ }, { "uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4", // Construct RP - "version": [1, 0, 5] + "version": [1, 0, 6] } ], "metadata": { diff --git a/packs/BP/scripts/config.js b/packs/BP/scripts/config.js index 573c44f..70a9f73 100644 --- a/packs/BP/scripts/config.js +++ b/packs/BP/scripts/config.js @@ -4,5 +4,5 @@ export const extension = new CanopyExtension({ author: 'ForestOfLight', name: 'Construct', description: 'Survival building addon by §aForestOfLight§r.', - version: '1.0.5' + version: '1.0.6' }); \ No newline at end of file diff --git a/packs/RP/manifest.json b/packs/RP/manifest.json index 46b0b94..f844e7a 100644 --- a/packs/RP/manifest.json +++ b/packs/RP/manifest.json @@ -1,10 +1,10 @@ { "format_version": 2, "header": { - "name": "Construct [RP] v1.0.5", + "name": "Construct [RP] v1.0.6", "description": "Survival building addon by §aForestOfLight§r.", "uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4", - "version": [1, 0, 5], + "version": [1, 0, 6], "min_engine_version": [1,17,1] }, "modules": [ @@ -17,7 +17,7 @@ "dependencies": [ { "uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58", // Construct BP - "version": [1, 0, 5] + "version": [1, 0, 6] } ], "metadata": {