Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/mce/function/core/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data modify storage mce:config mce.queue_interval set value 3
execute unless data storage mce:config api.announce_default_preset run data modify storage mce:config api.announce_default_preset set value "normal"

# --- LanternLoad: advertise MCE version ---
# v2.2.0 -> 2001100
scoreboard players set #mce load.status 2001100
# v2.2.0 -> 2002000
scoreboard players set #mce load.status 2002000

tellraw @a ["",{"text":"[MCE] ","color":"aqua"},{"text":"Marker Command Engine v2.2.0 loaded!","color":"white"}]
4 changes: 2 additions & 2 deletions data/mce/functions/core/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data modify storage mce:config mce.queue_interval set value 3
execute unless data storage mce:config api.announce_default_preset run data modify storage mce:config api.announce_default_preset set value "normal"

# --- LanternLoad: advertise MCE version ---
# v2.2.0 -> 2001100
scoreboard players set #mce load.status 2001100
# v2.2.0 -> 2002000
scoreboard players set #mce load.status 2002000

tellraw @a ["",{"text":"[MCE] ","color":"aqua"},{"text":"Marker Command Engine v2.2.0 loaded!","color":"white"}]