master #15

Merged
NO11 merged 241 commits from VoxeLibre/VoxeLibre:master into master 2022-03-12 23:42:27 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 64608f50f8 - Show all commits

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