minecraft requires a load function for some reason
This commit is contained in:
parent
600497ea98
commit
ec58a54931
4 changed files with 20 additions and 0 deletions
5
noNetherite/data/minecraft/functions/load.json
Normal file
5
noNetherite/data/minecraft/functions/load.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"#nonetherite:load"
|
||||||
|
]
|
||||||
|
}
|
5
noNetherite/data/minecraft/tags/functions/load.json
Normal file
5
noNetherite/data/minecraft/tags/functions/load.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"nonetherite:load"
|
||||||
|
]
|
||||||
|
}
|
5
noNetherite/data/nonetherite/functions/load.mcfunction
Normal file
5
noNetherite/data/nonetherite/functions/load.mcfunction
Normal file
|
@ -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
|
5
noNetherite/data/nonetherite/tags/functions/load.json
Normal file
5
noNetherite/data/nonetherite/tags/functions/load.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"nonetherite:load"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue