From ec58a54931b2ed69b0f73ec2bf71cef1a205cdea Mon Sep 17 00:00:00 2001 From: cootshk Date: Sun, 4 Jun 2023 11:41:20 -0500 Subject: [PATCH] minecraft requires a load function for some reason --- noNetherite/data/minecraft/functions/load.json | 5 +++++ noNetherite/data/minecraft/tags/functions/load.json | 5 +++++ noNetherite/data/nonetherite/functions/load.mcfunction | 5 +++++ noNetherite/data/nonetherite/tags/functions/load.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 noNetherite/data/minecraft/functions/load.json create mode 100644 noNetherite/data/minecraft/tags/functions/load.json create mode 100644 noNetherite/data/nonetherite/functions/load.mcfunction create mode 100644 noNetherite/data/nonetherite/tags/functions/load.json diff --git a/noNetherite/data/minecraft/functions/load.json b/noNetherite/data/minecraft/functions/load.json new file mode 100644 index 0000000..aff5046 --- /dev/null +++ b/noNetherite/data/minecraft/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#nonetherite:load" + ] +} \ No newline at end of file diff --git a/noNetherite/data/minecraft/tags/functions/load.json b/noNetherite/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..73b1767 --- /dev/null +++ b/noNetherite/data/minecraft/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "nonetherite:load" + ] +} \ No newline at end of file diff --git a/noNetherite/data/nonetherite/functions/load.mcfunction b/noNetherite/data/nonetherite/functions/load.mcfunction new file mode 100644 index 0000000..9427736 --- /dev/null +++ b/noNetherite/data/nonetherite/functions/load.mcfunction @@ -0,0 +1,5 @@ +#This function is empty +#minecraft still requires it though +# +#Datapack made by Cootshk +#get it on modrinth at https://modrinth.com/mod/nonetherite \ No newline at end of file diff --git a/noNetherite/data/nonetherite/tags/functions/load.json b/noNetherite/data/nonetherite/tags/functions/load.json new file mode 100644 index 0000000..73b1767 --- /dev/null +++ b/noNetherite/data/nonetherite/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "nonetherite:load" + ] +} \ No newline at end of file