promotional bannermobile promotional banner

Minescript

Python scripting for Minecraft

File Details

minescript-neoforge-1.21.5-5.0b10

  • B
  • Feb 5, 2026
  • 1.34 MB
  • 7
  • 1.21.5
  • NeoForge

File Name

minescript-neoforge-1.21.5-5.0b10.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

NeoForge

implementation "curse.maven:minescript-657474:7577606"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Docs

Minescript 5.0b10

  • Update Pyjinn docs to include EventLoop (1a3810e)
  • Implement EventLoop class for Pyjinn scripts (d680374)
  • Support disabling Pyjinn compilation (default on) (152b158)
  • Compile Pyjinn scripts to bytecode instructions (0a3efe1)

Pyjinn 0.13

  • Support compilation of Pyjinn code to instructions executed via virtual machine
  • Support dict.clear() in PyjDict (b6396a3)
  • Make Generator and Coroutine top-level classes (863145d)
  • Support async functions and await expressions (964d92e)
  • Throw exception if value passed to Generator.send() (c367c4f)
  • Support yield from and Generator.send(...) (28447f1)
  • Optimize compiled code for ListComprehension (5d4e7b3)
  • Support passing generator to list and set ctors (10761ed)
  • Support calling next() on generator from Java (53a0d94)
  • Set generator's caller each time next is called (7c3446d)
  • Support 'for' loops over generators (1224336)
  • Support generators, yield expressions with next() (2b7050b)
  • Support builtins iter(), next(), StopIteration (fdd4409)