This fixes a case where FG is run in MC Only mode (Without Forge) while it expects its inject target to exists.
Current the forge variant creates the inject target automatically, but the MC only variant does not.
This causes the MCP injection to fail with a file not found exception since neither the target nor its directories exists.
This fixes a case where FG is run in MC Only mode (Without Forge) while it expects its inject target to exists.
Current the forge variant creates the inject target automatically, but the MC only variant does not. This causes the MCP injection to fail with a file not found exception since neither the target nor its directories exists.
This fixes this.