From 88b9d20e0148c2cf76a8afcdef21790849c9ea22 Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Sat, 2 May 2026 17:30:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=92=8C=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 7 +++++++ gradle.properties | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ee79dce..466093d 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,13 @@ neoForge { systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id } + clientAuth { + client() + devLogin = true + // Comma-separated list of namespaces to load gametests from. Empty = all namespaces. + systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id + } + server { server() programArgument '--nogui' diff --git a/gradle.properties b/gradle.properties index 99f9b50..f9ee757 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,11 +7,11 @@ org.gradle.configuration-cache=true ## Environment Properties # You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge # The Minecraft version must agree with the Neo version to get a valid artifact -minecraft_version=1.26.1.2 +minecraft_version=26.1.2 # The Minecraft version range can use any release version of Minecraft as bounds. # Snapshots, pre-releases, and release candidates are not guaranteed to sort properly # as they do not follow standard versioning conventions. -minecraft_version_range=[1.26.1.2,1.27) +minecraft_version_range=[26.1.2,27) # The Neo version must agree with the Minecraft version to get a valid artifact neo_version=26.1.2.36-beta # The Neo version range can use any version of Neo as bounds @@ -33,8 +33,8 @@ mod_version=0.0.1 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html -mod_group_id=top.r3944realms +mod_group_id=top.r3944realms.lendandregret # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. mod_authors=R3944Realms # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. -mod_description=Borrow me diamonds? Here’s a fish in three days. No questions. +mod_description=Borrow me diamonds? Here's a fish in three days. No questions.