Mineclonia/mods/ITEMS
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
..
REDSTONE Fix server crash when dispensing an unknown item 2021-06-19 02:04:59 +02:00
mcl_anvils Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_armor Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_armor_stand Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_banners Allow more layers for banners with gradients 2021-06-19 01:43:36 -04:00
mcl_beds Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_books Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_bows Refactor regular arrow flight time calculation 2021-07-12 16:06:44 +02:00
mcl_brewing Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_buckets Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_cake Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_cauldrons Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_chests Fix Ender chests from MineClone2 2021-06-28 22:54:00 +02:00
mcl_clock Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_cocoas Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_colorblocks Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_compass Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_core Replace grass path with dirt path 2021-09-09 15:08:57 +02:00
mcl_crafting_table Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_doors Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_dye Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_enchanting Merge remote-tracking branch 'n_to/update_template.txt' 2021-06-20 23:52:15 +02:00
mcl_end Make dragon egg teleport on punching 2021-07-13 09:11:48 +02:00
mcl_farming Make fully grown beetroot drop 1 to 4 seeds when harvested 2021-06-20 19:02:35 +02:00
mcl_fences Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_fire Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_fishing Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_flowerpots Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_flowers Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_furnaces Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_heads Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_hoppers Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_itemframes Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_jukebox Make jukebox accept and play old music records 2021-06-15 17:46:03 +02:00
mcl_maps Russian translation: mcl_maps 2020-07-24 19:09:17 +02:00
mcl_mobitems Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_mobspawners Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_monster_eggs Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_mushrooms Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_nether Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_ocean Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_portals Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_potions Make potion arrows able to hit end crystals 2021-07-12 22:21:15 +02:00
mcl_signs Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_sponges Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_stairs Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_throwing Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_tnt Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_tools Replace grass path with dirt path 2021-09-09 15:08:57 +02:00
mcl_torches Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_totems Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_walls Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_wool Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mclx_core Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mclx_fences Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mclx_stairs Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
screwdriver Show screwdriver in creative inventory 2021-06-22 00:16:57 +02:00
xpanes Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00