cannabis_mod/rope.lua

11 lines
212 B
Lua
Raw Normal View History

2020-05-05 04:38:46 -07:00
if minetest.get_modpath("ropes") then
minetest.register_craft({
output = 'ropes:ropesegment',
recipe = {
{'cannabis:canapa_fiber'},
{'cannabis:canapa_fiber'},
{'cannabis:canapa_fiber'},
}
})
end