1
I have 2 datapacks enabled, both have a tick.json file running their respective functions. But since there are 2 tick.json files, it seems that doesn't work. When 1 is disabled, everything works correctly.
Is this supposed to happen?
Is this supposed to happen?
5
one Issue I can think of is that one replaces the other, which normally shouldn't be the case.
So open the json-file and if it contains a line with:
"replace:true"
change "true" to "false"
So open the json-file and if it contains a line with:
"replace:true"
change "true" to "false"
{
"values": [
"functions:test"
]
}
This is all that is in the file...
"values": [
"functions:test"
]
}
This is all that is in the file...
Yes, I'm not exactly sure but I think Minecraft cannot choose between the files since there are 2 of them so it ignores both.
So if a datapack wishes to utilize the tick.json file, it cannot be compatible with other functions that use a tick.json file as well?
I don't really know much about coding and stuff but maybe combine the two tick.json files ( like writing the coding to one file )???
Idea : I think you can rename the second one to something else then configure it so minecraft recognizes it.
Idea : I think you can rename the second one to something else then configure it so minecraft recognizes it.
