Tags
Creators
Details
All versions
5.0b11-fabric-1.21.10
Beta
Minescript 5.0b11 for Fabric 1.21.105 months ago 1,599
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
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)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:KcpXWngB:Fb2gRYFQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KcpXWngB:Fb2gRYFQ"
}

