From 64608f50f843ca9799b960cb3a73dcafe358bb26 Mon Sep 17 00:00:00 2001
From: kabou <noreply@example.org>
Date: Thu, 17 Feb 2022 15:37:37 +0100
Subject: [PATCH] Update mod description and fix comment.

* Make mod description more descriptive.
* Minor comment tweak.
---
 mods/ITEMS/mcl_composters/init.lua | 2 +-
 mods/ITEMS/mcl_composters/mod.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mods/ITEMS/mcl_composters/init.lua b/mods/ITEMS/mcl_composters/init.lua
index 1accfe493..7d2a05823 100644
--- a/mods/ITEMS/mcl_composters/init.lua
+++ b/mods/ITEMS/mcl_composters/init.lua
@@ -136,7 +136,7 @@ local compostability = {
 
 local function composter_add_item(pos, node, player, itemstack, pointed_thing)
 	--
-	-- handle filling the composter when rightclicked
+	-- handles filling the composter when rightclicked
 	-- as an on_rightclick handles, it returns an itemstack
 	--
 	if not player or (player:get_player_control() and player:get_player_control().sneak) then
diff --git a/mods/ITEMS/mcl_composters/mod.conf b/mods/ITEMS/mcl_composters/mod.conf
index 845a0d325..86d729887 100644
--- a/mods/ITEMS/mcl_composters/mod.conf
+++ b/mods/ITEMS/mcl_composters/mod.conf
@@ -1,5 +1,5 @@
 name = mcl_composters
 author = kabou
-description = composters
+description = Composters can convert various organic items into bonemeal.
 depends = mcl_core, mcl_sounds, mcl_dye
 optional_depends = doc