Add recipe for extracting black dye from charcoal
This commit is contained in:
parent
29c3c7ea6f
commit
b4f459fa72
8
extractor.lua
Normal file
8
extractor.lua
Normal file
@ -0,0 +1,8 @@
|
||||
-- extract black dye from charcoal
|
||||
|
||||
if minetest.get_modpath("charcoal") then
|
||||
technic.register_extractor_recipe({
|
||||
input = {"charcoal:charcoal_lump"},
|
||||
output = "dye:black"
|
||||
})
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user