c6b85fdf93
Merge remote-tracking branch 'upstream/master' into forkhausen
2020-05-14 17:58:13 +02:00
Wuzzy
547080bd98
Add a delay before mobs start to suffocate
2020-05-13 22:15:46 +02:00
f1f1e29d71
Merge remote-tracking branch 'upstream/master' into forkhausen
2020-05-09 21:51:41 +02:00
Wuzzy
c156398fb5
Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr
2020-05-09 18:57:40 +02:00
3566ef37fa
optimize all textures (optipng -o7)
2020-05-06 16:37:18 +02:00
d32c427c39
Merge remote-tracking branch 'upstream/master' into forkhausen
2020-05-05 14:15:20 +02:00
Wuzzy
2b4a4f8c60
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-05-05 02:11:52 +02:00
Rocher Laurent
4957bd1118
Translate In French
2020-05-03 22:39:07 +02:00
e95d8ddf3a
magma blocks should be considered dangerous by mobs
2020-05-03 18:01:32 +02:00
f388983b73
prevent water mobs to classify solid blocks below them as dangerous
2020-05-03 17:54:04 +02:00
a4ee8dfdd5
Revert "mcl_mobs: when moving away from dangers, check if destination is dangerous itself"
...
This reverts commit baaf3e7a13
.
2020-05-03 17:53:39 +02:00
effa27bec1
Revert "attempt to fix mobs trapped in water"
...
This reverts commit 84202237f8
.
2020-05-03 17:53:19 +02:00
53cb7d4edb
Revert "simplify code and add comments"
...
This reverts commit 476b36de6d
.
2020-05-03 17:53:04 +02:00
beace10136
prevent water mobs to classify solid blocks below them as dangerous
2020-05-03 17:43:44 +02:00
476b36de6d
simplify code and add comments
2020-05-02 20:39:07 +02:00
84202237f8
attempt to fix mobs trapped in water
...
check for possible destinations by analyzing a whole set of nodes;
check if air is above those nodes
refactor code; adjust checks for dangerous blocks
performance optimization, remove iteration when looking for safe node
take jump height into account; look for water instead of solid for swimming mobs
remove debug logging
2020-05-02 20:25:39 +02:00
Wuzzy
bc740efafe
Add fire explosions
2020-05-02 19:05:56 +02:00
Wuzzy
56d484f69b
Make mobs and bed use mcl_explosions
2020-05-02 18:50:25 +02:00
baaf3e7a13
mcl_mobs: when moving away from dangers, check if destination is dangerous itself
2020-05-01 13:32:41 +02:00
d0ac1d7377
magma damages mobs
2020-05-01 11:52:03 +02:00
Wuzzy
3087621b11
Merge branch 'mcl_explosions'
2020-04-30 20:55:10 +02:00
Elias Åström
cdea2eeabf
Change mcl_mobs to enable knockback in y direction
2020-04-19 13:08:36 +02:00
Wuzzy
1db34821a0
Mobs: Fix crash when mob dies to fall or light dmg
2020-04-12 23:11:18 +02:00
Wuzzy
a2785041dd
Remove mod startup debug messages
2020-04-11 02:56:46 +02:00
Wuzzy
47cda09073
Implement per-class mob cap
2020-04-11 02:46:03 +02:00
Wuzzy
a33bd015f5
Reduce max_object_per_block default to 64
2020-04-11 01:14:14 +02:00
Wuzzy
5fe8717fca
Fix another crash in Mobs mod
2020-04-08 15:03:03 +02:00
Wuzzy
21d5b93baa
Remove explicit stepheight from most mobs
2020-04-08 02:35:20 +02:00
Wuzzy
c5e4ec5e27
Use ephemeral sounds
2020-04-07 00:55:45 +02:00
Wuzzy
28b1d5e8e9
Mobs: Add more nil checks
2020-04-05 21:09:27 +02:00
Wuzzy
e81b5ef58a
Another nil check in mcl_mobs
2020-03-30 16:52:36 +02:00
Wuzzy
600eadedea
Add nil checks when mob is damaged
2020-03-29 23:24:04 +02:00
Wuzzy
fb9d0f7a7c
Mobs: Drop cooked item if died in fire
2020-03-15 09:07:38 +01:00
Wuzzy
03a5519d01
Partial German translation of tooltip extensions
2020-03-11 01:44:23 +01:00
Wuzzy
070e928bf0
Merge branch 'tt'
2020-03-10 18:21:32 +01:00
Wuzzy
4cb5b26fa9
Fix crash in mcl_mobs
2020-02-25 16:09:26 +01:00
Wuzzy
401382106f
Fix crash when riding player leaves
2020-02-22 20:47:25 +01:00
Wuzzy
4926f8d443
Mobs: Respect fall_damage_add_percent
2020-02-19 17:24:35 +01:00
Wuzzy
589b750d0a
Add tool wear for punching mobs
2020-02-19 16:47:57 +01:00
Wuzzy
ba74546d48
Add extended tooltips
2020-02-19 04:54:17 +01:00
Wuzzy
460e7c0c67
3 mob heads reduce mob detection range
2020-02-18 18:12:51 +01:00
Wuzzy
bed0849bb0
Add setting: mcl_tnt_griefing
2020-02-05 03:11:32 +01:00
wuniversales
15481cb24d
Add Spanish translation
2020-02-04 21:43:50 +01:00
Wuzzy
04c8a08cc4
Ignite tnt minecart by fire charge
2020-01-30 23:11:16 +01:00
Wuzzy
d923f71c92
Teach mobs how to not walk into danger ... kinda
2020-01-30 18:04:50 +01:00
Wuzzy
61e148ac2e
Fix mobs able to swim in plants
2020-01-30 17:05:39 +01:00
Wuzzy
fcf46b3423
Remove legacy stuff in mcl_mobs
2020-01-30 16:17:29 +01:00
Wuzzy
c234b273ad
Introduce snowball_vulnerable armor group
2020-01-30 16:14:13 +01:00
Wuzzy
be04de084b
Mobs: Utilize pathfinder jumpheight properly
2020-01-30 01:36:08 +01:00
Wuzzy
8be35bae53
Make mcl_worlds dependency in mcl_mobs optional
2020-01-30 01:11:02 +01:00