File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
template/templates/gradle/groovy Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 49
49
minecraft_version={minecraftVersion }
50
50
yarn_mappings={yarnVersion }
51
51
loader_version={loaderVersion }
52
+ loom_version=1.10-SNAPSHOT
52
53
53
54
# Fabric API
54
55
fabric_version={apiVersion }
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id 'fabric-loom' version '1.10-SNAPSHOT'
2
+ id 'fabric-loom' version "${loom_version}"
3
3
id 'maven-publish'
4
4
<%_ if (it.kotlin) { %>
5
5
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ org.gradle.parallel=true
7
7
minecraft_version=<%= it.minecraftVersion %>
8
8
<% if (!it.mojmap) { %>yarn_mappings=<%= it.yarnVersion %>
9
9
<% } %>loader_version=<%= it.loaderVersion %>
10
+ loom_version=1.10-SNAPSHOT
10
11
<% if (it.kotlin) { %>fabric_kotlin_version=<%= it.kotlin.fabricKotlinAdapterVersion %>
11
12
<% } %>
12
13
# Mod Properties
You can’t perform that action at this time.
0 commit comments