File tree 2 files changed +3
-3
lines changed
3-scoreboards/data/fennifith/functions/animals
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ scoreboard objectives add fennifith.animals_spawned dummy
5
5
6
6
# create a new scoreboard tracking the "carrot_on_a_stick" statistic
7
7
scoreboard objectives add fennifith . animals_carrot_stick minecraft.used:minecraft.carrot_on_a_stick
8
+
9
+ # create a dummy objective to store unique pig entity ids
10
+ scoreboard objectives add fennifith . animals_id dummy
Original file line number Diff line number Diff line change @@ -6,6 +6,3 @@ execute as @a if score @s fennifith.animals_carrot_stick matches 1.. run functio
6
6
7
7
# set the "carrot_stick" score for all players to 0
8
8
scoreboard players set @a fennifith . animals_carrot_stick 0
9
-
10
- # create a dummy objective to store unique pig entity ids
11
- scoreboard objectives add fennifith . animals_id dummy
You can’t perform that action at this time.
0 commit comments