summaryrefslogtreecommitdiff
path: root/cotton.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cotton.lua')
-rw-r--r--cotton.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/cotton.lua b/cotton.lua
index b3e131b..eef6425 100644
--- a/cotton.lua
+++ b/cotton.lua
@@ -114,3 +114,10 @@ crop_def.drop = {
}
}
minetest.register_node("farming:cotton_8", table.copy(crop_def))
+
+--[[ Cotton (example, is already registered in cotton.lua)
+farming.register_plant("farming:cotton", {
+ description = "Cotton seed",
+ inventory_image = "farming_cotton_seed.png",
+ steps = 8,
+})]]