biogasmachines: gasifier: Straw product decreased to 2 Biogas.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2018-11-20 16:16:30 +01:00
parent ca86efe343
commit 283805df77
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
]]--
-- Coal block burn time is 370, our Gasifier produces 8 Biogas units from it,
-- so let 1 Biogas burn for 45 sec (8 * 45 = 360)
minetest.register_node("biogasmachines:gasfurnace", {
description = "Tubelib Biogas Furnace",

View File

@ -661,7 +661,7 @@ biogasmachines.add_gasifier_recipe({
biogasmachines.add_gasifier_recipe({
input = "farming:straw",
count = 3,
count = 2,
time = 8,
})