Skip to content

Commit

Permalink
add example pymod hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickaym authored Jul 18, 2023
1 parent 1030b36 commit f51723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Getting Started
=================

pyminecraft is a Python language provider crafted for Minecraft Forge. It leverages the Jython_ Python implementation that operates on the JVM. The module is compatible with Python 2.7.x and is designed to support the implementation of a Forge Mod.
pyminecraft is a Python language provider crafted for Minecraft Forge. It leverages the Jython_ Python implementation that operates on the JVM. The module is compatible with Python 2.7.x and is designed to support the implementation of a Forge Mod. `See an examplary mod implemented using the language provider here <https://github.com/Rickaym/pymod>`_.

We created pyminecraft as a way to benchmark the capabilities of Jython and introduce Python developers to the exciting world of Minecraft modding.

Expand Down

0 comments on commit f51723f

Please sign in to comment.