From 4ae184f42a24c00807ddeda19f0d9ce97f7c0d2b Mon Sep 17 00:00:00 2001 From: "eric.rumsey" Date: Sun, 16 Feb 2025 16:19:33 -0600 Subject: [PATCH] add correct namespace to load and tick tags --- data/minecraft/tags/function/load.json | 4 ++-- data/minecraft/tags/function/tick.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/minecraft/tags/function/load.json b/data/minecraft/tags/function/load.json index 9e93689..b8a28d7 100644 --- a/data/minecraft/tags/function/load.json +++ b/data/minecraft/tags/function/load.json @@ -1,5 +1,5 @@ { "values": [ - "example:load" + "ferdinland:load" ] -} \ No newline at end of file +} diff --git a/data/minecraft/tags/function/tick.json b/data/minecraft/tags/function/tick.json index e2e7374..cd8c738 100644 --- a/data/minecraft/tags/function/tick.json +++ b/data/minecraft/tags/function/tick.json @@ -1,5 +1,5 @@ { "values": [ - "example:tick" + "ferdinland:tick" ] -} \ No newline at end of file +}