This mod incorrectly reports that it has no dependencies, when it does depend on base.(Wood used in the seed recipe, and science pack 1 being required to research.)
To fix, just add the line
"dependencies": ["base"]
to your info.json. (You shouldn't need a version bound, given how fundamental the items used are)