From 29513178db6308cb97fb0322df14097db2934536 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 24 Jun 2024 14:03:38 +0200 Subject: update to 1.21 and fix worldborder center call --- data/minecraft/tags/function/load.json | 5 +++++ data/minecraft/tags/functions/load.json | 5 ----- data/minecraft/tags/functions/tick.json | 5 ----- 3 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 data/minecraft/tags/function/load.json delete mode 100644 data/minecraft/tags/functions/load.json delete mode 100644 data/minecraft/tags/functions/tick.json (limited to 'data/minecraft') diff --git a/data/minecraft/tags/function/load.json b/data/minecraft/tags/function/load.json new file mode 100644 index 0000000..d72a399 --- /dev/null +++ b/data/minecraft/tags/function/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "onechunk:load" + ] +} diff --git a/data/minecraft/tags/functions/load.json b/data/minecraft/tags/functions/load.json deleted file mode 100644 index d72a399..0000000 --- a/data/minecraft/tags/functions/load.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "onechunk:load" - ] -} diff --git a/data/minecraft/tags/functions/tick.json b/data/minecraft/tags/functions/tick.json deleted file mode 100644 index dc8ca50..0000000 --- a/data/minecraft/tags/functions/tick.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "onechunk:tick" - ] -} -- cgit v1.2.3