Commit Graph

5596 Commits

Author SHA1 Message Date
Elias Fleckenstein 4fe944445b Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-28 17:45:04 +01:00
Elias Fleckenstein 89ce072621 Sneak to dismount when in boat 2021-01-28 17:44:55 +01:00
kay27 5e65307819 Fix https://git.minetest.land/Wuzzy/MineClone2/issues/897 2021-01-28 17:55:33 +04:00
kay27 f20f9f9a88 Log weather changes according to https://git.minetest.land/Wuzzy/MineClone2/issues/897 2021-01-28 11:47:51 +04:00
MysticTempest ff38a44454 Give 'mcl_villages' the proper loot table, fix blacksmith shop catching fire/missing chest, add butcher shop, remove chest from large_houses, and remove screenshots. 2021-01-28 01:24:43 -06:00
kay27 ff2cd808d5 Fix https://git.minetest.land/Wuzzy/MineClone2/issues/1022 2021-01-28 03:17:11 +04:00
kay27 1f18c2438c Minor weather code clean up, ref. https://git.minetest.land/Wuzzy/MineClone2/issues/897 2021-01-28 02:03:49 +04:00
HimbeerserverDE a3ccb54376 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-27 20:13:16 +01:00
HimbeerserverDE 00df587bf7 Add flame enchantment 2021-01-27 20:11:02 +01:00
Elias Fleckenstein dbd6ebd4b5 Fix #1014 2021-01-27 19:21:28 +01:00
Elias Fleckenstein 85f3fb7ea1 Fix #1005 2021-01-27 16:42:49 +01:00
Elias Fleckenstein 248272a128 Fix #1018 2021-01-27 16:01:04 +01:00
Elias Fleckenstein 5ede42bbe7 Fix #1020 2021-01-27 15:46:10 +01:00
Elias Fleckenstein db3a31c2c4 Simplify chest animations 2021-01-27 15:45:23 +01:00
kay27 7210dfcc1c Make mobs only drop XP orbs when they're killed by hit, attempt to fix https://git.minetest.land/Wuzzy/MineClone2/issues/978 2021-01-27 16:12:34 +04:00
MysticTempest 0c23406531 Add mcl_villages; with support for seed-based, and multithreaded village generation by kay27. 2021-01-27 02:56:53 -06:00
MysticTempest 9feee980f8 Add help text for enchanting table. 2021-01-27 01:41:23 -06:00
Elias Fleckenstein 97594c89fb Fix #968 2021-01-26 18:51:18 +01:00
Elias Fleckenstein e05576b3f3 Don't despawn villagers 2021-01-26 18:40:16 +01:00
Elias Fleckenstein e9f9d96eb1 Fix #1012 2021-01-26 17:42:45 +01:00
Elias Fleckenstein 953a2f2cd1 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-26 17:26:44 +01:00
Elias Fleckenstein 757da9cd7e Add releasing documentation 2021-01-26 17:21:05 +01:00
Elias Åström 1d27a18578 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-26 17:06:20 +01:00
Elias Åström 948438bd1c Add max_blast_resistance to mcl_explosions.explode
If the option is specified, then the explosion will treat all
non-indestructible nodes as having a blast resistance of no more than
the value of the option.
2021-01-26 17:04:22 +01:00
Elias Åström 34274486c7 Add griefing option to mcl_explosions.explode
When set to false explosions will only affect entities and not destroy
nodes.
2021-01-26 17:04:22 +01:00
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
Elias Fleckenstein 0dd059d60d Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-01-26 15:12:12 +01:00
Elias Fleckenstein 503686380b Update MISSING_ENGINE_FEATURES.md 2021-01-26 15:12:03 +01:00
Elias Åström 174a3a2968 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 14:13:30 +01:00
MysticTempest cbd3a491f6 Add support for mcimported worlds by clearing out singlenode mapgen, and adding a toggleable fix for converted double_plants. 2021-01-25 20:23:38 -06: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