Mineclonia/mods
Nils Dagsson Moskopp 32bc8bf28b
Speed up water flow to make lavacasting possible
Minecraft-style lavacasting involves making a lavafall and pouring water
over it to solidify the flowing lava. The Minetest engine make this hard
to do, since water that flows beside lava flows at similar speed as lava
disappaers. Therefore, making a lava curtain and pouring water over that
can not create a solid wall of cobblestone as it does in Minecraft if no
code is added to speed up downwards water flow.

This patch adds an ABM that speeds up downwards water flows, turning any
lava nodes next to the newly spawned water into cobblestone or obsidian.
2021-09-04 05:38:41 +02:00
..
CORE Fix server crash when players dig unknown nodes 2021-06-17 23:39:13 +02:00
ENTITIES Add debug command to acquire a written book 2021-07-30 17:22:33 +02:00
ENVIRONMENT Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HELP Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HUD Do not send useless HUDCHANGE packets 2021-07-21 10:28:04 +02:00
ITEMS Speed up water flow to make lavacasting possible 2021-09-04 05:38:41 +02:00
MAPGEN Generate pig spawners in mineshafts 2021-07-23 04:11:33 +02:00
MISC Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
PLAYER Fix server crash by client leaving after joining 2021-08-22 04:21:35 +02:00