Use MC VERSION in the dependencies string for the extra jar
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
parent
b4d0ee9b3b
commit
1e6f3fc893
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ project(':forge') {
|
||||||
fmllauncherImplementation.extendsFrom(installer)
|
fmllauncherImplementation.extendsFrom(installer)
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'net.minecraft:client:1.13:extra'
|
api 'net.minecraft:client:${MC_VERSION}:extra'
|
||||||
installer 'com.paulscode:soundsystem:2018+'
|
installer 'com.paulscode:soundsystem:2018+'
|
||||||
installer 'org.ow2.asm:asm:6.2'
|
installer 'org.ow2.asm:asm:6.2'
|
||||||
installer 'org.ow2.asm:asm-commons:6.2'
|
installer 'org.ow2.asm:asm-commons:6.2'
|
||||||
|
|
Loading…
Reference in a new issue