Skip to content

Commit 8ebfb4a

Browse files
oil extract extractor recipe (#414)
1 parent 76719c2 commit 8ebfb4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

technic/machines/register/extractor_recipes.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,6 @@ if minetest.get_modpath("dye") then
134134
})
135135
end
136136
end
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

Comments
 (0)