MiniMods is a mod loader for Minicraft+. To learn more about Minicraft+, you may go to Minicraft GitHub repository.
This repository is licensed with LGPL 2.1 and GPL 3, you should be able to find the corresponding license documents in the same directory of this source code. The overall license is named LICENSE
in the project's root directory.
SPDX-License-Identifier: LGPL-2.1-only AND GPL-3-only
There are some MiniMods officially supported mods that are available.
These mods are intended to be an modding API for supporting further modding experience and convenience.
Core-Ores provides basic API functions for adding ores to Minicraft+.
These mods are not intended to be an modding API, but provide extra features.
Core-Redstone is a mod for the redstone system referenced from Minecraft. This has some similar mechanics from it.
Core-Redstone-Extra is a mod intended to expand functionalities with Core-Redstone.
This is an archived project derived from Core-Redstone.
As there are several batch files in this project, it is recommended to use Windows.
To build this project, the most recommended way is to use the local batch file. Use .\build build
for Windows.
Since there are some potential problem when executing general .\gradlew build
. Please execute .\gradlew :build
instead.