diff --git a/README.md b/README.md index 772dbb4..a598248 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ -# 3d_armor_mobile -Adds a /armor command which will bring up a mobile-friendly armor formspec +minetest mod 3d_armor_mobile +=========================== + +ARMOR PAGE friendly for small devices screens + +## Information +-------------- + +Adds an `/armor` command which displays a more reduces inventory with armor support + +![screenshot.png](screenshot.png) + +## Technical info +----------------- + +This mod must be named `3d_armor_mobile` and will bring up a mobile-friendly armor formspec. + +It can be downloade from +* https://git.minetest.io/minenux/minetest-mod-3d_armor_mobile + +#### Compatibility + +Make sure you are using Minetest 0.4.16+ and start a new world + +#### Dependencies + +* 3d_armor + +## LICENSE + +Lasted features, non comercial unless xpresed permission: + + Copyright (C) 2023 mckaygerhard - CC-BY-SA-NC 4.0 + +Source code base: MIT License + + Copyright (c) 2018-2019 Lone_Wolf \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..2d4ba98 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +ARMOR PAGE friendly for small devices screens using command diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..bf01bd8 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = 3d_armor_mobile +depends = 3d_armor +description = ARMOR PAGE friendly for small devices screens using command