5a86207923
last version add bag for unified inventory add hemp glacial added hemp cloth fixed recipes fixed dipendencies fixed craft
11 lines
359 B
Lua
11 lines
359 B
Lua
if minetest.get_modpath("wool") ~= nil then
|
|
minetest.register_craft({
|
|
output = "wool:white",
|
|
recipe = {
|
|
{"cannabis:canapa_fiber","cannabis:canapa_fiber", "cannabis:canapa_fiber"},
|
|
{"cannabis:canapa_fiber","cannabis:canapa_fiber", "cannabis:canapa_fiber"},
|
|
{"cannabis:canapa_fiber","cannabis:canapa_fiber", "cannabis:canapa_fiber"},
|
|
},
|
|
})
|
|
end
|