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 1 month ago
JSON representation
Extracted common library from yatm, harmonia and nokore
- Host: GitHub
- URL: https://github.com/icedragon200/mt-foundation
- Owner: IceDragon200
- License: apache-2.0
- Created: 2020-08-12T03:02:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T05:24:36.000Z (about 1 month ago)
- Last Synced: 2025-03-17T06:29:15.176Z (about 1 month ago)
- Topics: base-library, minetest, minetest-mod, minetest-modpack
- Language: Lua
- Homepage:
- Size: 421 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.