From 5c9ab64648690a7497a203fedc2f6432c962479e Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Sat, 7 Jan 2023 19:27:40 -0400 Subject: [PATCH] improve the mod identification and description, seems abandoned * noted is not uploaded to contendb shit site * cited license and put need files * improve README * the project is hosted at poikilos site --- README.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++ README.txt | 79 +++++++++++++++++++++++++++++++++++++++++--- crafting_guide.txt | 22 ------------- depends.txt | 3 ++ description.txt | 2 +- mod.conf | 4 +-- 6 files changed, 162 insertions(+), 29 deletions(-) create mode 100644 README.md delete mode 100644 crafting_guide.txt create mode 100644 depends.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5835d8 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +minetest mod 3d_armor_gloves +======================= + +ARMOR gloves/gauntlets to the 3d_armor mod + +## Information +-------------- + +This mod provides ARMOR gloves/gauntlets fully compatible with all engines, using 3d_armor mod. + +- Gloves/Gauntlets are present in all the standard 3d armor material types +- Gloves/Gauntlets provide approximately the same bonus as boots. + +![screenshot.png](screenshot.png) + +## Technical info +----------------- + +This mod must be named `3d_armor_gloves` and is a MinenuX fork improved to work +with all engines, also provides som minor fixeds + +It can be downloade from +* https://git.minetest.io/minenux/minetest-mod-3d_armor_gloves +* https://codeberg.org/minenux/minetest-mod-3d_armor_gloves + +#### Compatibility + +Make sure you are using Minetest 0.4.16+ and start a new world (anything but v6), +then enable Ethereal in the mods list. + +#### Dependencies + +* default +* Farming Redo `farming` or normal farming from default game +* 3d_armor + + +#### Crafting + +The mod provides a fishing api, basically is `ethereal.add_item(fish, junk, bonus)`, +several examples are at the documentation of [api.txt](api.txt) file. + +``` ++---+---+---+ +| X | | X | ++---+---+---+ +| S | | S | ++---+---+---+ +| | | | ++---+---+---+ +``` + +#### Nodes + +Those are the nodes used in craft guide + +| 3d_armor_gloves | X must be | S must be | +| -------------------------------- | ----------------------- | ----------------- | +| [3d_armor_gloves:gloves_wood] | [default:wood] | [farming:string] | +| [3d_armor_gloves:gloves_cactus] | [default:cactus] | [farming:string] | +| [3d_armor_gloves:gloves_steel] | [default:steel_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_bronze] | [default:bronze_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_diamond] | [default:diamond] | [farming:string] | +| [3d_armor_gloves:gloves_gold] | [default:gold_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_mithril] | [moreores:mithril_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_crystal] | [ethereal:crystal_ingot] | [farming:string] | + +## LICENSE + +Lasted features, non comercial unless xpresed permission: + + Copyright (C) 2023 mckaygerhard - CC-BY-SA-NC 4.0 + +Source code base: GPLv2.1 + + Copyright (C) 2012-2019 stujones11, Stuart Jones + +License Textures: CC-BY-SA 3.0 + + Copyright (C) 2017-2019 davidthecreator - CC-BY-SA 3.0 + diff --git a/README.txt b/README.txt index 81c1bca..a5835d8 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,81 @@ -[mod] 3d_armor_gloves +minetest mod 3d_armor_gloves ======================= -Adds gloves/gauntlets to 3d_armor +ARMOR gloves/gauntlets to the 3d_armor mod + +## Information +-------------- + +This mod provides ARMOR gloves/gauntlets fully compatible with all engines, using 3d_armor mod. + +- Gloves/Gauntlets are present in all the standard 3d armor material types +- Gloves/Gauntlets provide approximately the same bonus as boots. + +![screenshot.png](screenshot.png) + +## Technical info +----------------- + +This mod must be named `3d_armor_gloves` and is a MinenuX fork improved to work +with all engines, also provides som minor fixeds + +It can be downloade from +* https://git.minetest.io/minenux/minetest-mod-3d_armor_gloves +* https://codeberg.org/minenux/minetest-mod-3d_armor_gloves + +#### Compatibility + +Make sure you are using Minetest 0.4.16+ and start a new world (anything but v6), +then enable Ethereal in the mods list. + +#### Dependencies + +* default +* Farming Redo `farming` or normal farming from default game +* 3d_armor -Given how little I had to do code wise and graphics wise I have left the code and -texture copyrights with Stu and Davidthecreator. +#### Crafting +The mod provides a fishing api, basically is `ethereal.add_item(fish, junk, bonus)`, +several examples are at the documentation of [api.txt](api.txt) file. + +``` ++---+---+---+ +| X | | X | ++---+---+---+ +| S | | S | ++---+---+---+ +| | | | ++---+---+---+ +``` + +#### Nodes + +Those are the nodes used in craft guide + +| 3d_armor_gloves | X must be | S must be | +| -------------------------------- | ----------------------- | ----------------- | +| [3d_armor_gloves:gloves_wood] | [default:wood] | [farming:string] | +| [3d_armor_gloves:gloves_cactus] | [default:cactus] | [farming:string] | +| [3d_armor_gloves:gloves_steel] | [default:steel_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_bronze] | [default:bronze_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_diamond] | [default:diamond] | [farming:string] | +| [3d_armor_gloves:gloves_gold] | [default:gold_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_mithril] | [moreores:mithril_ingot] | [farming:string] | +| [3d_armor_gloves:gloves_crystal] | [ethereal:crystal_ingot] | [farming:string] | + +## LICENSE + +Lasted features, non comercial unless xpresed permission: + + Copyright (C) 2023 mckaygerhard - CC-BY-SA-NC 4.0 + +Source code base: GPLv2.1 + + Copyright (C) 2012-2019 stujones11, Stuart Jones + +License Textures: CC-BY-SA 3.0 + + Copyright (C) 2017-2019 davidthecreator - CC-BY-SA 3.0 diff --git a/crafting_guide.txt b/crafting_guide.txt deleted file mode 100644 index d1c2e7f..0000000 --- a/crafting_guide.txt +++ /dev/null @@ -1,22 +0,0 @@ -3d_Armor_Gloves -- Crafting Guide --------------------------- - -+---+---+---+ -| X | | X | -+---+---+---+ -| S | | S | -+---+---+---+ -| | | | -+---+---+---+ - -[3d_armor_gloves:gloves_wood] X = [default:wood], S = [farming:string] -[3d_armor_gloves:gloves_cactus] X = [default:cactus], S = [farming:string] -[3d_armor_gloves:gloves_steel] X = [default:steel_ingot], S = [farming:string] -[3d_armor_gloves:gloves_bronze] X = [default:bronze_ingot], S = [farming:string] -[3d_armor_gloves:gloves_diamond] X = [default:diamond], S = [farming:string] -[3d_armor_gloves:gloves_gold] X = [default:gold_ingot], S = [farming:string] -[3d_armor_gloves:gloves_mithril] X = [moreores:mithril_ingot], S = [farming:string] -[3d_armor_gloves:gloves_crystal] X = [ethereal:crystal_ingot], S = [farming:string] - - - diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..8b04e59 --- /dev/null +++ b/depends.txt @@ -0,0 +1,3 @@ +default +3d_armor +farming diff --git a/description.txt b/description.txt index 5ab0f93..5df9b02 100644 --- a/description.txt +++ b/description.txt @@ -1 +1 @@ -Adds visible gloves/gauntlets to 3d armor. +ARMOR gloves/gauntlets fully compatible with all engines diff --git a/mod.conf b/mod.conf index 716b808..3c8fd71 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = 3d_armor_gloves -depends = default, farming, 3d_armor -description = Adds visible gloves/gauntlets to 3d armor. +depends = default, 3d_armor, farming +description = ARMOR gloves/gauntlets fully compatible with all engines