forked from VoxeLibre/VoxeLibre
Update mod description and fix comment.
* Make mod description more descriptive. * Minor comment tweak.
This commit is contained in:
parent
3257014e00
commit
64608f50f8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue