File Details
minescript-fabric-1.21.5-5.0b10
- B
- Feb 5, 2026
- 1.34 MB
- 19
- 1.21.5
- Fabric
File Name
minescript-fabric-1.21.5-5.0b10.jar
Supported Versions
- 1.21.5
Curse Maven Snippet
Docs
- For Pyjinn integration with Java and language compatibility with Python see minescript.net/pyjinn
- To set up Fabric mappings for Python and Pyjinn scripts see minescript.net/mappings
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
asyncfunctions andawaitexpressions (964d92e) - Throw exception if value passed to Generator.send() (c367c4f)
- Support
yield fromand 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)

