We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76719c2 commit 8ebfb4aCopy full SHA for 8ebfb4a
technic/machines/register/extractor_recipes.lua
@@ -134,3 +134,6 @@ if minetest.get_modpath("dye") then
134
})
135
end
136
137
+
138
+-- [extract]or recipe for oil [extract]
139
+technic.register_extractor_recipe({input = {"group:leaves 1"}, output = "basic_materials:oil_extract 1"})
0 commit comments