diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-03-30 11:49:59 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-03-30 11:49:59 +0100 |
commit | 31ea183a3b2304b3c05625dc5f3931d0997b7a5f (patch) | |
tree | a8a488de163f0d058e372129f3bd635071e6fb6c /data/vanilla_skyblock/functions/tick.mcfunction | |
parent | e7433813194f0a08689c5c5bb666d69831152798 (diff) |
rename from vanilla_skyblock to original_skyblock
Diffstat (limited to 'data/vanilla_skyblock/functions/tick.mcfunction')
-rw-r--r-- | data/vanilla_skyblock/functions/tick.mcfunction | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/vanilla_skyblock/functions/tick.mcfunction b/data/vanilla_skyblock/functions/tick.mcfunction deleted file mode 100644 index aadc3f2..0000000 --- a/data/vanilla_skyblock/functions/tick.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# get render distance -# for each current chunk +- render distance (and not in scoreboard) - # check for end_portal_frame - # get positions - # fill chunk with air - # re-place end_portal_frame - # set scoreboard values to 1 for processed chunk |