Skip to content

Commit 164c22b

Browse files
authored
v2.0.0 Release (#73)
* Add 9 bedrock capes to terminator * dummy sensor rewrite to scripting * fix dummy move through walls during respawn * fix elytra texture * multiple changes fix item nametag not showing fix spawn entity without name function terminator now returns form * looks like it's working * Remove nbt commands * fix join message * Fixes and changes * Version bump
1 parent 77c1574 commit 164c22b

25 files changed

+72
-288
lines changed

assets/behavior_pack/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Minecraft Terminator for Bedrock Edition
22
Download here: https://jaylydev.github.io/posts/terminator/
33

4-
Add-on version: 2.0.0-beta
4+
Add-on version: 2.0.0
55

66
Created by: JaylyMC
77

88
- MCPEDL: https://mcpedl.com/user/jayly/
99
- YouTube: https://youtube.com/jaylymc/
1010
- Twitter: https://twitter.com/jaylyplays/
11-
- Discord: https://discord.gg/SuhGvZEXb4/
11+
- Discord: https://discord.gg/SuhGvZEXb4
1212
- GitHub: https://github.com/jaylydev/terminator/
1313

1414
Important:

assets/behavior_pack/entities/terminator.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,10 @@
26412641
},
26422642
"terminator:disable_respawn_event_steve": {
26432643
"queue_command": {
2644-
"command": ["tag @s add disablerespawnevent"]
2644+
"command": [
2645+
"tag @s add disablerespawnevent",
2646+
"tag @s add has_respawn"
2647+
]
26452648
},
26462649
"add": {
26472650
"component_groups": [
@@ -2655,7 +2658,10 @@
26552658
},
26562659
"terminator:disable_respawn_event_alex": {
26572660
"queue_command": {
2658-
"command": ["tag @s add disablerespawnevent"]
2661+
"command": [
2662+
"tag @s add disablerespawnevent",
2663+
"tag @s add has_respawn"
2664+
]
26592665
},
26602666
"add": {
26612667
"component_groups": [
@@ -2669,7 +2675,10 @@
26692675
},
26702676
"terminator:disable_respawn_event_custom": {
26712677
"queue_command": {
2672-
"command": ["tag @s add disablerespawnevent"]
2678+
"command": [
2679+
"tag @s add disablerespawnevent",
2680+
"tag @s add has_respawn"
2681+
]
26732682
},
26742683
"add": {
26752684
"component_groups": [

assets/behavior_pack/functions/terminator/killall.mcfunction

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
tag @e[type=entity:terminator] add terminatordeathrequest
66
kill @e[type=entity:terminator]
77
kill @e[type=entity:dummy]
8-
tellraw @s {"rawtext":[{"text":"[§cDeprecated§r] This command will be removed and replaced by UI form soon."}]}

assets/behavior_pack/functions/terminator/nbt/customskin.mcfunction

Lines changed: 0 additions & 5 deletions
This file was deleted.

assets/behavior_pack/functions/terminator/nbt/enableBossbar.mcfunction

Lines changed: 0 additions & 5 deletions
This file was deleted.

assets/behavior_pack/functions/terminator/nbt/invulnerable.mcfunction

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/behavior_pack/functions/terminator/nbt/nophysics.mcfunction

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/behavior_pack/functions/terminator/nbt/noregen.mcfunction

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/behavior_pack/functions/terminator/nbt/norespawn.mcfunction

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/behavior_pack/pack_icon.png

-966 KB
Loading

0 commit comments

Comments
 (0)