Skip to content

Commit

Permalink
reduced how fast apache descends when looking straight down to slow f…
Browse files Browse the repository at this point in the history
…all intensity 2
  • Loading branch information
MR-SIR2525 committed Jul 19, 2024
1 parent 5520968 commit fc17b14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Andrews Helicopters behavior/functions/apache.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ execute as @s at @s if entity @p[r=4,tag=pilot,rx=-11,rxm=-34] run effect @s lev
## Descent Controls
execute as @s at @s if entity @p[r=4,tag=pilot,rx=70,rxm=11] run effect @s slow_falling 1 0 true
execute as @s at @s if entity @p[r=4,tag=pilot,rx=80,rxm=71] run effect @s slow_falling 1 1 true
execute as @s at @s if entity @p[r=4,tag=pilot,rx=90,rxm=81] run effect @s slow_falling 1 3 true
execute as @s at @s if entity @p[r=4,tag=pilot,rx=90,rxm=81] run effect @s slow_falling 1 2 true

## Detect in air for faster speed
execute as @s at @s if block ~ ~-1 ~ air if block ~ ~-2 ~ air run effect @s speed 1 12 true
Expand Down
8 changes: 4 additions & 4 deletions Andrews Helicopters behavior/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"format_version": 2,
"header": {
"name": "Andrews Helicopters (behavior) v1.1.0",
"name": "Andrews Helicopters (behavior) v1.1.01",
"description": "Helicopters extracted and improved from 'Survival Helicopters v1.5' by yimmplay.",
"uuid": "6cd92afe-2b93-4e6d-8495-70390ea354d7",
"min_engine_version": [1, 20, 10],
"version": [1, 1, 0]
"version": [1, 1, 1]
},
"modules": [
{
"type": "data",
"uuid": "13a7894c-2591-4b43-9313-368bbfe737fe",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"dependencies": [
{
"uuid": "313efae7-78b0-478e-bcde-1d153e8faf0a",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"metadata": {
Expand Down
8 changes: 4 additions & 4 deletions Andrews Helicopters resources/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"format_version": 2,
"header": {
"name": "Andrews Helicopters (resources) v1.1.0",
"name": "Andrews Helicopters (resources) v1.1.01",
"description": "Resource pack. Helicopters extracted and improved from 'Survival Helicopters v1.5' by yimmplay.",
"uuid": "313efae7-78b0-478e-bcde-1d153e8faf0a",
"min_engine_version": [1, 20, 10],
"version": [1, 1, 0]
"version": [1, 1, 1]
},
"modules": [
{
"type": "resources",
"uuid": "b03437a2-6744-4ed0-b5cc-c0eb9daa3e00",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"dependencies": [
{
"uuid": "6cd92afe-2b93-4e6d-8495-70390ea354d7",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"metadata": {
Expand Down

0 comments on commit fc17b14

Please sign in to comment.