# pyforge **Repository Path**: minecraft-in-python/pyforge ## Basic Information - **Project Name**: pyforge - **Description**: pyforge 是为 Minecraft-in-python 专门编写的开发 mod 的前置包 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-29 - **Last Updated**: 2021-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > python + forge = pyforge! # pyforge pyforge is a modding api for Minecraft-in-python. ## Installation **NOTE:** The pyforge version corresponds to the Minecraft-in-python version, so you should check the Minecraft-in-python version before downloading/installing it. Install it: ```shell git clone https://github.com/Minecraft-in-python/pyforge.git cd pyforge/ ./install.py ``` Import pyforge: ```shell # Use the --extlib=... option to import packages in $MCPYPATH/lib// python3 -m minecraft --extlib=pyforge ```