Skip to content

Commit

Permalink
Fix docs for LEGACY forgeVersion vs. version (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Dec 30, 2024
1 parent afe9bbe commit 5640aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LEGACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
legacyForge {
// Develop against MinecraftForge version 47.3.0 for 1.20.1 (the versions can be found at https://files.minecraftforge.net/)
forgeVersion = "1.20.1-47.3.0"
version = "1.20.1-47.3.0"
// Validate AT files and raise errors when they have invalid targets
// This option is false by default, but turning it on is recommended
Expand Down Expand Up @@ -94,7 +94,7 @@ obfuscation {
## Vanilla Mode

You can get dependencies for Vanilla Minecraft added to your project by using the `mcpVersion` property instead of
setting the `forgeVersion` property.
setting the `version` property.

```groovy
legacyForge {
Expand Down

0 comments on commit 5640aa0

Please sign in to comment.