SumianVoice
eeca224f7b
Merge branch 'master' into elytra-overhaul
2022-08-08 00:19:26 +00:00
iliekprogrammar
4f2789c498
[5.6][armor] fix unsafe entity handling (unsure)
...
i'm not sure about this one, can't fnd a suitable test for it.
2022-08-07 12:43:24 +08:00
iliekprogrammar
221ee0fcf1
[5.6] mark places with unsafe set_hp entity handling
...
There might be other places i might be missing, but these are the obvious ones.
leftover entity handling i did not mark:
* everything that involves a apply()-like algorithm (e.g. callbacks) over the
same list of objects.
* in mcl_damage, it's not known whether mcl_damage.from_mt() would involve
entity handling or just player handling.
2022-08-07 00:13:03 +08:00
Sumyjkl
1263c43b5d
elytra and other non-combat armour don't take durability damage when the player is attacked
2022-08-06 14:38:42 +10:00
Sumyjkl
65e42845f4
netherite armour no longer burns in lava
2022-07-22 23:18:51 +10:00
PrairieAstronomer
145d183998
Added Armor (Un)Eqip Sound Definitions
2022-06-30 14:11:13 +02:00
cora
b8fc1c03b3
check for _upgradable instead of diamond
2022-06-30 14:11:13 +02:00
cora
7136e54615
make armor upgrade slightly more flexible
2022-06-30 14:11:13 +02:00
cora
909aa71dd3
keep _mcl_upgrade_item as nil for non diamond armor
2022-06-30 14:11:13 +02:00
cora
c05e1b5f45
make diamond armor upgradable to netherite
2022-06-30 14:11:13 +02:00
Code-Sploit
10ea6da4e8
Add all pixel-perfection textures for netherite
2022-06-30 14:11:13 +02:00
Code-Sploit
8ee792e965
Add correct textures for netherite armor
2022-06-30 14:11:12 +02:00
Code-Sploit
3f30251f26
Add second part of netherite armor textures
2022-06-30 14:11:12 +02:00
Code-Sploit
57ebfbfb56
Add first part of netherite armor textures
2022-06-30 14:11:12 +02:00
Code-Sploit
f0f52713f7
Add code for netherite armor
2022-06-30 14:11:12 +02:00
AFCMS
8a47a195f6
Remove preview files
2022-05-04 23:15:11 +00:00
AFCMS
3ca40cd4e4
Remove 2D preview
2022-05-04 23:15:11 +00:00
AFCMS
cbfc71705d
remove blender backup file
2022-02-24 10:16:47 +01:00
1F616EMO
5075f2ca56
mcl_armor
2022-02-23 23:58:05 +01:00
AFCMS
c59bea211d
fix some typos
2022-02-13 21:31:03 +01:00
AFCMS
5aa18d573e
document mcl_armor function (WIP)
2022-02-13 21:31:03 +01:00
AFCMS
13f8fd457c
document manual armor creation
2022-02-13 21:31:03 +01:00
AFCMS
2b820d7756
`mcl_armor.register_set()` documentation
2022-02-13 21:31:02 +01:00
NO11
31d3ea8a87
Fix #1801 (add better texture for golden boots)
2021-07-20 20:09:43 +00:00
SmallJoker
9d9e213012
Fix some implicit hard and soft-dependencies
...
These issues were found while testing minetest#8603 and are caused by relying on the undefined mod loading order
2021-07-16 06:18:54 +04:00
epCode
960b653979
fix #1299
2021-07-12 11:50:37 -07:00
marcin-serwin
cbe8583cef
Merge branch 'master' into polish-translation
2021-06-02 10:14:25 +00:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
Lizzy Fleckenstein
772f48ed58
Fix crash / luacheck warning caused by armor with thorns level > 10
2021-05-26 20:51:39 +02:00
Lizzy Fleckenstein
6550e3e8e2
Add per-element armor groups
2021-04-29 11:51:06 +02:00
Lizzy Fleckenstein
87e41cc9a9
Add support for armor texture and preview being functions
2021-04-29 11:46:27 +02:00
Lizzy Fleckenstein
ec08032b62
Add on_break callback
2021-04-29 11:40:09 +02:00
Lizzy Fleckenstein
33c0aa23c5
Re-add thorns damage type
2021-04-29 10:58:10 +02:00
jordan4ibanez
e0c94ccb8a
Stop thorns enchant from crashing server when dealing damage to mobs
2021-04-28 21:58:28 -04:00
Lizzy Fleckenstein
13a0fa2314
Implement #1665
2021-04-28 12:16:01 +02:00
Lizzy Fleckenstein
61c6d6e276
Add per element (un)equip callbacks
2021-04-28 12:00:44 +02:00
Lizzy Fleckenstein
fede04eaa6
Make armor listring work
2021-04-25 20:20:26 +02:00
Lizzy Fleckenstein
302175691a
Integrate death messages
2021-04-25 16:42:38 +02:00
Lizzy Fleckenstein
939229cb21
Fix on_equip crash
2021-04-25 13:29:22 +02:00
Lizzy Fleckenstein
f9c2d710e2
Fix armor being taken even if it cannot be equipped
2021-04-22 13:52:02 +02:00
Lizzy Fleckenstein
74a3b2654f
Create inventory if not present in mcl_armor.equip
2021-04-21 13:28:22 +02:00
Lizzy Fleckenstein
dccb71e2fb
Fix view_range_factors warning
2021-04-21 11:34:22 +02:00
Lizzy Fleckenstein
1e7ba2b605
Merge branch 'master' into damage
2021-04-21 11:32:50 +02:00
epCode
9c3fcae9e1
Fix many things with player animation and update alex
2021-04-19 13:02:12 -07:00
Lizzy Fleckenstein
d9195cc520
Redesign damage modifier execution
2021-04-18 20:08:08 +02:00
Lizzy Fleckenstein
d1198e8d74
Register elytra texture
2021-04-18 16:19:12 +02:00
Lizzy Fleckenstein
4f0bb444fe
Integrate armor stand
2021-04-18 16:03:23 +02:00
Lizzy Fleckenstein
6724a8d0ed
Fix crash in damage handler
2021-04-17 13:59:46 +02:00
Lizzy Fleckenstein
c7c47c1ca7
Increase mob_view_range_factor performance
2021-04-17 13:49:40 +02:00
AFCMS
457f61a532
Fix #1570
2021-04-16 11:40:44 +00:00