Mineclonia/mods/ITEMS/mcl_core
Nils Dagsson Moskopp 6059b79785
Generate podzol when growing large spruce trees
When 4 spruce saplings are put into a 2×2 square, they may grow into a
large spruce tree. With this patch, dirt group group nodes nearby that
have air above and nodes under the stem are replaced by podzol nodes.

Note that this commit uses a different placement method than MineClone2
commit a83a2e9aba122d0fb4f1c120252a0d4eb07a1f10 to create one connected
podzol patch instead of randomly scattered nodes. It also places podzol
nodes in bulk at once for better performance.
2022-04-22 13:45:16 +02:00
..
locale Add german translation for stripped wood 2021-09-07 00:48:40 +02: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 Add stripped trunk / wood textures 2021-09-07 00:48:37 +02:00
README.txt Grow proper acacia tree from acacia saplings 2017-05-26 02:36:25 +02:00
crafting.lua Add packed ice crafting recipe 2021-11-24 06:06:26 +01:00
craftitems.lua remove swiftness from egapps 2021-11-20 02:14:16 +01:00
functions.lua Generate podzol when growing large spruce trees 2022-04-22 13:45:16 +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 Add specific help text for stripped wood 2021-09-07 00:48:38 +02: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/>