IceDragon200 / mt-foundation

Extracted common library from yatm, harmonia and nokore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Extracted common library from yatm, harmonia and nokore

License:Apache License 2.0


Languages

Language:Lua 98.6%Language:C 1.2%Language:Makefile 0.3%