Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
26
mods/fakelib/README.md
Normal file
26
mods/fakelib/README.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Minetest fake userdata library [fakelib]
|
||||
|
||||
[](https://github.com/OgelGames/fakelib/actions)
|
||||
[](LICENSE.md)
|
||||
[](https://www.minetest.net)
|
||||
[](https://content.minetest.net/packages/OgelGames/fakelib/)
|
||||
|
||||
## Overview
|
||||
|
||||
This mod is a code library for creating fake userdata (players, inventories and metadata), replicating their functionality as closely as possible.
|
||||
|
||||
## Usage
|
||||
|
||||
Simply add `fakelib` to your mod's dependencies, and call any of the API functions from your code.
|
||||
|
||||
See [API.md](API.md) for detailed documentation.
|
||||
|
||||
## Installation
|
||||
|
||||
Download the [master branch](https://github.com/OgelGames/fakelib/archive/master.zip) or the [latest release](https://github.com/OgelGames/fakelib/releases), and follow [the usual installation steps](https://wiki.minetest.net/Installing_Mods).
|
||||
|
||||
Alternatively, you can download and install the mod from [ContentDB](https://content.minetest.net/packages/OgelGames/fakelib) or the online content tab in Minetest.
|
||||
|
||||
## License
|
||||
|
||||
All code is licensed under the [MIT License](LICENSE).
|
Loading…
Add table
Add a link
Reference in a new issue