epCode
239eca8988
make mob's not switch armor lying on the ground if they are already equiped.
2022-10-27 01:14:04 +00:00
epCode
86eef8827a
Add working mob armor api
...
TODO: make mobs only put on a piece if they don't already have it.
2022-10-27 01:08:36 +00:00
epCode
6c0e29891d
Fix a problem with smooth turning
2022-10-26 19:03:33 +00:00
epCode
306db6b609
make shooting mobs calculate raycast bool for shooting with shoot_offset
...
Basically makes skeletons accurately when to shoot and when not to.
2022-10-25 23:52:16 +00:00
epCode
65289de86e
Mobs jump over 1-2 block pits
2022-10-25 23:00:03 +00:00
epCode
6fa85a3a0c
fix passive mobs twisting their heads unnaturally
2022-10-25 19:18:08 +00:00
epCode
de4c40f60a
When mobs stop, don't stop animations easier
...
fixes mob punch animation.
2022-10-25 18:57:58 +00:00
epCode
636e5545a7
Attacking mobs don't care if they cant make a jump.
...
they try anyway
2022-10-25 18:54:57 +00:00
epCode
70beaf6b3d
Give mobs more room to judge a jump
2022-10-25 18:52:51 +00:00
epCode
b89a9375da
Some performance improvements
...
also add a bit to make mobs look at any player getting too close
2022-10-25 18:51:40 +00:00
AFCMS
4d6e79b07f
Rewrite mcl_dripping README to Markdown, add API exemple and update infos
2022-10-25 12:00:03 +02:00
AFCMS
3432734c37
Refactor mcl_dripping
2022-10-25 12:00:03 +02:00
epCode
970011e02b
make mob constant for velocity rotate with mob.
...
this simply makes the constant value for continually adding velocity to a mob rotate when the mob rotates. this is because the constant velocity value was not called often enough.
2022-10-25 00:15:13 +00:00
epCode
97c062a1ef
fix cave spiders not the correct size/eyes being damageable
2022-10-24 20:14:37 +00:00
cora
ae0b5381e4
Merge pull request 'Villagers - Work, sleep and wander. Check and claim beds etc.' ( #2816 ) from ancientmarinerdev/MineClone2:feature/villager_improvement_rb into master
...
Reviewed-on: MineClone2/MineClone2#2816
Reviewed-by: cora <cora@noreply.git.minetest.land>
2022-10-23 23:36:49 +00:00
epCode
063325082d
undelcared global yaw in mob api fix
...
Fixes #2839
2022-10-23 21:23:50 +00:00
ancientmarinerdev
b9d58c2f79
Cows and villagers can go into attack state and become non-functional
2022-10-23 22:16:35 +01:00
cora
ddb64421d0
Add missing texture for zombie horse
...
the one in pixelperfection seems to be the mc one - this one is
made from horse_grey and horse_skeleton by me, cora, cc0
2022-10-23 18:46:02 +02:00
cora
34dcba0b70
Protect on_pick_up against unsafe usage
2022-10-23 13:46:27 +02:00
ancientmarinerdev
ccf7b54481
Fix work times
2022-10-23 01:17:51 +01:00
ancientmarinerdev
e1b685429d
Texture now changes when villager loses job.
2022-10-23 01:12:19 +01:00
ancientmarinerdev
a8b336381d
Villagers - On die, clear job and bed. Get same job if already traded. Thunderstorms go to bed
2022-10-22 01:28:45 +01:00
cora
9245c85296
Fix crash when golem tries to pickup item
2022-10-21 01:40:37 +02:00
epCode
3ae3bc7f4e
fix non-moving entities having no animations
2022-10-20 03:35:16 +00:00
epCode
14e7fea6c2
Make mob walk velocity be more normal
...
fixes : #2819
2022-10-20 03:35:16 +00:00
epCode
18283fb593
fix zpigmen textures
2022-10-19 11:02:20 -07:00
ancientmarinerdev
d148e6d4ba
Villagers - Work, sleep and wander. Check and claim beds etc.
2022-10-19 01:10:16 +01:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
cb2c01b1e2
Fix chest boat model
2022-10-18 08:14:20 -05:00
cora
663900bee3
Add hoglin to piglin attack list
...
doesn't appear to work though
2022-10-17 13:57:42 -06:00
cora
88de3656b1
Fix possible crash when spawning piglin
2022-10-17 13:57:42 -06:00
cora
d13d50333f
Don't drop trades inside nodes
2022-10-17 13:57:42 -06:00
cora
bb640b4f1c
make villager item pickup use new api feature
2022-10-17 13:57:42 -06:00
cora
1ac0da335a
on_pick_up api: remove empty stack entities
2022-10-17 13:57:41 -06:00
cora
efb3072458
Add spawn egg colors, fix translator
2022-10-17 13:57:41 -06:00
cora
0b9fcae8ea
document api addition
2022-10-17 13:57:41 -06:00
cora
4570226536
De-spaghettify piglin code a bit
2022-10-17 13:57:41 -06:00
cora
71ad3b91db
Add hoglin and zoglin
2022-10-17 13:57:41 -06:00
cora
f7703c2889
Fix piglins taking whole stacks
2022-10-17 13:57:41 -06:00
cora
8cb73ee509
Fix on_pick_up api
...
accepts a returned itemstring from the callback now
2022-10-17 13:57:41 -06:00
cora
79265a596b
enable zombie piglin transformation
2022-10-17 13:57:41 -06:00
cora
eed7c67f60
Fix piglin arrows
2022-10-17 13:57:41 -06:00
cora
f8777220a3
trade on item pickup instead of on_rightclick
2022-10-17 13:57:41 -06:00
cora
5b3480860a
Add piglin from mcl5
2022-10-17 13:57:41 -06:00
epCode
4834b01091
fix punching ghast not getting velocity
2022-10-17 12:38:51 -07:00
cora
7c15b929fa
Fix possible crash
2022-10-17 11:42:27 +02:00
cora
2e01180fc8
Fix "hibernating" mobs flying upwards
2022-10-17 11:42:27 +02:00
cora
6f6dac02e8
don't damage falling mobs landing on air or ignore
2022-10-17 11:42:27 +02:00
cora
a745075143
Allow mobs to still fall when out of range
2022-10-17 11:42:27 +02:00
epCode
74ba2a105c
fix mob death animation
2022-10-17 11:41:17 +02:00
cora
f61efce434
Fix crash throwing snowball at (runaway=true) mobs
2022-10-16 22:20:06 +02:00