diff --git a/README.md b/README.md index 25e9c5f..3347173 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
-**Latest Release**: v2.1.1 +**Latest Release**: v2.1.2 ## Documentations diff --git a/assets/behavior_pack/README.txt b/assets/behavior_pack/README.txt index 114c3e5..2870b03 100644 --- a/assets/behavior_pack/README.txt +++ b/assets/behavior_pack/README.txt @@ -1,7 +1,7 @@ Minecraft Terminator for Bedrock Edition Download here: https://jaylydev.github.io/posts/terminator/ -Add-on version: 2.1.1 +Add-on version: 2.1.2 Created by: JaylyMC diff --git a/assets/behavior_pack/entities/terminator.json b/assets/behavior_pack/entities/terminator.json index ad25b24..3867932 100644 --- a/assets/behavior_pack/entities/terminator.json +++ b/assets/behavior_pack/entities/terminator.json @@ -2156,7 +2156,6 @@ "goal_radius": 2, "speed_multiplier": 1.0, "track_target": true, - "pickup_same_items_as_in_hand": true, "can_pickup_any_item": true, "can_pickup_to_hand_or_equipment": true }, diff --git a/assets/behavior_pack/manifest.json b/assets/behavior_pack/manifest.json index 364ca74..a238ab6 100644 --- a/assets/behavior_pack/manifest.json +++ b/assets/behavior_pack/manifest.json @@ -5,7 +5,7 @@ "name": "pack.name", "description": "pack.description", "uuid": "90e876d2-2acc-4d9a-ab3c-d086f4b1716b", - "version": [2, 1, 1], + "version": [2, 1, 2], "min_engine_version": [1, 21, 0] }, "modules": [ @@ -13,7 +13,7 @@ "description": "pack.description", "type": "data", "uuid": "a7fbbd76-f86f-45db-bbb8-9aa1796068a1", - "version": [2, 1, 1] + "version": [2, 1, 2] }, { "description": "", @@ -28,7 +28,7 @@ { // Terminator resource pack "uuid": "ec9b10e5-4eb9-40b9-814f-58f92176d5cd", - "version": [2, 1, 1] + "version": [2, 1, 2] }, { // Minecraft native module - needed to use the "@minecraft/server" module diff --git a/assets/resource_pack/README.txt b/assets/resource_pack/README.txt index 114c3e5..2870b03 100644 --- a/assets/resource_pack/README.txt +++ b/assets/resource_pack/README.txt @@ -1,7 +1,7 @@ Minecraft Terminator for Bedrock Edition Download here: https://jaylydev.github.io/posts/terminator/ -Add-on version: 2.1.1 +Add-on version: 2.1.2 Created by: JaylyMC diff --git a/assets/resource_pack/manifest.json b/assets/resource_pack/manifest.json index 4edab85..64a9f76 100644 --- a/assets/resource_pack/manifest.json +++ b/assets/resource_pack/manifest.json @@ -5,7 +5,7 @@ "name": "pack.name", "description": "pack.description", "uuid": "ec9b10e5-4eb9-40b9-814f-58f92176d5cd", - "version": [2, 1, 1], + "version": [2, 1, 2], "min_engine_version": [1, 21, 0], "pack_scope": "world" }, @@ -14,14 +14,14 @@ "description": "pack.description", "type": "resources", "uuid": "8d366fcf-2511-4fc0-936b-cf1fa9f73651", - "version": [2, 1, 1] + "version": [2, 1, 2] } ], "dependencies": [ { // Terminator behavior pack "uuid": "90e876d2-2acc-4d9a-ab3c-d086f4b1716b", - "version": [2, 1, 1] + "version": [2, 1, 2] } ], "metadata": { diff --git a/assets/resource_pack/ui/debug_screen.json b/assets/resource_pack/ui/debug_screen.json index f504cca..d733f33 100644 --- a/assets/resource_pack/ui/debug_screen.json +++ b/assets/resource_pack/ui/debug_screen.json @@ -17,7 +17,7 @@ "jayly_watermark": { "type": "label", - "text": "Terminator §ev2.1.1§r\nMade by §b@JaylyMC", + "text": "Terminator §ev2.1.2§r\nMade by §b@JaylyMC", "color": [1.0, 1.0, 1.0], "shadow": true, "font_size": "small", diff --git a/package-lock.json b/package-lock.json index 448841a..2cef07d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "terminator", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terminator", - "version": "2.1.1", + "version": "2.1.2", "license": "GPL-3.0-only", "dependencies": { "@minecraft/math": "^1.3.5", "@minecraft/server": "^1.9.0", "@minecraft/server-ui": "^1.1.0", - "@minecraft/vanilla-data": "^1.21.20" + "@minecraft/vanilla-data": "^1.21.50" }, "devDependencies": { "@typescript-eslint/parser": "^7.8.0", @@ -560,9 +560,9 @@ } }, "node_modules/@minecraft/vanilla-data": { - "version": "1.21.20", - "resolved": "https://registry.npmjs.org/@minecraft/vanilla-data/-/vanilla-data-1.21.20.tgz", - "integrity": "sha512-4dDfZ4onn8oGAsTpS6KNMjH7mgeRHP9uEJRov9kTxJQCnRZwygp4gZE5qZqC+1p5gvyuM7GBA37IJhNj4rXSzg==", + "version": "1.21.50", + "resolved": "https://registry.npmjs.org/@minecraft/vanilla-data/-/vanilla-data-1.21.50.tgz", + "integrity": "sha512-4tOzFRGyMxuFLJPo/tN68/FKQwTAxINxFVz4frRcSBliVbAq6hDsDcRcUykWCRFbIU59HG73r6DxwqDOc3Z3wQ==", "license": "MIT" }, "node_modules/@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 7ec7e7b..840110f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terminator", - "version": "2.1.1", + "version": "2.1.2", "private": true, "description": "Robot for minecraft bedrock", "keywords": [], @@ -15,7 +15,7 @@ "@minecraft/math": "^1.3.5", "@minecraft/server": "^1.9.0", "@minecraft/server-ui": "^1.1.0", - "@minecraft/vanilla-data": "^1.21.20" + "@minecraft/vanilla-data": "^1.21.50" }, "devDependencies": { "@typescript-eslint/parser": "^7.8.0", diff --git a/src/config.ts b/src/config.ts index 506a074..e03520c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -8,6 +8,11 @@ export const UnbreakableBlocks: string[] = [ // 1.21.0 "minecraft:light_block", + // 1.21.40 + "minecraft:end_gateway", + "minecraft:netherreactor", + "minecraft:glowingobsidian", + // 1.21.20 MinecraftBlockTypes.Barrier, MinecraftBlockTypes.LightBlock0, @@ -28,7 +33,6 @@ export const UnbreakableBlocks: string[] = [ MinecraftBlockTypes.LightBlock15, MinecraftBlockTypes.Bedrock, MinecraftBlockTypes.CommandBlock, - MinecraftBlockTypes.EndGateway, MinecraftBlockTypes.EndPortal, MinecraftBlockTypes.EndPortalFrame, MinecraftBlockTypes.Jigsaw, @@ -38,9 +42,7 @@ export const UnbreakableBlocks: string[] = [ MinecraftBlockTypes.FlowingLava, MinecraftBlockTypes.FlowingWater, MinecraftBlockTypes.Air, - MinecraftBlockTypes.Glowingobsidian, MinecraftBlockTypes.Obsidian, - MinecraftBlockTypes.Netherreactor, MinecraftBlockTypes.Allow, MinecraftBlockTypes.Deny, MinecraftBlockTypes.Portal,