diff --git a/world/datapacks/lem.base/data/lem.base/functions/start.mcfunction b/world/datapacks/lem.base/data/lem.base/functions/start.mcfunction index eeb80d579..d585876a8 100644 --- a/world/datapacks/lem.base/data/lem.base/functions/start.mcfunction +++ b/world/datapacks/lem.base/data/lem.base/functions/start.mcfunction @@ -4,6 +4,9 @@ execute unless entity @a run function lem.base:install ##Set relog score to 1 if there are no players online execute unless entity @a run scoreboard players set * lem.relog 1 +##Enable festive event +scoreboard players set #Store lem.event.festive 1 + ##Check for relog function lem.base:relog/check diff --git a/world/icon.png b/world/icon.png index fe75de615..a09388341 100644 Binary files a/world/icon.png and b/world/icon.png differ