Mineclonia/mods/ITEMS/mcl_core
Nils Dagsson Moskopp 519e05dc96
Replace grass path with dirt path
If a player wants to make a path when there is no dirt with grass on the
ground it means they need to either have silk touch to collect dirt with
grass or place dirt beside dirt with grass and wait for the grass cover
to spread before they can create the new paths …

Since the former is not possible early in the game and the latter is not
easy, this patch imitates Minecraft 1.17 behaviour; the following nodes
can now be turned into path nodes by right-clicking them with a shovel:

• Dirt (mcl_core:dirt)
• Coarse Dirt (mcl_core:coarse_dirt)
• Dirt with Grass (mcl_core:dirt_with_grass)
• Mycelium (mcl_core:mycelium)
• Podzol (mcl_core:podzol)

A group “path_creation_possible” has been added to mark nodes that can
be turned into a dirt path with a shovel. One obvious objection to that
addition might be that the “dirt” group already exists. Even though all
existing nodes that can be turned into a dirt path do indeed belong to
the “dirt” group, it is not a good idea: Changing what “dirt” means to
“any node that can be turned into a dirt path” would make it harder to
maintain the code.
2021-09-09 15:08:57 +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 Refactor wooden plank crafting 2021-09-07 00:48:36 +02:00
craftitems.lua More flexible wield rotation determination 2021-02-18 09:28:12 +01:00
functions.lua Fix the trees, https://git.minetest.land/Wuzzy/MineClone2/issues/1031 2021-01-30 05:23:34 +04: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 Replace grass path with dirt path 2021-09-09 15:08:57 +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/>