Commit Graph

5394 Commits

Author SHA1 Message Date
Elias Fleckenstein 503686380b Update MISSING_ENGINE_FEATURES.md 2021-01-26 15:12:03 +01:00
Elias Fleckenstein 0022c9902b Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-25 16:33:41 +01:00
MysticTempest c1c5ed4869 Fix crash in 'mcl_spawn' in v6,flat,singlenode mapgens; and fix mobs despawning when attacking/following players. 2021-01-24 17:47:28 -06:00
Elias Fleckenstein 9b1b1504fd TextureConverter: Support experience bottles 2021-01-24 20:00:29 +01:00
Elias Fleckenstein a514b97880 Make cleric sell experience bottle 2021-01-24 19:55:33 +01:00
Elias Fleckenstein 467683a7f9 Add experience bottle 2021-01-24 19:46:39 +01:00
Elias Fleckenstein 76bd139f1b Rise mob spawning distance to 24 (Closes #982) 2021-01-24 19:07:56 +01:00
Elias Fleckenstein 4a3916236c Make WIP items appear in crafguide (Closes #998) 2021-01-24 19:03:52 +01:00
Elias Fleckenstein 9ce8c95f8c Fix bed not dropping when top part is dug 2021-01-24 18:54:17 +01:00
Elias Fleckenstein 745b7063a5 Move bed messages to HUD; Fix #1000 2021-01-24 18:40:29 +01:00
Elias Fleckenstein fdfcf9ca70 Fix #1001 2021-01-24 16:29:24 +01:00
Elias Fleckenstein eb01c8e9f8 Give boats HP (Closes #991) 2021-01-24 16:27:04 +01:00
Elias Fleckenstein 73d6533aff Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-23 16:19:50 +01:00
Elias Fleckenstein f9a82aab05 Implement curing zombie villagers 2021-01-23 15:40:12 +01:00
kay27 94840ec2ef Fix black chests, https://git.minetest.land/Wuzzy/MineClone2/issues/995 2021-01-23 00:43:46 +04:00
Elias Fleckenstein b7c3096364 Spawn villager zombies like in Minecraft 2021-01-22 20:31:58 +01:00
Elias Fleckenstein 4a4a834bf8 Generate Enchanted golden apples in chests 2021-01-22 19:45:18 +01:00
Elias Fleckenstein 291991c745 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-22 19:08:11 +01:00
Elias 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 https://git.minetest.land/Wuzzy/MineClone2/issues/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 https://git.minetest.land/Wuzzy/MineClone2/issues/994 Crash in mcl_mobs 2021-01-21 12:36:33 +04:00
Elias Fleckenstein b6aabfc853 Fix #992 2021-01-20 16:20:45 +01:00
Elias Fleckenstein 0e0628bcc5 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-20 16:14:30 +01:00
Elias 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
Elias Fleckenstein 088f2eecae Texture_Converter: Support animated chests 2021-01-18 20:16:37 +01:00
Elias Fleckenstein 02305c914d Merge branch 'enchanted_books_creative' 2021-01-18 20:08:37 +01:00
Elias Fleckenstein 9cc3b5ccda Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-18 19:55:59 +01:00
Elias 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
Elias Fleckenstein 427ac03a4d Fix #951 2021-01-17 13:21:09 +01:00
Elias Fleckenstein bb0e5af6d0 Fix crash when attempting to create grass path with efficiency shovel 2021-01-17 12:39:11 +01:00
Elias Fleckenstein 4b61b3b4e5 #986 2021-01-17 12:29:25 +01:00
Elias Fleckenstein 6e6f994a43 Make dragon breath use the dragon breath texture 2021-01-17 12:07:49 +01:00
Elias Fleckenstein fa9d4402c7 Fix doors dropping duplicate when blown up 2021-01-17 12:00:00 +01:00
Elias Fleckenstein b54b6c4c97 Fix #987 2021-01-17 10:41:13 +01:00
Elias Fleckenstein c70d33fc8e Texture_Converter: Fix potions 2021-01-17 10:20:27 +01:00
Elias Fleckenstein be5a228bad Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-17 10:12:11 +01:00
Elias 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, https://git.minetest.land/Wuzzy/MineClone2/issues/985 2021-01-16 22:50:29 +04:00
kay27 fe33f172d4 Add player-friendly respawn place search algorithm, fix https://git.minetest.land/Wuzzy/MineClone2/issues/515 https://git.minetest.land/Wuzzy/MineClone2/issues/972 https://git.minetest.land/Wuzzy/MineClone2/issues/981 2021-01-16 18:51:30 +04:00
Wuzzy 51b97ca289 Version 0.70.0 2021-01-16 05:32:56 +01:00
Elias Fleckenstein 15dd969adf Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-15 17:40:57 +01:00
Elias Fleckenstein 50e90e8c23 Fix #983 2021-01-14 20:00:10 +01:00
Elias Fleckenstein b338d36d63 Remove the /burn command 2021-01-12 09:19:18 +00:00
Elias Fleckenstein 1f05d8f876 Knockback enchantment working on mobs 2021-01-11 16:38:05 +01:00