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