MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
516 stars 443 forks source link

Support MC Only workflows #872

Closed marchermans closed 2 years ago

marchermans commented 2 years ago

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.

SizableShrimp commented 2 years ago

Fixed by fbaee8c6d4a864d0e84a85708d732639be6cea7f.