From c4c9ec1c495d253a8f8fd77678e4efb0ca6bc4ea Mon Sep 17 00:00:00 2001 From: fedorinanutshell Date: Thu, 19 May 2022 18:12:55 +0300 Subject: [PATCH] a little correction --- .../functions/nautray/conditions/nauthack_collision.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/nauthack/functions/nautray/conditions/nauthack_collision.mcfunction b/data/nauthack/functions/nautray/conditions/nauthack_collision.mcfunction index ec30999..a814c68 100644 --- a/data/nauthack/functions/nautray/conditions/nauthack_collision.mcfunction +++ b/data/nauthack/functions/nautray/conditions/nauthack_collision.mcfunction @@ -1,2 +1,2 @@ execute if data storage nauthack:nauthack nautray.args.nauthack_collision unless block ~ ~ ~ #nauthack:non_solid run scoreboard players set nautray_move nautmath_var 0 -execute if data storage nauthack:nauthack nautray.args.nauthack_collision if entity @e[type = !#nauthack:nocoll, distance = ..1.5] run scoreboard players set nautray_move nautmath_var 0 \ No newline at end of file +execute if data storage nauthack:nauthack nautray.args.nauthack_collision if entity @e[type = !#nauthack:nocoll, distance = ..1.5, team = !nauthack_nocoll] run scoreboard players set nautray_move nautmath_var 0 \ No newline at end of file