Also, small request: can we have crop stats changer as admin tool?
You can spawn any crop with the stats you want via the give item command. You just have to learn the NBT tag of it.
I currently don't have it in mind, but a /mt hand (if you have minetweaker) on a seed will tell you it.
Edit: I got the command
"give playername IC2:itemCropSeed 1 0 tag:{owner:IC2, name:species, scan:4b, growth:1b, resistance:1b, gain:1b}"
"playername" is to who you want to give it.
"species" is the seedbag species you want it to be, like ferru, aurelia, plumbilia, stickreed or whatever.
scan 4b means the bag is fully scanned
growth, resistance and gain 1b means it has those stats as "1", change those at will.
You may need a commandblock to use this command as it is too long for the chat.