#Tick.JSON
1 messages · Page 1 of 1 (latest)
It's structure needs to be like this
{
"values" : [
"function1", "function2"
]
}
function1 and function2 are function names without .mcfunction
So the files extension is NOT included in the list?
K just double checking : )
Doesn't seem to work.
Is there something I'm missing?
what did you put in the tick.json?
tick json has to be in the functions folder, of course
{
"values" : [
"test"
]
}
Yeah it is in the functions folder
The name is lowercase, right?
if you have a function named test.mcfunction in no folders other than the "functions" folder it should work
It doesn't seem to though
can you send the addon?
yea send the addon
Not really - I'm injecting tick.json after it's been compiled, directly into
android/data/com.mojang.minecraftpe/files/games/com.mojang/behaviour_pack/[pack name]/functions/
hm i think i found the problem then
for packs where you do those things you will have to use developoment behavior packs
for that you will have to import the behavior pack file
Wait actually what does tick.json execute as/at?
In my function I've got:
tellraw @s {"rawtext":[{"text":"Test"}]}
nobody and 0 0 0 0 0