biogasmachines: gasifier: Straw product decreased to 2 Biogas.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
parent
ca86efe343
commit
283805df77
@ -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",
|
||||
|
@ -661,7 +661,7 @@ biogasmachines.add_gasifier_recipe({
|
||||
|
||||
biogasmachines.add_gasifier_recipe({
|
||||
input = "farming:straw",
|
||||
count = 3,
|
||||
count = 2,
|
||||
time = 8,
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user