mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
26.1-snapshot-6
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
// see https://fabricmc.net/develop/ for new versions
|
// see https://fabricmc.net/develop/ for new versions
|
||||||
id 'fabric-loom' version '1.14-SNAPSHOT' apply false
|
id 'fabric-loom' version '1.15-SNAPSHOT' apply false
|
||||||
// see https://projects.neoforged.net/neoforged/moddevgradle for new versions
|
// see https://projects.neoforged.net/neoforged/moddevgradle for new versions
|
||||||
id 'net.neoforged.moddev' version '2.0.139' apply false
|
id 'net.neoforged.moddev' version '2.0.139' apply false
|
||||||
}
|
}
|
||||||
+5
-5
@@ -1,4 +1,4 @@
|
|||||||
version=2.3+26.1-SNAPSHOT.4
|
version=2.3+26.1-SNAPSHOT.5
|
||||||
|
|
||||||
# release, beta & alpha
|
# release, beta & alpha
|
||||||
versionType=alpha
|
versionType=alpha
|
||||||
@@ -6,7 +6,7 @@ group=com.lukasabbe.bookshelfinspector
|
|||||||
java_version=25
|
java_version=25
|
||||||
|
|
||||||
# Common
|
# Common
|
||||||
minecraft_version=26.1-snapshot-5
|
minecraft_version=26.1-snapshot-6
|
||||||
mod_name=BookshelfInspector
|
mod_name=BookshelfInspector
|
||||||
mod_author=Lukasabbe
|
mod_author=Lukasabbe
|
||||||
mod_id=bookshelfinspector
|
mod_id=bookshelfinspector
|
||||||
@@ -16,13 +16,13 @@ description=Inspect any book in a chiseled bookshelf.
|
|||||||
minecraft_version_range=[1.21.11, 26.1)
|
minecraft_version_range=[1.21.11, 26.1)
|
||||||
|
|
||||||
# https://projects.neoforged.net/neoforged/neoform
|
# https://projects.neoforged.net/neoforged/neoform
|
||||||
neo_form_version=26.1-snapshot-5-1
|
neo_form_version=26.1-snapshot-6-1
|
||||||
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
|
# 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_minecraft=1.21.10
|
||||||
parchment_version=2025.10.12
|
parchment_version=2025.10.12
|
||||||
|
|
||||||
# Fabric
|
# Fabric https://fabricmc.net/develop/
|
||||||
fabric_version=0.143.0+26.1
|
fabric_version=0.143.2+26.1
|
||||||
fabric_loader_version=0.18.4
|
fabric_loader_version=0.18.4
|
||||||
|
|
||||||
# NeoForge
|
# NeoForge
|
||||||
|
|||||||
Reference in New Issue
Block a user