File Details
Forge-3.0.0
- R
- Aug 17, 2025
- 982.91 KB
- 106.6K
- 1.20.1
- Forge + 1
File Name
timeclock-3.0.0-forge-1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Features
- Add projectile blacklist for "arrow", blacklisted items won't be shot
- Add timebox where time is frozen for blocks, entities and particles
- If the <id> is in the form of "modid:id", it must be enclosed in single quotes ''.If it is in the form of "id", no quotes are needed
- Add timebox creation commands:
/timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed>/timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color>/timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha>/timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha> <tick>/timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha> <tick> <removeAnimation>/timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha> <tick> <removeAnimation> <startCenter>
- Add timebox management commands:
/timeclock timebox remove <id>/timeclock timebox clear/timeclock timebox list <logging>/timeclock timebox modify <id>[<active/color/expandAfterCreation/changeSpeed>] <active/color/expandAfterCreation/speed>/timeclock timebox modify <id> [<color>] <color> <alpha>
- Add Ars Nouveau integration with new glyphs:
- Time Freeze Glyph: Freeze the current world time, with a base time of 6 seconds
- Time Box Glyph:Create a time box, where time will be frozen (including particles, creatures, and blocks), with a base time of 6 seconds
- Subdivide config for better organization
Fixed Issues
- Fix data saving loss issue for WeaponProjectileEntity