diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 00:31:40 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 00:32:19 +0200 |
commit | 9104556192e966c52b28c2e95e3e9692ed8e7932 (patch) | |
tree | 6254218c717f41eb76da3e13f86c1a3c30671bf7 /data/original_skyblock/functions/tick.mcfunction | |
parent | 86819f1942d1f703d010f93a4c505047b7a358af (diff) |
1.21 update && overwrite some hard-coded structures :]
Diffstat (limited to 'data/original_skyblock/functions/tick.mcfunction')
-rw-r--r-- | data/original_skyblock/functions/tick.mcfunction | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/original_skyblock/functions/tick.mcfunction b/data/original_skyblock/functions/tick.mcfunction deleted file mode 100644 index aadc3f2..0000000 --- a/data/original_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 |