minetest-game-nssg/mods/3d_armor/3d_armor_gloves
general 7e2beca1bd update 3d_armor with last fixed backported
* update from https://codeberg.org/minenux/minetest-mod-3d_armor
* Fix armor radiation values were not not summed up
* Closes https://github.com/minetest-mods/3d_armor/issues/136
  radiation does not work when using technic armor
* resolve player object in async function again (different globalstep)
   due the core.after we need to recall player name
  closes https://github.com/minetest-mods/3d_armor/issues/132
* Make all admin armor to protect from drowning
  group of water is the same as if you get asfixiate,
  admin armor must be protected, this was missing cos the
  chessplate already has the armor_water=1 set..
  closes https://github.com/minetest-mods/3d_armor/issues/130
* Call custom on_punched functions w/ hitter = nil too
  this allows to propagates the nil on custom mods
  related to https://github.com/minetest-mods/3d_armor/pull/138#discussion_r1529014373
  backported https://github.com/minetest-mods/3d_armor/pull/141
* Don't assume hitter ~= nil in on_punchplayer callback
  closes https://github.com/minetest-mods/3d_armor/issues/137
  related to https://github.com/minetest/minetest/pull/14319#issuecomment-1989555604
2024-03-29 17:47:29 -04:00
..
locale add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
textures opticrush texture images to reduce size media 2023-06-11 06:24:23 -04:00
.gitattributes add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
LICENSE.txt add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
README.md add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
README.txt add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
crafting_guide.txt upgrade 3d_armor modpack and 3d_armor respect new player model 1 vertical node 2023-07-31 01:53:44 -04:00
depends.txt add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
description.txt add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
init.lua update 3d_armor with last fixed backported 2024-03-29 17:47:29 -04:00
mod.conf add armors.. from the minuenux compatible to all engines 2023-01-10 18:02:36 -04:00
screenshot.png opticrush texture images to reduce size media 2023-06-11 06:24:23 -04:00

README.md

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

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

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 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 stujones111@gmail.com

License Textures: CC-BY-SA 3.0

Copyright (C) 2017-2019 davidthecreator - CC-BY-SA 3.0