AFCMS
8f6a97eefe
[mcl_beds] fix warnings
2021-05-23 10:57:07 +02:00
AFCMS
be5eb621fd
[mcl_books] fix warnings
2021-05-23 10:52:52 +02:00
AFCMS
203c7e2c84
[mcl_beds] fix warnings
2021-05-23 01:09:45 +02:00
AFCMS
892f4b96c9
[mcl_books] fix warnings
2021-05-23 01:07:10 +02:00
AFCMS
b7bf566190
[mcl_bows] fix warnings
2021-05-23 01:06:34 +02:00
AFCMS
fdfb586b16
[mcl_brewing] fix warnings
2021-05-23 00:58:30 +02:00
AFCMS
ac459d3914
[mcl_bucket] fix warnings
2021-05-23 00:42:31 +02:00
AFCMS
621a5a53a8
[mcl_bucket] fix warnings
2021-05-23 00:32:04 +02:00
AFCMS
60736d04b8
[mcl_chests] fix some warnings
2021-05-23 00:31:22 +02:00
AFCMS
df1eeba6b6
[mcl_clock] fix warnings
2021-05-23 00:18:42 +02:00
AFCMS
8ac5d32416
[mcl_compass] fix warnings
2021-05-23 00:17:12 +02:00
AFCMS
402a1d0088
[mcl_core] fix last warning
2021-05-23 00:13:27 +02:00
AFCMS
b8488ce55e
[mcl_core] fix missing warnings
2021-05-23 00:12:54 +02:00
AFCMS
f9a86947e5
[mcl_core] fix warnings
2021-05-23 00:09:07 +02:00
AFCMS
30e83088d4
[mcl_doors] fix warnings
2021-05-23 00:03:34 +02:00
AFCMS
b3c0e7c1bd
[mcl_dye] fix warnings
2021-05-23 00:01:53 +02:00
AFCMS
bbde3b551f
[mcl_enchanting] fix warnings
2021-05-23 00:01:30 +02:00
AFCMS
56310a3624
[mcl_end] fix some warnings
2021-05-22 23:56:52 +02:00
AFCMS
fcc2087b97
[mcl_farming] fix warnings
2021-05-22 23:50:28 +02:00
AFCMS
a1acf6d3c1
[mcl_fishing] fix warnings
2021-05-22 23:49:03 +02:00
AFCMS
82396bd994
[mcl_fireworks] fix warnings (1000 remainings)
2021-05-22 23:31:16 +02:00
AFCMS
45ab5c8e25
[mcl_flowers] fix warnings
2021-05-22 23:29:51 +02:00
AFCMS
b58e61b988
[mcl_heads] fix warnings
2021-05-22 23:25:28 +02:00
AFCMS
a200252ab8
[mcl_itemframes] fix warnings
2021-05-22 23:23:25 +02:00
AFCMS
0cac8f3f44
[mcl_jukebox] fix warnings
2021-05-22 23:22:09 +02:00
AFCMS
9edcc60ba2
[mcl_maps] fix warnings
2021-05-22 23:21:32 +02:00
AFCMS
0113d290b7
[mcl_mobspawners] fix warnings
2021-05-22 23:19:31 +02:00
AFCMS
e91ee174a4
[mcl_ocean] fix warnings
2021-05-22 23:12:33 +02:00
AFCMS
c1a717238b
[mcl_portals] fix warnings
2021-05-22 23:07:56 +02:00
AFCMS
a71a0e9161
fix even more warnings (nether portals and potions)
2021-05-22 23:04:18 +02:00
AFCMS
1870a89af0
remove unused var
2021-05-22 20:01:59 +02:00
AFCMS
1b3763654e
comment unused local function
2021-05-22 20:00:59 +02:00
AFCMS
84a800f22b
fix many warnings
2021-05-22 19:58:09 +02:00
Elias Fleckenstein
fb60bd0253
Disable backface culling of fire entity
2021-05-21 20:45:53 +02:00
AFCMS
a9bf923df9
improve mcl_bucket API (on_take callback)
2021-05-19 11:14:18 +02:00
Elias Åström
067affcabb
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-05-18 19:33:05 +02:00
Elias Åström
4d13eddcd6
Adjust explosion entity damage hitbox
...
In mcl_explosions the hitbox used for calculating the damage of an
entity is its collisionbox multiplied by two. This commit removes the
multiplication by two because that makes explosion damage behave weirdly
in some circumstances. It was most likely implemented that way because
of a misinterpretation of the Minecraft wiki.
2021-05-18 19:31:08 +02:00
Elias Åström
f7052943ec
Fix rays not being cast in a specific direction
...
A bug was introduced in 679e2b1b
which caused explosions to not cast
rays for environment destruction in the (+X, +Y, +Z) direction. This
commit fixes that.
2021-05-18 19:29:03 +02:00
Elias Fleckenstein
04436ea5f7
Fix that fucking mending armor crash
2021-05-18 16:34:20 +02:00
NO11
cb82e3c9c5
Make a cobweb protect from fall damage
2021-05-16 21:13:07 +00:00
AFCMS
4992a05c2b
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-05-15 12:19:29 +02:00
kay27
9ae1119438
[mcl_mobs] Fix server crash for mobs in unloaded areas, https://git.minetest.land/MineClone2/MineClone2/issues/1703
2021-05-15 03:17:16 +04:00
NO11
9e095980c8
Simplify wooden planks crafting even more
2021-05-14 15:00:34 +00:00
NO11
be9fb5be47
Fix #1718 (Give potion particles the same color as in mc) part2
2021-05-14 10:07:58 +00:00
NO11
f4c302e582
Fix #1718 (Give potion particles the same color as in mc) part1
2021-05-14 10:07:42 +00:00
Code-Sploit
bcea5a35ef
Try to fix unknown variable in mcl_chorus_flower
2021-05-14 08:22:10 +00: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
AFCMS
d5ec2ccbd8
fix doc
2021-05-13 23:09:47 +02:00
AFCMS
0ad03acf46
improve mcl_worlds API
2021-05-13 22:55:17 +02:00