File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 // see https://fabricmc.net/develop/ for new versions
3- id ' fabric-loom' version ' 1.13 -SNAPSHOT' apply false
3+ id ' fabric-loom' version ' 1.14 -SNAPSHOT' apply false
44 // see https://projects.neoforged.net/neoforged/moddevgradle for new versions
55 id ' net.neoforged.moddev' version ' 2.0.112' apply false
66}
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ group=com.lukasabbe.bookshelfinspector
66java_version =21
77
88# Common
9- minecraft_version =1.21.11-rc1
9+ minecraft_version =1.21.11
1010mod_name =BookshelfInspector
1111mod_author =Lukasabbe
1212mod_id =bookshelfinspector
1313license =MIT
1414credits =
1515description =Inspect any book in a chiseled bookshelf.
16- minecraft_version_range =[1.21.10 , 1.22)
16+ minecraft_version_range =[1.21.11 , 1.22)
1717
1818# https://projects.neoforged.net/neoforged/neoform
19- neo_form_version =1.21.11-rc2-20251205.133610
19+ neo_form_version =1.21.11-rc3-20251208.150328
2020# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
2121parchment_minecraft =1.21.10
2222parchment_version =2025.10.12
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments