cbf3dc49aa
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. |
||
---|---|---|
.. | ||
locale | ||
schematics | ||
sounds | ||
textures | ||
README.txt | ||
crafting.lua | ||
craftitems.lua | ||
functions.lua | ||
init.lua | ||
mod.conf | ||
nodes_base.lua | ||
nodes_cactuscane.lua | ||
nodes_climb.lua | ||
nodes_glass.lua | ||
nodes_liquid.lua | ||
nodes_misc.lua | ||
nodes_trees.lua |
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/>