MinepyLoader

MinepyLoader

Mod

It is a Interpreter to use .mpy

Client and server Game MechanicsManagementOptimization

5 downloads
0 followers
Follow Save

Minepy Loader

A Minecraft Fabric Mod for Minepy

1). About the Project

  1. This project implements code parsing for .mpy (text files, the supported file format for this project) files. The goal is to use a project-internal definition of a language similar to the Python programming language in syntax and format, to quickly add game elements in Minecraft, replace vanilla commands, extend the logic of vanilla commands, or enhance the effects of vanilla data packs.
  2. With extensibility, language convenience, and comprehensiveness as its ultimate goals, this project aims to achieve effects comparable to using a mod loader directly, through external packages.

2). Current Project Progress

  • Current Latest Version: ALPHA-0.0.3 Internal Beta || Last Updated 2025.8.24
  • This project is still in its internal beta phase. There may still be many bugs, and even major changes to the basic syntax are possible. The Loader Version configuration item does not currently support internal beta content. This configuration item is planned to be enabled after the official version is completed.
  • Completed content, semi-completed content, and content not yet completed (* Content scheduled for completion in the next version):

  • [x] Method and Script Parsing Since Beta
  • [x] Basic Variable Definition Since ALPHA-0.0.2
  • [x] Method Referencing Since ALPHA-test-0.0.2 Reset in ALPHA-half-0.0.3
  • [x] *Command Support Semi-completed in ALPHA-0.0.2
  • [ ] *Game Interface Integration Demo tested in ALPHA-half-0.0.3
  • [ ] Object-Oriented Programming
  • [x] Control Flow Code Since ALPHA-0.0.3
  • [ ] Resource File and Data Pack Support
  • [ ] External Packages
  • [ ] !Official Release!

3). Grammar Documentation

For details, see https://github.com/FFANXXY/Minepy-Grammar/tree/main


Project members

FFANXXY

Member

Details

Licensed LGPL-3.0-or-later
Published 5 days ago
Updated 14 days ago