We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe9bbe commit 5640aa0Copy full SHA for 5640aa0
LEGACY.md
@@ -15,7 +15,7 @@ plugins {
15
16
legacyForge {
17
// 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"
+ version = "1.20.1-47.3.0"
19
20
// Validate AT files and raise errors when they have invalid targets
21
// This option is false by default, but turning it on is recommended
@@ -94,7 +94,7 @@ obfuscation {
94
## Vanilla Mode
95
96
You can get dependencies for Vanilla Minecraft added to your project by using the `mcpVersion` property instead of
97
-setting the `forgeVersion` property.
+setting the `version` property.
98
99
```groovy
100
0 commit comments