promotional bannermobile promotional banner

PyFish (python scripting and modding)

This mod allows to execute python script in minecraft and also to make minecraft mod using python.

File Details

PyFish 1.0.1

  • B
  • Feb 16, 2026
  • 109.44 MB
  • 47
  • 1.21.1
  • NeoForge

File Name

pyfish-1.0.1-all.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:pyfish-python-scripting-and-modding-1428177:7635127"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added built in native extensions :

  • requests (import java_requests)
  • sqlite3 (import java_sqlite3)
  • asyncio (import java_asyncio)
  • logging (import java_logging)
  • pathlib (import java_pathlib)
  • websocket (import java_websocket)

PyFish can now load any python file that is directly in resources folder of any mod as a python module.