Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icedragon200/mt-foundation

Extracted common library from yatm, harmonia and nokore
https://github.com/icedragon200/mt-foundation

base-library minetest minetest-mod minetest-modpack

Last synced: about 2 months ago
JSON representation

Extracted common library from yatm, harmonia and nokore

Awesome Lists containing this project

README

        

# Foundation

Foundation is a extended standard library for minetest mods, by itself no changes are made to the minetest game, this modpack is intended to be used as a library for other mods.

Its aim isn't to be an end-all to the functionality, but rather a quick implementation of some commonly used functions or helpers.

Code can be freely copied from foundation and placed into one's own mod or usecase.

Just remember to strip the namespace off (i.e. `foundation.com`)

## Components

Foundation's components has been sourced from my own modpacks (yatm and nokore), and serves as the base for those mods.