Advanced Scripts

A simple mod to create event scripts, and programmable scripts

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

Forge

implementation fg.deobf("curse.maven:advanced-scripts-1330745:7775933")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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)