Jython Mod Docs
About 121 wordsLess than 1 minute
2026-09-05
Welcome to Jython Mod — a GraalPy-powered Minecraft mod that lets you write mod features in Python 3, supporting Fabric / NeoForge / Paper.
Usage Guide
- Configuration — config file & fields
- Module Structure — ZIP layout, entrypoints, available variables
- Helper Library APIs — item / block / MinecraftClasses / BytecodeHelper
- Public API — other Java mods expose APIs to Python (JythonModApi / jython_api)
- Maven Repository — publishing jython-mod-api via Cloudflare Pages
- Resource Packs & Data Packs
- Third-Party Python Packages
Platforms
Others
- Special Syntax & Features — Java interop, reflective calls
- Troubleshooting
- Java-to-Jython Tutorial
