Update Fork #1

Merged
chmodsayshello merged 696 commits from MineClone5/MineClone5:master into master 2022-03-23 14:40:26 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b138357b11 - Show all commits

View File

@ -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

View File

@ -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