-
-
Notifications
You must be signed in to change notification settings - Fork 0
Main Tick Script
NorthWestTrees edited this page Jul 16, 2024
·
3 revisions
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.
# 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
- 4.8.0
- Added Main Tick Function Script
π Home
-
π Categories
-
π Report Bug
-
π‘ Feature Request
-
π¦ Releases
-
β Mod Dependencies
-
π₯ CurseForge
-
𧩠MCreator
-
π’ Attribution
-
β Planned Features
-
π Upcoming Changes
-
π Changelogs