Skip to content

Commit ddeedfb

Browse files
committed
a
1 parent fb76bd0 commit ddeedfb

962 files changed

Lines changed: 39905 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changes For The New Update.
2+
3+
* This Adds
4+
- the same things in the latest update.
5+
+ Security Crafting Table - (READY)
6+
+ Reinforcer (Item) - (READY)
7+
+ Reinforced Blocks
8+
+ LandMine Blocks
9+
+ Rocket Launcher
10+
+ Rocket (Item)
11+
+ Fire Alarm
12+
+ Padlock - (READY)
13+
+ Reinforced Door
14+
+ Reinforced Chest
15+
- Remote Control For Mines.
16+
- Electric Fence.
17+
- Robot BodyGuard.
18+
- Mini Turret.
19+
- Capa dios de la seguridad.
20+
- Gafas De Vision Nocturna. (READY)
21+
- Security Tablet.
22+
- Reinforced Armor ( Head, Chest, Legs , Feet )
23+
- Slime Grenade.
24+
- Explosive Cactus.
25+
- Reinforcer Chip.
26+
- SpringBoard.
27+
- TaserGun.
28+
- Explosive Cake.
29+
- Bomb Pet.
30+
- Reinforced Tiles.
31+
- JetPack.
32+
- Healer.
33+
- Security Monitor (READY)
34+
- Usb.
35+
- Radar.
36+
- Sbc Link.
37+
- Monitor Remote.
38+
- Gadget Table
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
^ searching -? tag$device then-> if(modemreach1-X exists) add tag$modemreach + new
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Collapse, Then Reveal!
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.bait_penguin": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "(1.0)"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/effect @p invisibility 1 1 true"
17+
],
18+
"transitions": [
19+
{
20+
"default": "(1.0)"
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}
27+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"format_version": "1.17.0",
3+
"animation_controllers": {
4+
"controller.animation.camera_funk": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "query.has_rider"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/effect @p invisibility 1 1 true",
17+
"/execute @s ~ ~ ~ detect ~ ~ ~ minecraft:air 0 kill @s"
18+
],
19+
"transitions": [
20+
{
21+
"default":"(1.0)"
22+
}
23+
]
24+
}
25+
}
26+
},
27+
"controller.animation.camera.owner_only_ride":{
28+
"initial_state": "default",
29+
"states": {
30+
"default":{
31+
"transitions": [
32+
{
33+
"not_owner":"query.mark_variant == 5"
34+
}
35+
]
36+
},
37+
"not_owner":{
38+
"on_entry": [
39+
"/ride @a[r=1] stop_riding",
40+
"@s sbc:innocent"
41+
],
42+
"transitions": [
43+
{
44+
"default":"(1.0)"
45+
}
46+
]
47+
}
48+
}
49+
}
50+
}
51+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.door_removed": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "query.mark_variant == 1"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/playsound block.stonecutter.use @a ~ ~ ~",
17+
"/fill ~ ~ ~ ~ ~-1 ~ air 0 destroy",
18+
"@s sbc:bye"
19+
]
20+
}
21+
}
22+
}
23+
}
24+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.electricity": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "(1.0)"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/particle sbc:electricity ~ ~ ~"
17+
],
18+
"transitions": [
19+
{
20+
"default": "(1.0)"
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}
27+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.mine_connection": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "query.mark_variant == 1"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/summon sbc:explosion_func ~ ~ ~",
17+
"@s sbc:bye"
18+
]
19+
}
20+
}
21+
}
22+
}
23+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.tablet_run_command": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "query.mark_variant == 7"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/dialogue open @e[type=sbc:tablet_func,r=2,c=1] @p"
17+
],
18+
"transitions": [
19+
{
20+
"default": "query.mark_variant != 7"
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.block_hurts": {
5+
"initial_state": "default",
6+
"states": {
7+
"default": {
8+
"transitions": [
9+
{
10+
"state_1": "(1.0)"
11+
}
12+
]
13+
},
14+
"state_1": {
15+
"on_entry": [
16+
"/function block_hurts"
17+
],
18+
"transitions": [
19+
{
20+
"default": "(1.0)"
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)