Commit Graph

30 Commits

Author SHA1 Message Date
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
AFCMS
cd33d406b2 fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
AFCMS
5975b20cff [mcl_doc] fix warnings 2021-05-23 14:02:47 +02:00
AFCMS
1a58b0c510 fix many codestyle issues 2021-04-16 13:35:03 +02:00
Wuzzy
a3d70e45d1 Fix incorrect dirt help 2020-07-23 22:29:16 +02:00
Wuzzy
ae7615c557 Move armor factoid to nil group 2020-02-17 20:58:29 +01:00
Wuzzy
97d293f8b4 Add armor factoid 2020-02-17 20:53:31 +01:00
Wuzzy
641921f4c7 Add tool stats in help 2020-02-17 16:19:17 +01:00
Wuzzy
c3968209f6 Add missing mcl_doc translations 2019-03-18 12:20:10 +01:00
Wuzzy
d691490016 New translation system, part 2: Environment, help 2019-03-07 21:36:00 +01:00
Wuzzy
e4a1134d4f More anvil smashing fixes 2018-02-05 19:17:16 +01:00
Wuzzy
c71bd9588d Generalize anvil damage 2018-02-05 19:03:56 +01:00
Wuzzy
4608a2f98d Generalize some anvil attributes in help 2018-02-04 07:00:26 +01:00
Wuzzy
dfb941cf90 Add anvil-related factoids 2018-02-03 04:40:31 +01:00
Wuzzy
06d109e86b Fix can place flower podzol and coarse dirt
Also fix help entries
2017-11-15 05:02:37 +01:00
Wuzzy
4f20ab1950 Simplify leafdecay stuff, add leafdecay factoid 2017-08-31 02:06:35 +02:00
Wuzzy
b7a287124e Fix dig factoid for wool and cobweb 2017-08-03 03:50:02 +02:00
Wuzzy
63fed60eaa Fix crash caused by _mcl_shears_drop factoid 2017-08-03 03:21:39 +02:00
Wuzzy
651f7f8638 Add factoid for special shears drops 2017-08-03 03:05:41 +02:00
Wuzzy
4067f61623 Update plant placement help 2017-06-11 23:20:50 +02:00
Wuzzy
12a02f9961 Update flower help 2017-06-09 21:26:26 +02:00
Wuzzy
8418013c04 Add blast resistance factoid 2017-06-05 22:20:27 +02:00
Wuzzy
1188a499d6 Update food item usage help 2017-05-23 02:55:48 +02:00
Wuzzy
888e4cae34 Add food factoids 2017-05-21 03:12:17 +02:00
Wuzzy
06b5557475 Help: Say which tools break the block 2017-03-22 18:48:27 +01:00
Wuzzy
6eca367d0e Fix infinite hardness display 2017-03-20 21:41:27 +01:00
Wuzzy
0abf913197 Add hardness to help entries 2017-03-18 19:38:40 +01:00
Wuzzy
c2fbe2ad55 Add various factoids and complete some food help 2017-03-18 17:18:12 +01:00
Wuzzy
2441e9e54e Add help buttons 2017-03-18 03:27:36 +01:00
Wuzzy
586b2b2735 Add mcl_doc, configuration mod for Help modpack 2017-03-18 01:06:10 +01:00