Skip to content

Commit

Permalink
Fix gravity controller
Browse files Browse the repository at this point in the history
  • Loading branch information
oOBoomberOo committed May 14, 2020
1 parent 64a09dc commit 26c6191
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ scoreboard players operation @s bb.ae.state = #player.alt_control bb.ae.enum

scoreboard players operation success bb.ae.result = #bool.false bb.ae.enum

scoreboard players operation #target_uid bb.ae.uid = @s bb.ae.uid1
scoreboard players operation #target_uid bb.ae.uid = @s bb.ae.uid2
scoreboard players operation #target_uid bb.ae.uid = @s bb.ae.uid3
scoreboard players operation #target_uid bb.ae.uid = @s bb.ae.uid4
scoreboard players operation #target_uid bb.ae.uid1 = @s bb.ae.uid1
scoreboard players operation #target_uid bb.ae.uid2 = @s bb.ae.uid2
scoreboard players operation #target_uid bb.ae.uid3 = @s bb.ae.uid3
scoreboard players operation #target_uid bb.ae.uid4 = @s bb.ae.uid4
execute as @e[tag=boomber.armor_stand.posing] if score @s bb.ae.uid1 = #target_uid bb.ae.uid1 if score @s bb.ae.uid2 = #target_uid bb.ae.uid2 if score @s bb.ae.uid3 = #target_uid bb.ae.uid3 if score @s bb.ae.uid4 = #target_uid bb.ae.uid4 run tag @s add boomber.armor_stand.target
execute as @e[tag=boomber.armor_stand.target] at @s run function boomber:armor_stand/pose/alternate_control

Expand Down

0 comments on commit 26c6191

Please sign in to comment.