Skip to content

Commit cd35332

Browse files
Update target Minecraft version.
1 parent 6bd3b07 commit cd35332

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
configurations.all {
2+
configurations.configureEach {
33
resolutionStrategy {
44
force 'commons-io:commons-io:2.16.1'
55
force 'org.apache.commons:commons-compress:1.26.2'
@@ -13,7 +13,7 @@ plugins {
1313
// https://projects.neoforged.net/neoforged/moddevgradle
1414
id "net.neoforged.moddev" version "2.0.141" apply false
1515
// https://fabricmc.net/develop/
16-
id "net.fabricmc.fabric-loom" version "1.15-SNAPSHOT" apply false
16+
id "net.fabricmc.fabric-loom" version "1.16-SNAPSHOT" apply false
1717
}
1818

1919
sonar {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ credits =
1414
github_user = crystal-nest
1515
curseforge_id = 1365195
1616
minecraft_version = 26.1
17-
minecraft_patch_version = .1
17+
minecraft_patch_version = .2
1818
# https://minecraft.wiki/w/Pack_format#List_of_data_pack_formats
1919
pack_format = 101.1
2020
# https://projects.neoforged.net/neoforged/neoform
21-
neo_form_version = 26.1.1-1
21+
neo_form_version = 26.1.2-1
2222

2323
# Fabric (https://fabricmc.net/develop/)
24-
fabric_version = 0.145.3+26.1.1
24+
fabric_version = 0.147.0+26.1.2
2525
fabric_loader_version = 0.18.6
2626

2727
# NeoForge (https://projects.neoforged.net/neoforged/neoforge)
28-
neoforge_version = 26.1.1.1-beta
28+
neoforge_version = 26.1.2.30-beta
2929

3030
# Dependencies
3131
cobweb_version = 1.4.0

0 commit comments

Comments
 (0)