pull loom version to ptoperties
This commit is contained in:
parent
f16f116b7f
commit
6671b43cac
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
plugins {
|
plugins {
|
||||||
id 'idea'
|
id 'idea'
|
||||||
id 'eclipse'
|
id 'eclipse'
|
||||||
id 'fabric-loom' version '0.10-SNAPSHOT'
|
id 'fabric-loom' version "${loom_version}"
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ minecraft_version=1.18
|
||||||
yarn_mappings=6
|
yarn_mappings=6
|
||||||
loader_version=0.12.8
|
loader_version=0.12.8
|
||||||
|
|
||||||
|
#Loom
|
||||||
|
loom_version=0.10-SNAPSHOT
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0.0
|
mod_version=1.0.0
|
||||||
maven_group=ru.betterend
|
maven_group=ru.betterend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue