File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Fabric] ( https://img.shields.io/badge/Mod_Loader-Fabric-blue )] ( https://fabricmc.net/ )
2
- [ ![ Minecraft] ( https://img.shields.io/badge/Minecraft-1.21-green )] ( https://www.minecraft.net/ )
2
+ [ ![ Minecraft] ( https://img.shields.io/badge/Minecraft-1.21.1 -green )] ( https://www.minecraft.net/ )
3
3
[ ![ Java CI] ( https://github.com/umjammer/zundamod/actions/workflows/build.yml/badge.svg )] ( https://github.com/umjammer/zundamod/actions/workflows/build.yml )
4
4
[ ![ GitHub Release Assets] ( https://github.com/umjammer/zundamod/actions/workflows/publish.yml/badge.svg )] ( https://github.com/umjammer/zundamod/actions/workflows/publish.yml )
5
5
![ Java] ( https://img.shields.io/badge/Java-21-b07219 )
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.6 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 1.7 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ org.gradle.parallel=true
4
4
5
5
# Fabric Properties
6
6
# check these on https://fabricmc.net/develop
7
- minecraft_version =1.21
8
- yarn_mappings =1.21+build.1
9
- loader_version =0.15.11
7
+ minecraft_version =1.21.1
8
+ yarn_mappings =1.21.1 +build.3
9
+ loader_version =0.16.5
10
10
11
11
# Mod Properties
12
12
mod_version =1.0.1
13
13
maven_group =vavi.mod.zundamod
14
14
archives_base_name =zundamod
15
15
16
16
# Dependencies
17
- fabric_version =0.100.1 +1.21
17
+ fabric_version =0.104.0 +1.21.1
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments