https://github.com/ogelgames/fakelib
Minetest fake userdata library
https://github.com/ogelgames/fakelib
library minetest minetest-mod
Last synced: 8 months ago
JSON representation
Minetest fake userdata library
- Host: GitHub
- URL: https://github.com/ogelgames/fakelib
- Owner: OgelGames
- License: mit
- Created: 2024-05-15T09:55:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:03:59.000Z (over 1 year ago)
- Last Synced: 2025-01-30T20:05:08.694Z (over 1 year ago)
- Topics: library, minetest, minetest-mod
- Language: Lua
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).