/PythonMC

I forked this just for my purpose

Primary LanguageJavaMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License


PythonMC Logo

PythonMC

PythonMC is a Fabric mod that allows datapacks to be written in Python. Minecraft datapacks have some big limitations but, PythonMC has very little. Like for loops, functions, if statements, and modules.
Explore the docs »

Report Bug · Request Feature

(back to top)

Getting Started

Prerequisites

You need Python to use PythonMC, You can get it here.
MAKE SURE TO CHECK THIS BOX OTHERWISE PYTHONMC WON'T WORK:

Installation

  1. Run this command in your terminal
pip install jep

We need jep because that is how the mod interacts with Python.

  1. Go to the releases page and download the latest .whl file.
  2. Open a terminal and navigate to your downloads directory and type pip install pythonmc-X.X.X-py3-none-any.whl but replace the X's with the pythonmc version

(back to top)

Usage

If you want to know how to use PythonMC, refer to the documentation

For examples, please refer to the examples

(back to top)

Roadmap

Whatever you suggest.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/RevolvingMadness/PythonMC

(back to top)