6a56a2924f
Merge remote-tracking branch 'upstream/master' into forkhausen
2020-05-21 08:57:26 +02:00
Wuzzy
95b3b4a172
Add empty smoke_puff.png
2020-05-21 01:54:55 +02:00
Wuzzy
bfd2f0ebc7
Add paintings
2020-05-21 01:51:52 +02:00
Wuzzy
d1d7c026e1
Buckets are no longer liquids_pointable
2020-05-20 21:59:37 +02:00
Wuzzy
7cfef25dfe
Fix undeclared global in mcl_minecarts
2020-05-16 20:13:22 +02:00
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
MysticTempest
a20637f68c
Fix redstone dust climbing up doors, and fix redstone dust not turning off when redstone torch is destroyed through the destruction of an attached block
2020-05-13 21:11:17 +02:00
Wuzzy
1a0e979b0c
Update incomplete license information and credits
2020-05-11 17:18:04 +02:00
Wuzzy
26b5b45595
Fix crash when creeper explodes
2020-05-10 14:54:43 +02:00
14dbf91ada
fix crash when igniting a creeper
2020-05-09 21:56:02 +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
Wuzzy
728db50baf
Fire doesn't destroy flammable=-1 nodes
2020-05-09 18:55:50 +02:00
Wuzzy
621946546b
Ignite TNT by fire
2020-05-09 18:52:03 +02:00
Wuzzy
ffcad31871
Update falling nodes when fire replaces a block
2020-05-09 17:53:32 +02:00
Wuzzy
bfb1e3e447
Add age to of fire to greatly limit fire spread
2020-05-09 17:44:23 +02:00
Wuzzy
d13498e6f9
Rain now also extinguishes neighbor tiles
2020-05-09 16:03:07 +02:00
Wuzzy
0c96e512d7
Remove bogus saddle recipe
2020-05-09 00:40:54 +02:00
6f30b57cbe
Merge remote-tracking branch 'upstream/master' into forkhausen
2020-05-08 22:57:00 +02:00
Wuzzy
5108f398bb
Fix all explosions spawning fire
2020-05-08 18:04:04 +02:00
Wuzzy
2ec66fc61b
Fix leaking global in mcl_explosions
2020-05-08 18:01:33 +02:00
Wuzzy
aeb7a6cb8b
Disable guardian spawning
2020-05-08 17:44:27 +02:00
Wuzzy
131051b1df
Fix code typo in mcl_playerplus
2020-05-08 17:41:09 +02:00
ad70a71f8c
Fix crash when triggering explosion (type check error)
2020-05-08 17:31:41 +02:00
Wuzzy
fb55d33bfe
Fix villager crash when trading w/o inited inv
2020-05-08 17:27:22 +02:00
Wuzzy
94c4256451
Fix crash when standing on unknown node
2020-05-08 17:23:39 +02:00
103122866e
replace llama decor with textures
...
use textures from XSSheep's last beta version to be on the safe side
regarding IP
2020-05-07 22:43:46 +02:00
96e858644b
fix undeclared variable
2020-05-06 19:46:07 +02:00
2407529a00
fix crash when triggering explosions (error in type checking)
2020-05-06 19:20:13 +02:00
ab1dbd33d5
fix use of undeclared global variable
2020-05-06 18:26:59 +02:00
112896743e
add llama carpets from community pixel perfection texture pack
2020-05-06 18:03:35 +02:00
3566ef37fa
optimize all textures (optipng -o7)
2020-05-06 16:37:18 +02:00
Rocher Laurent
e058ee8487
Fix some template.txt
2020-05-05 21:02:48 +02:00
Rocher Laurent
c9a37d0dbc
Translate In French
2020-05-05 21:02:21 +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
e7503abf55
only spawn non-faced pumpkins on mapgen
2020-05-02 21:04:03 +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
02b2ff7460
Fix mcl_weather crash
2020-05-02 19:08:55 +02:00
Wuzzy
bc740efafe
Add fire explosions
2020-05-02 19:05:56 +02:00
Wuzzy
00acbf8a2a
Remove unused TNT functions
2020-05-02 18:51:59 +02:00