Close, but if you look over the MT integration wiki on the Agricraft Github you'll see that to remove a base block it would just be:
Code:
BaseBlock.clear(seedIron);
Also,
@Yulife, I understand you've added documentation for MT support added by other mods to the main MT wiki. Any chance you could copy over the Agricraft MT documentation from the
Agricraft Github too?
And
@InfinityRaider, you might want to remove the extended SeedMutation.add(result, parent1, parent2, type, block) from the 1.3 MT integration doc on the wiki on github, since that's not actually a thing in 1.3 due to being split off as the BaseBlock stuff.