Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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: 2024-03-31T15:36:15.000Z (9 months ago)
- Last Synced: 2024-03-31T16:34:46.108Z (9 months ago)
- Topics: base-library, minetest, minetest-mod, minetest-modpack
- Language: Lua
- Homepage:
- Size: 395 KB
- Stars: 3
- Watchers: 3
- 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.