1
0
mirror of https://github.com/mt-mods/basic_materials.git synced 2024-12-23 17:20:40 +01:00

reduce yield of leaves -> oil

This commit is contained in:
Vanessa Dannenberg 2019-04-14 13:04:44 -04:00
parent a5fdb721c9
commit 58516dcd09

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",