Update wdata mod to v1.1...
Release: https://github.com/AntumMT/mod-wdata/releases/tag/v1.1
This commit is contained in:
parent
f8c9a9579b
commit
a7804162f8
@ -85,7 +85,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
|
||||
* [listitems][] ([MIT][lic.listitems]) -- version: [0.7][ver.listitems] *2021-04-29*
|
||||
* [painting][] (WTFPL) -- version [8961849 Git][ver.painting] *2016-05-05* ([patched][patch.painting])
|
||||
* [pipeworks][] ([LGPL][lic.lgpl3.0] / [CC BY-SA][lic.ccbysa4.0]) -- version: [2670fd8 Git][ver.pipeworks] *2021-05-06* ([patched][patch.pipeworks])
|
||||
* [wdata][] ([MIT][lic.wdata]) -- version: [e339375 Git][ver.wdata] *2021-05-28*
|
||||
* [wdata][] ([MIT][lic.wdata]) -- version: [1.1][ver.wdata] *2021-06-15*
|
||||
* mobiles/
|
||||
* [bee][mobs_animal] ([MIT][lic.mobs_bee]) -- version: [671c6c1 Git][ver.mobs_bee] *2021-06-02*
|
||||
* [chicken][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [085706f Git][ver.cmer_chicken] *2021-05-25*
|
||||
@ -634,7 +634,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
|
||||
[ver.waffles]: https://github.com/GreenXenith/waffles/tree/15bcdce
|
||||
[ver.walking_light]: https://github.com/petermaloney/walking_light/tree/766ef0f
|
||||
[ver.wardrobe]: https://github.com/AntumMT/mod-wardrobe/tree/0500a78
|
||||
[ver.wdata]: https://github.com/AntumMT/mod-wdata/tree/e339375
|
||||
[ver.wdata]: https://github.com/AntumMT/mod-wdata/releases/tag/v1.1
|
||||
[ver.whinny]: https://github.com/AntumMT/mod-whinny/tree/32f2d9f
|
||||
[ver.whitelist]: https://github.com/AntumMT/mod-whitelist/releases/tag/v1.1
|
||||
[ver.windmill]: https://github.com/Sokomine/windmill/tree/47b029d
|
||||
|
@ -6,9 +6,14 @@ A [Minetest][] library for managing data files in the world directory.
|
||||
|
||||
It takes a little work to read from & write to data in the world directory. `wdata` aims to make that easier by utilizing just two simple methods.
|
||||
|
||||
This mod is essentially an alternative to Minetest's built-in [StorageRef][] & was created before I realized the implementation existed. Some may still find wdata useful as it does allow for customizing sub-directories & filenames.
|
||||
|
||||
<img src="screenshot.png" alt="icon" width="100px" />
|
||||
|
||||
### Licensing:
|
||||
|
||||
- [MIT](LICENSE.txt)
|
||||
- Code: [MIT](LICENSE.txt)
|
||||
- Icon: [CC0](https://openclipart.org/detail/270878)
|
||||
|
||||
### Usage:
|
||||
|
||||
@ -34,6 +39,7 @@ Optional depends: none
|
||||
|
||||
### Links
|
||||
|
||||
- [![ContentDB](https://content.minetest.net/packages/AntumDeluge/wdata/shields/title/)](https://content.minetest.net/packages/AntumDeluge/wdata/)
|
||||
- [Forum](https://forum.minetest.net/viewtopic.php?t=26804)
|
||||
- [Git repo](https://github.com/AntumMT/mod-wdata)
|
||||
- [API](https://antummt.github.io/mod-wdata/docs/api.html)
|
||||
@ -42,3 +48,4 @@ Optional depends: none
|
||||
|
||||
|
||||
[Minetest]: http://minetest.net/
|
||||
[StorageRef]: https://github.com/minetest/minetest/blob/c9144ae/doc/lua_api.txt#L6883
|
||||
|
@ -1,6 +1,6 @@
|
||||
name = wdata
|
||||
title = World Data Manager
|
||||
description = A library for managing data files in the world directory.
|
||||
version = 1.0
|
||||
version = 1.1
|
||||
license = MIT
|
||||
author = Jordan Irwin (AntumDeluge)
|
||||
|
BIN
mods/misc/wdata/screenshot.png
Normal file
BIN
mods/misc/wdata/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Loading…
x
Reference in New Issue
Block a user