Update to 0.5

This commit is contained in:
Lukas Reichlin 2019-06-30 18:12:57 +02:00 committed by GitHub
parent f6e84e1567
commit 1ffcb5f7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,9 +23,7 @@ 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' }
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