Skip to content

Commit 9868ddb

Browse files
update to minecraft 1.21.2
1 parent d9fe4ae commit 9868ddb

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.7-SNAPSHOT'
2+
id 'fabric-loom' version "$loom_version"
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# 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
913

1014
# Mod Properties
1115
mod_version=2.0.0
1216
maven_group=dev.nincodedo
1317
archives_base_name=bluemap-banners
1418

1519
# Dependencies
16-
# check this on https://modmuss50.me/fabric.html
17-
fabric_version=0.115.0+1.21.1
1820
bluemap_api_version=2.7.4
1921
bluemap_version=5.7

gradle/wrapper/gradle-wrapper.jar

-15.4 KB
Binary file not shown.
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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

0 commit comments

Comments
 (0)