File Details
AdvancedScripts_BETA_10.5_forge_1.20.1
- R
- Mar 18, 2026
- 155.14 KB
- 92
- 1.20.1
- Forge
File Name
AdvancedScripts_BETA_10.5_forge_1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Added Built In Functions:
random() # Returns a float between 0.0 e 1.0
randint(1, 20) # Returns an integer between 1 and 20 included
chance(0.05) # Returns True with a 5% probability (1 in 20)
chance(0.5) # Returns True with a 50% probability (1 in 2)