From 40c908556f0c9b0914a7ee0387b053cd03a657d5 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Wed, 26 Feb 2025 00:21:11 -0600 Subject: [PATCH] remove data/ folder --- .../function/command/transport_creative.mcfunction | 1 - data/ferdinland/function/command/transport_smp.mcfunction | 1 - data/minecraft/tags/function/load.json | 5 ----- data/minecraft/tags/function/tick.json | 5 ----- 4 files changed, 12 deletions(-) delete mode 100644 data/ferdinland/function/command/transport_creative.mcfunction delete mode 100644 data/ferdinland/function/command/transport_smp.mcfunction delete mode 100644 data/minecraft/tags/function/load.json delete mode 100644 data/minecraft/tags/function/tick.json diff --git a/data/ferdinland/function/command/transport_creative.mcfunction b/data/ferdinland/function/command/transport_creative.mcfunction deleted file mode 100644 index 60d6c7c..0000000 --- a/data/ferdinland/function/command/transport_creative.mcfunction +++ /dev/null @@ -1 +0,0 @@ -transfer 10.0.0.13 25566 \ No newline at end of file diff --git a/data/ferdinland/function/command/transport_smp.mcfunction b/data/ferdinland/function/command/transport_smp.mcfunction deleted file mode 100644 index 6c27526..0000000 --- a/data/ferdinland/function/command/transport_smp.mcfunction +++ /dev/null @@ -1 +0,0 @@ -transfer 10.0.0.13 25565 \ No newline at end of file diff --git a/data/minecraft/tags/function/load.json b/data/minecraft/tags/function/load.json deleted file mode 100644 index 959ec21..0000000 --- a/data/minecraft/tags/function/load.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "ferdinland:__load__" - ] -} \ No newline at end of file diff --git a/data/minecraft/tags/function/tick.json b/data/minecraft/tags/function/tick.json deleted file mode 100644 index fa946b7..0000000 --- a/data/minecraft/tags/function/tick.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "ferdinland:__tick__" - ] -} \ No newline at end of file