mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
26.1-snapshot-2
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ modrinth {
|
||||
projectId = "rOrXjyPb" // https://modrinth.com/mod/bookshelf-inspector
|
||||
version = project.version
|
||||
versionType = project.versionType
|
||||
//uploadFile = remapJar
|
||||
uploadFile = jar
|
||||
gameVersions = [project.minecraft_version]
|
||||
loaders = ["fabric"]
|
||||
if(project.versionType == "beta" || project.versionType == "alpha"){
|
||||
|
||||
@@ -14,11 +14,11 @@ public class BookshelfInspectorFabric implements ModInitializer {
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
|
||||
PayloadTypeRegistry.playC2S().register(BookShelfInventoryRequestPayload.ID, BookShelfInventoryRequestPayload.CODEC);
|
||||
PayloadTypeRegistry.playC2S().register(LecternInventoryRequestPayload.ID, LecternInventoryRequestPayload.CODEC);
|
||||
PayloadTypeRegistry.playC2S().register(ShelfInventoryRequestPayload.ID, ShelfInventoryRequestPayload.CODEC);
|
||||
PayloadTypeRegistry.playS2C().register(BookShelfInventoryPayload.ID, BookShelfInventoryPayload.CODEC);
|
||||
PayloadTypeRegistry.playS2C().register(ModCheckPayload.ID, ModCheckPayload.CODEC);
|
||||
PayloadTypeRegistry.serverboundPlay().register(BookShelfInventoryRequestPayload.ID, BookShelfInventoryRequestPayload.CODEC);
|
||||
PayloadTypeRegistry.serverboundPlay().register(LecternInventoryRequestPayload.ID, LecternInventoryRequestPayload.CODEC);
|
||||
PayloadTypeRegistry.serverboundPlay().register(ShelfInventoryRequestPayload.ID, ShelfInventoryRequestPayload.CODEC);
|
||||
PayloadTypeRegistry.clientboundPlay().register(BookShelfInventoryPayload.ID, BookShelfInventoryPayload.CODEC);
|
||||
PayloadTypeRegistry.clientboundPlay().register(ModCheckPayload.ID, ModCheckPayload.CODEC);
|
||||
|
||||
ServerPlayNetworking.registerGlobalReceiver(
|
||||
BookShelfInventoryRequestPayload.ID,
|
||||
|
||||
+5
-5
@@ -1,4 +1,4 @@
|
||||
version=2.2+26.1
|
||||
version=2.2+26.1-SNAPSHOT.2
|
||||
|
||||
# release, beta & alpha
|
||||
versionType=release
|
||||
@@ -6,7 +6,7 @@ group=com.lukasabbe.bookshelfinspector
|
||||
java_version=25
|
||||
|
||||
# Common
|
||||
minecraft_version=26.1-snapshot-1
|
||||
minecraft_version=26.1-snapshot-2
|
||||
mod_name=BookshelfInspector
|
||||
mod_author=Lukasabbe
|
||||
mod_id=bookshelfinspector
|
||||
@@ -16,14 +16,14 @@ description=Inspect any book in a chiseled bookshelf.
|
||||
minecraft_version_range=[1.21.11, 26.1)
|
||||
|
||||
# https://projects.neoforged.net/neoforged/neoform
|
||||
neo_form_version=26.1-snapshot-1-2
|
||||
neo_form_version=26.1-snapshot-2-1
|
||||
# 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
|
||||
|
||||
# Fabric
|
||||
fabric_version=0.140.0+26.1
|
||||
fabric_loader_version=0.18.3
|
||||
fabric_version=0.141.2+26.1
|
||||
fabric_loader_version=0.18.4
|
||||
|
||||
# NeoForge
|
||||
neoforge_version=21.11.6-beta
|
||||
|
||||
Reference in New Issue
Block a user