Skip to content

Commit

Permalink
v2.1.2 (#79)
Browse files Browse the repository at this point in the history
* remove pickup_same_items_as_in_hand

* update vanilladata
  • Loading branch information
JaylyDev authored Dec 4, 2024
1 parent 899541c commit 003b612
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://img.shields.io/github/commit-activity/m/jaylydev/terminator" alt="Commit Activity"/>
</p>

**Latest Release**: <a href="https://github.com/JaylyDev/terminator/releases/latest"/>v2.1.1 <img src="https://img.shields.io/github/release-date/jaylydev/terminator" alt="Release date"/></a>
**Latest Release**: <a href="https://github.com/JaylyDev/terminator/releases/latest"/>v2.1.2 <img src="https://img.shields.io/github/release-date/jaylydev/terminator" alt="Release date"/></a>

## Documentations

Expand Down
2 changes: 1 addition & 1 deletion assets/behavior_pack/README.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion assets/behavior_pack/entities/terminator.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
6 changes: 3 additions & 3 deletions assets/behavior_pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"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": [
{
"description": "pack.description",
"type": "data",
"uuid": "a7fbbd76-f86f-45db-bbb8-9aa1796068a1",
"version": [2, 1, 1]
"version": [2, 1, 2]
},
{
"description": "",
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/resource_pack/README.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions assets/resource_pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion assets/resource_pack/ui/debug_screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminator",
"version": "2.1.1",
"version": "2.1.2",
"private": true,
"description": "Robot for minecraft bedrock",
"keywords": [],
Expand All @@ -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",
Expand Down
8 changes: 5 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -28,7 +33,6 @@ export const UnbreakableBlocks: string[] = [
MinecraftBlockTypes.LightBlock15,
MinecraftBlockTypes.Bedrock,
MinecraftBlockTypes.CommandBlock,
MinecraftBlockTypes.EndGateway,
MinecraftBlockTypes.EndPortal,
MinecraftBlockTypes.EndPortalFrame,
MinecraftBlockTypes.Jigsaw,
Expand All @@ -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,
Expand Down

0 comments on commit 003b612

Please sign in to comment.