Skip to content

Commit

Permalink
Finished 1.14 build (probably, maybe not)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Vlad committed Jul 1, 2020
1 parent 1bddb39 commit 34b2202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ac/functions/main.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ execute as @e[type=creeper,tag=acInRange] at @s unless score @s acFuse matches 0
scoreboard players remove @e[tag=acInRange] acFuse 1

execute if score @e[tag=acInRange,scores={acFuse=0},limit=1] acFuse matches 0 run gamerule mobGriefing false
execute if score @e[tag=acInRange,scores={acFuse=0},limit=1] acFuse matches 0 unless entity @e[type=creeper,distance=1..7] run schedule function ac:gamerule 1s
#execute if score @e[tag=acInRange,scores={acFuse=0},limit=1] acFuse matches 0 unless entity @e[type=creeper,distance=1..7] run schedule function ac:gamerule 1s
execute if score @e[tag=acInRange,scores={acFuse=0},limit=1] acFuse matches 0 if entity @e[type=creeper,distance=1..7] run schedule function ac:gamerule 5s

execute as @e[tag=acInRange] at @s unless entity @p[distance=..7] run scoreboard players reset @s acFuse
Expand Down

0 comments on commit 34b2202

Please sign in to comment.