diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-03-19 23:47:51 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-03-19 23:47:51 +0100 |
commit | 216d8166aaa321a4cfb5fef3510a1ee60c7dc9de (patch) | |
tree | 931745eb9de17b05e20aa64589d4955bf6f54a54 /data/vanilla_skyblock/functions/initialize_nether.mcfunction |
initial commit
Diffstat (limited to 'data/vanilla_skyblock/functions/initialize_nether.mcfunction')
-rw-r--r-- | data/vanilla_skyblock/functions/initialize_nether.mcfunction | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/vanilla_skyblock/functions/initialize_nether.mcfunction b/data/vanilla_skyblock/functions/initialize_nether.mcfunction new file mode 100644 index 0000000..4dcb5a5 --- /dev/null +++ b/data/vanilla_skyblock/functions/initialize_nether.mcfunction @@ -0,0 +1,6 @@ +tellraw @a "hi@nether!" + +execute in the_nether run setblock 0 61 0 bedrock + +# set flag +scoreboard players set initialized_nether vanilla_skyblock_data 1 |