From d690d186d474cf26096a7eb06929320f3f5d9fb1 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Mon, 2 Mar 2020 21:25:56 +1100 Subject: [PATCH] add leafdecay, leafdecay_drop, and mushroom groups --- refinery.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refinery.lua b/refinery.lua index ce0c65a..cd19f62 100644 --- a/refinery.lua +++ b/refinery.lua @@ -23,11 +23,11 @@ minetest.log('action', 'MOD: Biofuel ' .. S("loading...")) biofuel_version = '0.5' biomass = {} -biomass.convertible_groups = {'flora', 'leaves', 'flower', 'sapling', 'tree', 'wood', 'stick', 'plant', 'seed', 'eatable', 'food' } +biomass.convertible_groups = {'flora', 'leaves', 'flower', 'sapling', 'tree', 'wood', 'stick', 'plant', 'seed', 'eatable', 'food', "leafdecay", "leafdecay_drop", "mushroom"} biomass.convertible_nodes = {'default:cactus', 'default:large_cactus_seedling', -- default cactus 'default:bush_stem', 'default:pine_bush_stem', 'default:acacia_bush_stem', -- default bush stem -- 'default:apple', 'default:blueberries', 'farming:flour', 'farming:bread', -- default food - 'flowers:mushroom_red', 'flowers:mushroom_brown', -- mushrooms +-- 'flowers:mushroom_red', 'flowers:mushroom_brown', -- mushrooms 'farming:cotton', 'farming:string', 'farming:wheat', 'farming:straw', -- farming 'farming:hemp_leaf', 'farming:hemp_block', 'farming:hemp_fibre', 'farming:hemp_rope', -- farming_redo -- 'farming:barley', 'farming:beans', 'farming:beetroot', 'farming:blueberries','farming:carrot', -- farming_redo food