Elias Åström
e3d2284485
Refactor some stuff in mcl_explosions
2021-01-26 17:04:22 +01:00
Elias Åström
4a07b0607f
Improve API of mcl_explosions.explode
...
Replace the 'no_sound' and 'no_particle' options in the 'info' parameter
with 'sound' and 'particles'. But also has backwards compatability for
the old parameter names.
2021-01-26 17:04:22 +01:00
Elias Åström
c907df9669
Tiny code style cleanup in mcl_explosions
2021-01-26 17:04:22 +01:00
Elias Åström
5ecb56452e
Fix creeper explosions only doing 1/2 heart damage
...
The solution was to move the creeper explosions to originate from the
center of the creepers collisionbox and not its entity position.
2021-01-26 17:04:22 +01:00
MysticTempest
41bd803185
Add support for mcimported worlds by clearing out singlenode mapgen, and adding a toggleable fix for converted double_plants.
2021-01-26 17:04:22 +01:00
MysticTempest
d571d62863
Fix crash in 'mcl_spawn' in v6,flat,singlenode mapgens; and fix mobs despawning when attacking/following players.
2021-01-26 17:04:22 +01:00
Lizzy Fleckenstein
9b1b1504fd
TextureConverter: Support experience bottles
2021-01-24 20:00:29 +01:00
Lizzy Fleckenstein
a514b97880
Make cleric sell experience bottle
2021-01-24 19:55:33 +01:00
Lizzy Fleckenstein
467683a7f9
Add experience bottle
2021-01-24 19:46:39 +01:00
Lizzy Fleckenstein
76bd139f1b
Rise mob spawning distance to 24 ( Closes #982 )
2021-01-24 19:07:56 +01:00
Lizzy Fleckenstein
4a3916236c
Make WIP items appear in crafguide ( Closes #998 )
2021-01-24 19:03:52 +01:00
Lizzy Fleckenstein
9ce8c95f8c
Fix bed not dropping when top part is dug
2021-01-24 18:54:17 +01:00
Lizzy Fleckenstein
745b7063a5
Move bed messages to HUD; Fix #1000
2021-01-24 18:40:29 +01:00
Lizzy Fleckenstein
fdfcf9ca70
Fix #1001
2021-01-24 16:29:24 +01:00
Lizzy Fleckenstein
eb01c8e9f8
Give boats HP ( Closes #991 )
2021-01-24 16:27:04 +01:00
Lizzy Fleckenstein
73d6533aff
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-23 16:19:50 +01:00
Lizzy Fleckenstein
f9a82aab05
Implement curing zombie villagers
2021-01-23 15:40:12 +01:00
kay27
94840ec2ef
Fix black chests, Wuzzy/MineClone2#995
2021-01-23 00:43:46 +04:00
Lizzy Fleckenstein
b7c3096364
Spawn villager zombies like in Minecraft
2021-01-22 20:31:58 +01:00
Lizzy Fleckenstein
4a4a834bf8
Generate Enchanted golden apples in chests
2021-01-22 19:45:18 +01:00
Lizzy Fleckenstein
291991c745
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-22 19:08:11 +01:00
Lizzy Fleckenstein
a92273b930
Gold apples give the player effects; Added Enchanted Golden Apples (Swiftnes & Leaping instead of Absorbtion and Resistance)
2021-01-22 19:08:01 +01:00
kay27
c9294a4d8a
Fix Wuzzy/MineClone2#996 Coordinate exploit in signs and chests, sent by @cora
2021-01-22 21:42:37 +04:00
kay27
2e898b3113
Decrease player burn time in Creative mode
2021-01-22 20:03:55 +04:00
MysticTempest
689e6edac2
Make 'mcl_burning' support other texture packs.
2021-01-22 03:07:21 -06:00
kay27
c4dce1df25
Fix already created End portals
2021-01-21 18:35:04 +04:00
kay27
a41e0628e5
Fix Wuzzy/MineClone2#994 Crash in mcl_mobs
2021-01-21 12:36:33 +04:00
Lizzy Fleckenstein
b6aabfc853
Fix #992
2021-01-20 16:20:45 +01:00
Lizzy Fleckenstein
0e0628bcc5
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-20 16:14:30 +01:00
Lizzy Fleckenstein
3d7e89811d
Fix #990
2021-01-20 16:14:23 +01:00
kay27
1a2c500873
Restore missing 'died formspec' after player exploded being in the bed
2021-01-20 01:46:52 +04:00
Lizzy Fleckenstein
088f2eecae
Texture_Converter: Support animated chests
2021-01-18 20:16:37 +01:00
Lizzy Fleckenstein
02305c914d
Merge branch 'enchanted_books_creative'
2021-01-18 20:08:37 +01:00
Lizzy Fleckenstein
9cc3b5ccda
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-18 19:55:59 +01:00
Lizzy Fleckenstein
09ab1482b5
Merge branch 'animated_chests'
2021-01-18 19:55:48 +01:00
kay27
81c27363a3
Add limitations to respawn search algorithm to make it work faster
2021-01-17 22:07:02 +04:00
Lizzy Fleckenstein
427ac03a4d
Fix #951
2021-01-17 13:21:09 +01:00
Lizzy Fleckenstein
bb0e5af6d0
Fix crash when attempting to create grass path with efficiency shovel
2021-01-17 12:39:11 +01:00
Lizzy Fleckenstein
4b61b3b4e5
#986
2021-01-17 12:29:25 +01:00
Lizzy Fleckenstein
6e6f994a43
Make dragon breath use the dragon breath texture
2021-01-17 12:07:49 +01:00
Lizzy Fleckenstein
fa9d4402c7
Fix doors dropping duplicate when blown up
2021-01-17 12:00:00 +01:00
Lizzy Fleckenstein
b54b6c4c97
Fix #987
2021-01-17 10:41:13 +01:00
Lizzy Fleckenstein
c70d33fc8e
Texture_Converter: Fix potions
2021-01-17 10:20:27 +01:00
Lizzy Fleckenstein
be5a228bad
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-17 10:12:11 +01:00
Lizzy Fleckenstein
c024bc43d0
Texture_Converter: Armor support
2021-01-17 10:12:03 +01:00
kay27
5b44eeb611
Teach observer to detect TNT in realtime mode, fix crash in mcl_spawn on restart server in less than 30s in new world
2021-01-17 02:48:36 +04:00
kay27
5400cdba35
Fix blowing up a bed makes it drop twice, Wuzzy/MineClone2#985
2021-01-16 22:50:29 +04:00
kay27
fe33f172d4
Add player-friendly respawn place search algorithm, fix Wuzzy/MineClone2#515 Wuzzy/MineClone2#972 Wuzzy/MineClone2#981
2021-01-16 18:51:30 +04:00
Wuzzy
51b97ca289
Version 0.70.0
2021-01-16 05:32:56 +01:00
Lizzy Fleckenstein
15dd969adf
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-15 17:40:57 +01:00