File Details
Sync (Mod Creator) v1.2.mcaddon
- R
- Dec 1, 2025
- 1.34 MB
- 1.1K
- 1.21.122+2
File Name
Sync (Mod Creator) v1.2.mcaddon
Supported Versions
- 1.21.122
- 1.21.121
- 1.21.120
Update 1.2
Introducing a host of powerful new features!
New “On Hold” Hook
Define custom intervals (e.g., 20 ticks = 1 second) and specify items such as
(dirt,iron_sword,cobblestone), or simply use"any". You can also target a single item with a specific custom name, for example,(iron_sword + custom name). The system will check if the player is holding the specified item and whether it matches the given name. This new hook greatly enhances the flexibility of custom items, unlocking more creative possibilities.
Random Variables
Random variables allow you to assign a name (e.g.,
"rarity") and define an array such as"common,uncommon,rare,epic,mythic,legendary". The system will randomly select one value. For weighted control, you can specify probabilities like:"common,60%,uncommon,40%,rare,30%,epic,20%,mythic,10%,legendary,5%".
This ensures values like"common"appear more frequently, while"legendary"remains rare. You can also use numeric ranges such as"1-100"to generate random numbers, with no upper limit, giving you complete freedom to design dynamic, unpredictable outcomes.

