From fd122bbb6fb71efa133599e6367ee6237b5ee988 Mon Sep 17 00:00:00 2001 From: Pyae Sone Myo <66440980+Rickaym@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:46:34 +0630 Subject: [PATCH] feat: add pyforge to usage list --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 76affce..72c2f76 100644 --- a/index.md +++ b/index.md @@ -56,4 +56,5 @@ Jython is embedded in lots of projects. See some from [MVNRepository](https://mv - [Robot Framework](http://robotframework.org/) - A generic test automation framework for acceptance testing and acceptance test-driven development (ATDD) which runs on Jython. - [TigerJython](https://www.tigerjython.ch/en) - An educational programming environment that is based on Jython. - [JEM/JythonMusic](https://jythonmusic.me/) - An environment for music making and creative programming using Jython. +- [Pyforge](https://github.com/Rickaym/pyforge) - A Python language adapter for Minecraft Forge that lets you build Minecraft mods with Python.