VoxeLibre/mods/CORE
kay27 03feb36558 Improve Nether Portals (#1315) (as a squash)
Remove Nether portal caches, https://git.minetest.land/MineClone2/MineClone2/issues/1210

Store all exits from Nether portals in quick-access table

Implement proper Nether portal search, using the table, https://git.minetest.land/MineClone2/MineClone2/issues/1055

Store Nether portal exits table in mod storage

Remove exits from table on Nether portal destruction

Align destination area to [map chunks 5x5x5](https://git.minetest.land/MineClone2/MineClone2/wiki/World-structure%3A-positions%2C-boundaries%2C-blocks%2C-chunks%2C-dimensions%2C-barriers-and-the-void) to avoid lots of ```emerge_area()``` calls

Support Nether roof, https://git.minetest.land/MineClone2/MineClone2/issues/1267

Implement better suitable place search, https://git.minetest.land/MineClone2/MineClone2/issues/1126

Implement object queue not to trigger the same search again

Avoid lava lakes, https://git.minetest.land/MineClone2/MineClone2/issues/1126

Add ```/spawnstruct nether_portal``` chat command
Co-Authored-By: kay27 <kay27@noreply.git.minetest.land>
Co-Committed-By: kay27 <kay27@noreply.git.minetest.land>
2021-03-21 23:14:33 +00:00
..
_mcl_autogroup Assert that both parts of mcl_autogroup exist 2021-03-20 19:32:04 +01:00
biomeinfo Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
controls improve performances of controls 2021-03-15 00:35:58 +01:00
flowlib Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_attached Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_autogroup Assert that both parts of mcl_autogroup exist 2021-03-20 19:32:04 +01:00
mcl_colors Add mcl_colors 2021-03-04 10:26:17 +01:00
mcl_explosions performances improvement for mcl_explosions 2021-03-15 01:20:22 +01:00
mcl_init Improve Nether Portals (#1315) (as a squash) 2021-03-21 23:14:33 +00:00
mcl_loot Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_particles Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_sounds Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_util Move mcl_util.hash to a local function 2021-03-18 11:35:40 +01:00
mcl_worlds Improve Nether Portals (#1315) (as a squash) 2021-03-21 23:14:33 +00:00
walkover fix wrong value in walkover 2021-03-17 10:48:59 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00