From 33bb4a3a9560f9405f119149b37a2289a64fda83 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 2 Mar 2022 12:59:53 +0000 Subject: [PATCH] list --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c4a974..cfabffa 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Farming Redo is a simplified version of the built-in farming mod in minetest and This mod works by adding your new plant to the {growing=1} group and numbering the stages from _1 to as many stages as you like, but the underscore MUST be used only once in the node name to separate plant from stage number e.g. -"farming:cotton_1" through to "farming:cotton_8" -"farming:wheat_1" through to "farming:wheat_8" -"farming:cucumber_1" through to "farming:cucumber_4" +* "farming:cotton_1" through to "farming:cotton_8" +* "farming:wheat_1" through to "farming:wheat_8" +* "farming:cucumber_1" through to "farming:cucumber_4" https://forum.minetest.net/viewtopic.php?id=9019