File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.7-SNAPSHOT '
2
+ id ' fabric-loom' version " $l oom_version "
3
3
id ' maven-publish'
4
4
}
5
5
Original file line number Diff line number Diff line change 2
2
org.gradle.jvmargs =-Xmx1G
3
3
4
4
# Fabric Properties
5
- # check these on https://modmuss50.me/fabric.html
6
- minecraft_version =1.21.1
7
- yarn_mappings =1.21.1+build.3
8
- loader_version =0.16.10
5
+ # Check these on https://fabricmc.net/develop/
6
+ minecraft_version =1.21.2
7
+ yarn_mappings =1.21.2+build.1
8
+ loader_version =0.16.14
9
+ loom_version =1.10-SNAPSHOT
10
+
11
+ # Fabric API
12
+ fabric_version =0.106.1+1.21.2
9
13
10
14
# Mod Properties
11
15
mod_version =2.0.0
12
16
maven_group =dev.nincodedo
13
17
archives_base_name =bluemap-banners
14
18
15
19
# Dependencies
16
- # check this on https://modmuss50.me/fabric.html
17
- fabric_version =0.115.0+1.21.1
18
20
bluemap_api_version =2.7.4
19
21
bluemap_version =5.7
Original file line number Diff line number Diff line change 1
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8-bin.zip
1
+ distributionBase =GRADLE_USER_HOME
2
+ distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
4
+ networkTimeout =10000
5
+ validateDistributionUrl =true
6
+ zipStoreBase =GRADLE_USER_HOME
7
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments