File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
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
1919sonar {
Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ credits =
1414github_user = crystal-nest
1515curseforge_id = 1365195
1616minecraft_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
1919pack_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
2525fabric_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
3131cobweb_version = 1.4.0
You can’t perform that action at this time.
0 commit comments