Update mod description and fix comment.

* Make mod description more descriptive.
* Minor comment tweak.
This commit is contained in:
kabou 2022-02-17 15:37:37 +01:00
parent 3257014e00
commit 64608f50f8
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ local compostability = {
local function composter_add_item(pos, node, player, itemstack, pointed_thing) 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 -- as an on_rightclick handles, it returns an itemstack
-- --
if not player or (player:get_player_control() and player:get_player_control().sneak) then if not player or (player:get_player_control() and player:get_player_control().sneak) then

View File

@ -1,5 +1,5 @@
name = mcl_composters name = mcl_composters
author = kabou author = kabou
description = composters description = Composters can convert various organic items into bonemeal.
depends = mcl_core, mcl_sounds, mcl_dye depends = mcl_core, mcl_sounds, mcl_dye
optional_depends = doc optional_depends = doc