Skip to content

Commit ff8a5dc

Browse files
committed
build: 25w45a
1 parent 0fa2a2c commit ff8a5dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'fabric-loom' version '1.11-SNAPSHOT' apply false
3+
id 'fabric-loom' version '1.13-SNAPSHOT' apply false
44
id "me.champeau.jmh" version "0.7.2"
55
id 'com.modrinth.minotaur' version '2.+' apply false
66
id 'io.github.themrmilchmann.curseforge-publish' version '0.8.0' apply false

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ gradle-curseforge-publish.interop.neogradle=false
1111
#org.gradle.configuration-cache=true
1212
# Fabric Properties
1313
# check these on https://fabricmc.net/versions.html
14-
minecraft_version=25w44a
15-
yarn_mappings=25w44a+build.1
14+
minecraft_version=25w45a
15+
yarn_mappings=25w45a+build.1
1616
loader_version=0.17.3
17-
fabric_version=0.136.1+1.21.11
17+
fabric_version=0.138.0+1.21.11
1818
# Mod Properties
1919
mod_version=0.3.6+alpha.0
2020
maven_group=com.ishland.c2me

0 commit comments

Comments
 (0)