mckaygerhard
93f17cd1f6
* Added the possibility to wear the armor on rightclick backported from https://github.com/minetest-mods/3d_armor/pull/16 * fix not being able to place armor on anvil due new right click * fix armor equip/unequip initial implmentation that backports https://github.com/minetest-mods/3d_armor/pull/17 solving a number of problems with the new right-click armor equipping * fix callbacks not being called by armor.equip() and `armor.unequip()` * fix player physics player_physics_locked attribute * add feather falling * prevents a crash when a pipeworks deployer tries to equip armor * Fix typo in wieldview caused by skindb crash when player joins * update and added nether lava and lava crust to fire protection list. * fix bug Armor still damageable in (pvp) protected area * Fix detached inventory vulnerability complete checks * Fix count when armor is destroyed, option to prevent physics override * update version to 0.4.15 that works with 0.4.X and 5.X engines
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
minetest mod 3d_armor_mobile
|
|
===========================
|
|
|
|
SHIELDS feature to 3d armors
|
|
|
|
## Information
|
|
--------------
|
|
|
|
Adds shields to the game, so players can use to protect or block
|
|
|
|
![screenshot.png](screenshot.png)
|
|
|
|
## Technical info
|
|
-----------------
|
|
|
|
This mod must be named `shields` and will provide such items to 3d armors,
|
|
originally a part of 3d_armor, shields have been re-included as an optional extra.
|
|
If you do not what shields then simply remove the shields folder from the modpack.
|
|
|
|
It can be downloade from
|
|
* https://git.minetest.io/minenux/minetest-mod-3d_armor
|
|
|
|
#### Compatibility
|
|
|
|
Make sure you are using Minetest 0.4.16+ and start a new world
|
|
|
|
#### Dependencies
|
|
|
|
* default
|
|
* 3d_armor
|
|
|
|
#### Configuration
|
|
|
|
Override the following default settings by adding them to your minetest.conf file.
|
|
|
|
* shields_disable_sounds = false
|
|
|
|
## LICENSE
|
|
|
|
Lasted features, non comercial unless xpresed permission:
|
|
|
|
Copyright (C) 2023 mckaygerhard - CC-BY-SA-NC 4.0
|
|
|
|
Source code base:
|
|
|
|
Copyright (c) 2018-2019 Lone_Wolf
|
|
Copyright (C) 2013-2018 Stuart Jones - LGPL v2.1
|
|
|
|
License Textures:
|
|
|
|
Copyright (C) 2017-2018 davidthecreator - CC-BY-SA 3.0
|