Skip to content

Commit 5640aa0

Browse files
authored
Fix docs for LEGACY forgeVersion vs. version (#211)
1 parent afe9bbe commit 5640aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LEGACY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
1616
legacyForge {
1717
// Develop against MinecraftForge version 47.3.0 for 1.20.1 (the versions can be found at https://files.minecraftforge.net/)
18-
forgeVersion = "1.20.1-47.3.0"
18+
version = "1.20.1-47.3.0"
1919
2020
// Validate AT files and raise errors when they have invalid targets
2121
// This option is false by default, but turning it on is recommended
@@ -94,7 +94,7 @@ obfuscation {
9494
## Vanilla Mode
9595

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

9999
```groovy
100100
legacyForge {

0 commit comments

Comments
 (0)