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