Initial commit
This commit is contained in:
3
data/malloc/functions/ticks/tick.mcfunction
Normal file
3
data/malloc/functions/ticks/tick.mcfunction
Normal file
@ -0,0 +1,3 @@
|
||||
execute if score m_everybody m_tick_seconds matches 20 run scoreboard players reset m_everybody m_tick_seconds
|
||||
execute unless score m_everybody m_tick_seconds matches 20 run scoreboard players add m_everybody m_tick_seconds 1
|
||||
schedule function malloc:ticks/tick 1t
|
Reference in New Issue
Block a user