File Details
Minescript 5.0b11 for Fabric 26.1.2
- B
- Apr 16, 2026
- 1.35 MB
- 123
- 26.1.2
- Fabric
File Name
minescript-fabric-26.1.2-5.0b11.jar
Supported Versions
- 26.1.2
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.0b11
- Document EventLoop and packet events (fa632c4)
- Let scripted chats start with slash or backslash (0f5ae28)
- Remove config for toggling Pyjinn compilation (9ac864a)
- Support packet interception/cancellation in Pyjinn (77412bb)
Pyjinn 0.14
- Fix handling of local class definitions (d6a9297)
- Introduce CompiledClass to compile classes earlier (8d7a5e1)
- Remove Expression.eval, Statement.exec, overrides (637e0fe)
- Restore ability to add global vars outside scripts (56428f8)
- Merge Script.parse() into Script.compile() (5a24b76)
- Get/set local vars by int index, not string lookup (742f762)
- Require compilation; global/nonlocal decls in Code (fbd5998)
- Disallow function definitions/calls with bad args (5acb01f)
- Support keyword-only args (following
*arg) (3854761) - Convert byte/short to Byte/Short in arg type check (dcdd1a3)

