7 lines
212 B
Mcfunction
7 lines
212 B
Mcfunction
# Desc: Initializes all scores within the datapack
|
|
#
|
|
# Called by: main:tick
|
|
|
|
scoreboard objectives add wt_trades dummy
|
|
scoreboard objectives add wt_tradeIndex dummy
|
|
scoreboard objectives add wt_random dummy |