Mineclonia/mods/ITEMS/mcl_core
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
..
locale Fix French translations 2021-02-27 10:35:46 +01:00
schematics Remove mcl_imitation_mode 2019-03-01 18:04:43 +01:00
sounds Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
textures Fix #1183 2021-02-25 10:24:26 +01:00
README.txt Grow proper acacia tree from acacia saplings 2017-05-26 02:36:25 +02:00
crafting.lua Make bark nodes usable as fuel 2020-04-08 13:15:22 +02:00
craftitems.lua More flexible wield rotation determination 2021-02-18 09:28:12 +01:00
functions.lua Speed up water flow to make lavacasting possible 2021-09-04 05:38:41 +02:00
init.lua Do not register "creative_breakable" as a diggroup 2021-04-16 22:46:08 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
nodes_base.lua Reduce snow layer silk touch drop amount 2021-06-23 03:06:24 +02:00
nodes_cactuscane.lua Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
nodes_climb.lua Merge branch 'mcl_explosions' 2020-04-30 20:55:10 +02:00
nodes_glass.lua Update existing occurences of use_texture_alpha to the Minetest 5.4 convention if the feature is detected 2021-02-18 10:39:19 +01:00
nodes_liquid.lua Update usages of alpha to the 5.4 convention 2021-02-18 10:58:50 +01:00
nodes_misc.lua Rewrite mcl_autogroup 2021-04-16 22:31:42 +02:00
nodes_trees.lua Fortune 2020-11-06 13:46:52 +01:00

README.txt

MineClone 2 core mod
====================
Originally forked from Minetest Game's default mod in the distant past.

License information
===================

License of source code:
-----------------------
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

License of all textures and sounds
----------------------------------
MIT License.

The textures are taken from the Minecraft resource pack “Faithful 1.11” by Vattic and
xMrVizzy and contributers.

Sounds
======
All sounds included in this mod are under the MIT License.
The other sounds used in this mod can be found in CORE/mcl_sounds.

http://www.gnu.org/licenses/lgpl-2.1.html

License of everything not listed here
-------------------------------------
celeron55, Perttu Ahola <celeron55@gmail.com>
CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>