improve the info for minenux game mods

This commit is contained in:
mckaygerhard 2022-02-19 00:55:52 -04:00
parent 80568e961d
commit 190a5243fe
4 changed files with 70 additions and 6 deletions

38
README.md Normal file
View File

@ -0,0 +1,38 @@
Minetest Game mod: creative
===========================
Simplified creative with faster loading
Information
------------
This mod is named `creative` and is a replacement for default "creative" mod
of orginal game, with reduced tabs, also it uses a cached memory to faster lodaing.
![screenshot.png](screenshot.png)
Technical Information
----------------------
This mod fork used as base the commit `72acd4db9cc676f9e0ae1435e371adb2b10cdbe8`,
for backguard compatibility with 5.2 and 0.4.16, with minimal backports, you
can download from https://codeberg.org/minenux/minetest-mod-creative and after
clone or downloaded renamed to `creative` (obviously replace the current one if any)
Modified by TenPlus1 (added creative privelage, reduced tab count, tweaked code),
original work is at https://notabug.org/TenPlus1/creative
### Authors of source code
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
### Author of media (textures)
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (CC BY-SA 3.0)
LICENSE
-------
See [license.txt](license.txt) for license information.

View File

@ -1,16 +1,38 @@
Minetest Game mod: creative
===========================
See license.txt for license information.
Authors of source code
Simplified creative with faster loading
Information
------------
This mod is named `creative` and is a replacement for default "creative" mod
of orginal game, with reduced tabs, also it uses a cached memory to faster lodaing.
![screenshot.png](screenshot.png)
Technical Information
----------------------
This mod fork used as base the commit `72acd4db9cc676f9e0ae1435e371adb2b10cdbe8`,
for backguard compatibility with 5.2 and 0.4.16, with minimal backports, you
can download from https://codeberg.org/minenux/minetest-mod-creative and after
clone or downloaded renamed to `creative` (obviously replace the current one if any)
Modified by TenPlus1 (added creative privelage, reduced tab count, tweaked code),
original work is at https://notabug.org/TenPlus1/creative
### Authors of source code
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
Author of media (textures)
--------------------------
### Author of media (textures)
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (CC BY-SA 3.0)
Changes
LICENSE
-------
TenPlus1 (added creative privelage, reduced tab count, tweaked code)
See [license.txt](license.txt) for license information.

1
description.txt Normal file
View File

@ -0,0 +1 @@
Simplified creative with faster loading

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = creative
depends = sfinv
description = Simplified creative with faster loading