chmodsayshello
54de60b27e
Iron Golems no longer drop experience orbs
...
In Minecraft, (Iron) Golems do not drop any xp! (checked in the Minecarft Wiki and confirmed in my copy of Minecraft (1.18.1))
Now they drop at least 0 and at most 0 experience orbs, so you won't get any
https://minecraft.fandom.com/wiki/Iron_Golem
2021-12-25 21:11:01 +00:00
cora
15a60ae638
Merge pull request 'Fix villagers/mobs despawning ( issue #26 )' ( #29 ) from TioBlocos/MineClone5:fix/issue_26_villagers_despawning into master
...
Reviewed-on: MineClone5/MineClone5#29
2021-09-25 15:01:11 +00:00
Artem Arbatsky
91d0dc38e5
Add missing call for on_die function
2021-09-24 16:50:54 +05:00
Glaucos Ginez
345f40ded6
Fix issue 26
2021-08-22 14:44:01 -03:00
kay27
5bfec00295
Fix attempt to perform arithmetic on a nil value in mobs.drive()
2021-07-25 19:42:29 +04:00
kay27
33b63e7511
Remove two mob-related crashes logged by publicly listed server
2021-07-13 00:50:25 +04:00
kay27
8b0e9d514c
Merge remote-tracking branch 'origin/mineclone5'
2021-07-12 05:29:53 +04:00
NO11
4afdea56db
Move code of making anvils destroy items when falling
2021-07-05 12:28:14 +00:00
kay27
35f07a8b66
[mineclone5] Put mob flow code at its right place, fix unloaded player spawn rechech
2021-06-25 03:53:58 +04:00
kay27
7cf49c2cfd
Merge remote-tracking branch 'origin/master' into mineclone5
2021-06-22 05:16:30 +04:00
kay27
c6b662ce7a
[mcl_mobs/api] Add mob flow code from Crafter
2021-06-22 05:10:45 +04:00
kay27
5d4d1d70e7
Merge remote-tracking branch 'origin/master' into mineclone5
2021-06-22 03:20:58 +04:00
kay27
586c18b00f
[mcl_mobs/api] Continue float function on acceleration.y equals zero
2021-06-22 03:15:39 +04:00
kay27
4de3bfda8e
[extra_mobs] Fix critical attempt to index local c_pos (a nil value)
2021-06-21 02:47:20 +04:00
kay27
ed8d79395d
[mcl_mobs/api] Fix critical attempt to index local pos2 (a nil value)
2021-06-21 02:44:55 +04:00
kay27
f30a2ab6bc
Merge remote-tracking branch 'origin/master' into mineclone5
2021-06-21 02:42:19 +04:00
basxto
822071c66b
Fix attribution and typo
...
Since walking skeleton is based on another cc-by 3.0 work, it's also required to mention the original author
2021-06-12 18:35:48 +00:00
kay27
b3e3b91b7c
Merge master
2021-06-12 15:12:33 +04:00
AFCMS
e81da3c4ff
fix some mods using "core" insteed of "minetest"
2021-06-12 00:18:52 +02:00
Marcin Serwin
0132d0569f
Update polish translation of several files
2021-06-02 13:21:19 +02: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
AFCMS
3bedc81068
fix some code style issues in lightning
2021-05-28 00:07:06 +02:00
AFCMS
b8782d0af1
rename API doc file properly
2021-05-27 11:30:43 +02:00
AFCMS
9e074af07f
unify code style [1]
2021-05-25 12:52:25 +02:00
AFCMS
388ab6d8df
fix some codestyle issues
2021-05-25 10:56:06 +02:00
AFCMS
79cf98c8e3
[mcl_mobs] fix some warnings
2021-05-25 01:48:14 +02:00
AFCMS
0d13e1ffdd
[drippingwater] fix warnings
2021-05-25 00:54:12 +02:00
AFCMS
be9fff4fe2
[mcl_boats] fix warnings
2021-05-25 00:50:04 +02:00
AFCMS
ad16fe7072
[mcl_burning] fix warnings
2021-05-25 00:48:46 +02:00
AFCMS
dd3b5a98ae
[mcl_falling_nodes] fix warnings
2021-05-25 00:46:39 +02:00
AFCMS
fddaacdeae
[mcl_item_entity] fix warnings
2021-05-25 00:43:42 +02:00
AFCMS
8286fd2a4d
[mcl_minecarts] fix warnings
2021-05-25 00:43:08 +02:00
AFCMS
f76b66eec6
[mcl_mobs] fix some warnings (131 remaining!)
2021-05-25 00:37:02 +02:00
cora
66f132a645
fix crash on creeper explosion ( #1755 )
2021-05-24 12:41:16 +02:00
AFCMS
b6dd8d5c44
[mcl_paintings] fix warnings
2021-05-23 15:13:44 +02:00
AFCMS
335405f131
[mobs_mc] fix warnings
2021-05-23 15:10:20 +02:00
AFCMS
470f7b70bc
[mobs_mc_gameconfig] fix warning
2021-05-23 14:54:20 +02:00
Lizzy Fleckenstein
fb60bd0253
Disable backface culling of fire entity
2021-05-21 20:45:53 +02:00
NO11
65f7ca383e
Fix flying cod (extra_mobs)
2021-05-16 16:33:34 +00:00
NO11
dc9a6609e5
Fix flying dolphin (extra_mobs)
2021-05-16 16:33:29 +00:00
NO11
f83d1c9fb1
Fix flying glow squid (extra_mobs)
2021-05-16 16:33:26 +00:00
NO11
19586ccfac
Fix flying salmon (extra_mobs)
2021-05-16 16:33:22 +00:00
AFCMS
4992a05c2b
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-05-15 12:19:29 +02:00
kay27
79339f5f14
Merge branch 'master' into mineclone5
2021-05-15 03:17:37 +04:00
kay27
9ae1119438
[mcl_mobs] Fix server crash for mobs in unloaded areas, MineClone2/MineClone2#1703
2021-05-15 03:17:16 +04:00
AFCMS
86d1e0ac12
fix duplicated assignement
2021-05-14 09:34:40 +02:00
AFCMS
866c097d56
fix typo
2021-05-14 09:19:44 +02:00
NO11
d662fa8bd0
Add "real" glowing effect for glowing itemframe
2021-05-13 21:52:47 +00:00
Code-Sploit
ba333d016a
Merge pull request 'master' ( #1736 ) from master into mineclone5
...
Reviewed-on: MineClone2/MineClone2#1736
2021-05-13 11:57:33 +00:00