VoxeLibre/mods/ITEMS
Nils Dagsson Moskopp cbf3dc49aa 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.
2022-04-25 15:33:01 +02:00
..
REDSTONE Make daylight detector work in Minetest 5.3.0 2022-03-09 22:33:08 +00:00
mcl_anvils mcl_anvils 2022-02-23 23:58:05 +01:00
mcl_armor remove blender backup file 2022-02-24 10:16:47 +01:00
mcl_armor_stand mcl_armor_stand 2022-02-23 23:58:05 +01:00
mcl_banners Fix typo/crash 2022-03-23 18:30:34 +00:00
mcl_barrels barrel protection fix + log 2022-03-25 13:28:33 +01:00
mcl_beds fix beds dropping when burning up 2022-02-25 00:08:26 +00:00
mcl_books mcl_books 2022-02-23 23:58:05 +01:00
mcl_bows Add shield 2022-03-15 15:58:27 +01:00
mcl_brewing mcl_brewing 2022-02-23 23:58:05 +01:00
mcl_buckets mcl_buckets 2022-02-23 23:58:05 +01:00
mcl_cake Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_cauldrons mcl_cauldrons 2022-02-23 23:58:05 +01:00
mcl_chests Revert "move barrels to mcl_chests" 2022-02-22 20:20:21 +01:00
mcl_clock mcl_clock 2022-02-23 23:58:05 +01:00
mcl_cocoas mcl_cocoas 2022-02-23 23:58:05 +01:00
mcl_colorblocks Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_compass mcl_compass 2022-02-23 23:58:05 +01:00
mcl_composters Rework function comments. 2022-04-02 03:32:56 +02:00
mcl_core Replace grass path with dirt path 2022-04-25 15:33:01 +02:00
mcl_crafting_table mcl_crafting_table 2022-02-23 23:58:05 +01:00
mcl_doors mcl_doors 2022-02-23 23:58:05 +01:00
mcl_dye Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_enchanting Remove some code ... 2022-03-18 23:08:50 +01:00
mcl_end add hypercopyrighted end crystal beam texture 2022-04-24 01:46:57 +02:00
mcl_farming Disconnect gourd stems after destruct 2022-04-22 18:07:37 +00:00
mcl_fences mcl_fences 2022-02-23 23:58:05 +01:00
mcl_fire do not randomseed twice 2022-02-25 00:08:26 +00:00
mcl_fireworks Update French translation (part 1) 2021-08-13 11:35:18 +02:00
mcl_fishing mcl_fishing 2022-02-23 23:58:05 +01:00
mcl_flowerpots mcl_flowerpots 2022-02-23 23:58:05 +01:00
mcl_flowers Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_furnaces mcl_furnaces 2022-02-23 23:58:05 +01:00
mcl_heads mcl_heads 2022-02-23 23:58:05 +01:00
mcl_hoppers Fix hopper breakage in get_item_group return value. 2022-02-24 03:18:25 +01:00
mcl_itemframes mcl_itemframes 2022-02-23 23:58:05 +01:00
mcl_jukebox mcl_jukebox 2022-02-23 23:58:05 +01:00
mcl_lanterns allow placement of lanterns on chains 2022-02-10 11:45:08 +01:00
mcl_maps Rename a few textures to help support texture packs. 2022-03-02 20:13:24 -06:00
mcl_mobitems Merge pull request 'Fix French translations: granit + porc' (#1815) from pitchum/MineClone2:master into master 2021-06-14 17:51:29 +00:00
mcl_mobspawners mcl_mobspawners 2022-02-23 23:58:05 +01:00
mcl_monster_eggs mcl_monster_eggs 2022-02-23 23:58:05 +01:00
mcl_mushrooms Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_nether Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_ocean Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_portals Rewrite portal removal to avoid stack overflow 2022-03-03 01:42:49 +00:00
mcl_potions make all arrow types activate target (+ depends and code fixes) 2022-02-26 23:52:03 +01:00
mcl_shields Make shields work with all mobs 2022-04-09 16:21:22 +02:00
mcl_signs mcl_signs 2022-02-23 23:58:05 +01:00
mcl_sponges mcl_sponges 2022-02-23 23:58:05 +01:00
mcl_stairs Merge pull request 'Fix French translations: granit + porc' (#1815) from pitchum/MineClone2:master into master 2021-06-14 17:51:29 +00:00
mcl_throwing make ender pearls activate target 2022-02-26 22:16:10 +01:00
mcl_tnt mcl_tnt 2022-02-23 23:58:05 +01:00
mcl_tools Replace grass path with dirt path 2022-04-25 15:33:01 +02:00
mcl_torches mcl_torches 2022-02-23 23:58:05 +01:00
mcl_totems Add shield 2022-03-15 15:58:27 +01:00
mcl_walls mcl_walls 2022-02-23 23:58:05 +01:00
mcl_wool Make carpets `supported_node`. 2022-03-19 02:32:46 +01:00
mclx_core mclx_core 2022-02-23 23:58:05 +01:00
mclx_fences mclx_fences 2022-02-23 23:58:05 +01:00
mclx_stairs Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
screwdriver screwdriver 2022-02-23 23:58:05 +01:00
xpanes xpanes 2022-02-23 23:58:05 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00