This commit is contained in:
lukasabbe
2025-12-09 17:54:14 +01:00
parent 7d9b450743
commit 571bb04e49
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
plugins {
// see https://fabricmc.net/develop/ for new versions
id 'fabric-loom' version '1.13-SNAPSHOT' apply false
id 'fabric-loom' version '1.14-SNAPSHOT' apply false
// see https://projects.neoforged.net/neoforged/moddevgradle for new versions
id 'net.neoforged.moddev' version '2.0.112' apply false
}
+3 -3
View File
@@ -6,17 +6,17 @@ group=com.lukasabbe.bookshelfinspector
java_version=21
# Common
minecraft_version=1.21.11-rc1
minecraft_version=1.21.11
mod_name=BookshelfInspector
mod_author=Lukasabbe
mod_id=bookshelfinspector
license=MIT
credits=
description=Inspect any book in a chiseled bookshelf.
minecraft_version_range=[1.21.10, 1.22)
minecraft_version_range=[1.21.11, 1.22)
# https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.11-rc2-20251205.133610
neo_form_version=1.21.11-rc3-20251208.150328
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21.10
parchment_version=2025.10.12
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME