Skip to content

Main Tick Script

NorthWestTrees edited this page Jul 16, 2024 · 3 revisions

General

This function is linked to the "minecraft:tick" function tag.
The main use is to run a script that would have required to be used on "player tick update" or "world tick update" triggers.
This will hopefully decrease the demand on TPS for the mod.

Function

# This script will run every tick using the "minecraft:tick" tag.
# | This sets the camera max distance every tick.
execute in minecraft:overworld run cctvcraft script setCameraMaxDistance

Related Pages

Changes

  • 4.8.0
    • Added Main Tick Function Script

🏠 Home

😺 GitHub

📑 Mod Pages

🧪 Development

Clone this wiki locally