Made Gradle only replace the temp Forge version in BiomesOPlenty.java
This commit is contained in:
parent
f7bd33b4f2
commit
95a2b033ac
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ minecraft {
|
|||
version = config.minecraft_version + "-" + config.forge_version // grab latest forge
|
||||
assetDir = "run/assets"
|
||||
|
||||
replace "1.42.666.42.1", config.forge_version
|
||||
replaceIn "BiomesOPlenty.java"
|
||||
replace "1.42.666.42.1", config.forge_version
|
||||
}
|
||||
|
||||
// add some stuff to the version
|
||||
|
|
Loading…
Reference in a new issue