reduce yield of leaves -> oil

This commit is contained in:
Vanessa Dannenberg 2019-04-14 13:04:44 -04:00
parent a5fdb721c9
commit 58516dcd09
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ minetest.register_node("basic_materials:concrete_block", {
minetest.register_craft({
type = "shapeless",
output = "basic_materials:oil_extract 3",
output = "basic_materials:oil_extract 1",
recipe = {
"group:leaves",
"group:leaves",