mirror of
https://github.com/OgelGames/fakelib.git
synced 2024-11-13 07:20:17 +01:00
update readme
This commit is contained in:
parent
e6ed62e939
commit
a7b0160ad2
26
README.md
26
README.md
|
@ -1,2 +1,24 @@
|
|||
# fakelib
|
||||
Minetest userdata imitation library
|
||||
# Minetest fake userdata library [fakelib]
|
||||
|
||||
[![luacheck](https://github.com/OgelGames/fakelib/workflows/luacheck/badge.svg)](https://github.com/OgelGames/fakelib/actions)
|
||||
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
|
||||
[![Minetest](https://img.shields.io/badge/Minetest-5.0+-blue.svg)](https://www.minetest.net)
|
||||
|
||||
## 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).
|
||||
|
||||
## License
|
||||
|
||||
All code is licensed under the [MIT License](LICENSE).
|
||||
|
|
Loading…
Reference in New Issue
Block a user