1
0
mirror of https://github.com/mt-mods/basic_materials.git synced 2025-09-07 23:25:24 +02:00

2 Commits

Author SHA1 Message Date
Vanessa Dannenberg
620b9aa784 yield was TOO low on oil 2019-04-28 21:07:20 -04:00
Vanessa Dannenberg
58516dcd09 reduce yield of leaves -> oil 2019-04-14 13:04:44 -04:00

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 2",
recipe = {
"group:leaves",
"group:leaves",