f1df128d0c
update readme
2020-05-06 19:49:44 +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
f13366c341
update link to bug tracker; no need to bother Wuzzy with stuff possibly unrelated to his upstream repo
2020-05-06 18:16:21 +02:00
6ba0b77ec8
update readme
2020-05-06 18:12:29 +02:00
112896743e
add llama carpets from community pixel perfection texture pack
2020-05-06 18:03:35 +02:00
7b4bd642e6
update readme
2020-05-06 16:41:17 +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
8c20dfa5d2
I no longer accept PRs
2020-05-05 02:23:17 +02:00
Wuzzy
2b4a4f8c60
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-05-05 02:11:52 +02:00
Wuzzy
b59f0d6c6e
Merge pull request 'Prevent water mobs to classify solid blocks below them or the medium they are supposed to be in as dangerous' ( #685 ) from Athemis/MineClone2:fix-mobs-dangerous-nodes into master
2020-05-05 00:10:53 +00: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
Wuzzy
56d484f69b
Make mobs and bed use mcl_explosions
2020-05-02 18:50:25 +02:00
Wuzzy
6a576c50a0
Add puncher to tnt_explosions
2020-05-02 18:24:53 +02:00
Wuzzy
d4bc7a2f88
Add back the explosion death msg
2020-05-02 18:09:25 +02:00
313fd79612
update readme
2020-05-01 13:38:23 +02:00
935129d997
update readme
2020-05-01 13:37:14 +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
f28dc7312b
update readme
2020-05-01 11:13:14 +02:00
baa7a8c23c
Merge remote-tracking branch 'upstream/master' into forkhausen
2020-05-01 11:09:31 +02:00
Wuzzy
7fa8828bd5
Explosions: Use minetest.get_position_from_hash
2020-04-30 21:13:10 +02:00
Wuzzy
026d406d4b
Fix indents in mcl_explosions
2020-04-30 21:12:30 +02:00
Wuzzy
679e2b1b70
Explosions: Reduce repeated code
2020-04-30 21:08:42 +02:00
Wuzzy
772ea01aff
Explosions: Fix syntax error
2020-04-30 21:00:13 +02:00
Wuzzy
2b5ddbd62d
Explosions: Change item drop handler
2020-04-30 20:58:58 +02:00
Wuzzy
9ee0ef5a8d
Explosions: Replace some API calls
2020-04-30 20:57:38 +02:00
Wuzzy
58458b2bca
mcl_explosions: Rename description.txt
2020-04-30 20:55:49 +02:00
Wuzzy
3087621b11
Merge branch 'mcl_explosions'
2020-04-30 20:55:10 +02:00
Wuzzy
8dd1cf6719
Update Contributing guidelines
2020-04-30 18:25:23 +02:00
Wuzzy
ef20ac54c3
Fix crash when fueling furnace minecart
2020-04-30 18:13:05 +02:00
48e320d907
keep track of changes compared to upstream
2020-04-29 21:34:02 +02:00
1cbebae5b8
fix crash when fueling powered minecarts
2020-04-29 19:02:32 +02:00
a866070bb6
Merge remote-tracking branch '2mac/cart-acceleration' into forkhausen
2020-04-29 18:27:33 +02:00
4343a5d084
register carved pumpkin as node
2020-04-28 17:06:15 +02:00
008969949e
change growing pumpkins to be faceless
2020-04-28 16:32:28 +02:00
Wuzzy
eea07f0ce7
Fix incomplete dry grass replacement LBM
2020-04-27 14:05:09 +02:00