#tick.mcfunction Not running
1 messages · Page 1 of 1 (latest)
What version?
1.20.1
What’s in tick.json?
{
"values": [
"lava_instakill:tick"
]
}
Does your datapack show up when you run /datapack list enabled?
Yes
What’s in tick.mcfunction?
execute as @a at @s if block ~ ~ ~ minecraft:lava run damage @s 99999999 on_fire
say Lava Instakill tick ran!file
Does that work if you run /function lava_instakill:tick in chat?
Yes
Yes
Try disabling those and seeing if it fixes the problem
Sometimes problems with other datapacks can break tick.json for all packs
Did not change anything
Can you check the logs?
When making or debugging Minecraft datapacks, it is useful to have the Minecraft logs open in order to view errors quickly.
To open the logs:
- Enable the logs in the Minecraft Launcher (see image)
- Start Minecraft
The logs should open in a separate window. Datapack errors are shown in the when you /reload and are almost always in red text or yellow text.