Skip to content

Commit

Permalink
move TODO to dentata-snakes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Feb 29, 2024
1 parent f20a69c commit f42b000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Don't bounce if we've already escaped the arena (past top wall)
execute if entity @s[x=-1000,dx=2000,y=30,dy=10,z=-4,dz=-1000,tag=can-escape-arena] run return 0

# TODO(42): adjust arena bounds based on new animated java model (visually, it clips into the wall right now)
data merge storage attack:dentata-snakes.bounce { x_negative_x: -21, x_negative_dx: 50 }
data merge storage attack:dentata-snakes.bounce { x_positive_x: 21, x_positive_dx: -50 }
data merge storage attack:dentata-snakes.bounce { z_negative_z: -3, z_negative_dz: 25 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# * y/dy: generous y lower-bound + height for each bounding box
# (y/dy need to be generous because of target selectors being janky with volume selections)

# TODO(42): adjust arena bounds based on new animated java model (visually, it clips into the wall right now)

# Save initial yaw
execute store result score @s util.bounce.yaw.initial run data get entity @s Rotation[0]
scoreboard players operation @s util.bounce.yaw = @s util.bounce.yaw.initial
Expand Down

0 comments on commit f42b000

Please sign in to comment.