From 5e16e302cf43ffb947a068a02202b470740d66a9 Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Tue, 22 Oct 2024 20:41:33 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-22=20=E4=BF=AE=E5=A4=8DBUG=20=E5=8A=A0?= =?UTF-8?q?=E5=85=A5Tick=E6=8C=87=E4=BB=A4=E4=BB=A5=E4=BE=BF=E5=9C=A8Teaco?= =?UTF-8?q?n=E6=B5=8B=E8=AF=95=E6=9C=8D=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- build.gradle | 2 +- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc1c68f..84ba695 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 版本 0.0.3.8 提前介绍c[最终版本对于0.0.4] 【注意:本解釋簡繁混寫,因爲趕時間,所以並不怎麽規範,請諒解】 +# 版本 0.0.3.9 提前介绍c[最终版本对于0.0.4] 【注意:本解釋簡繁混寫,因爲趕時間,所以並不怎麽規範,請諒解】 ## 简介 现在开始你可以用拴绳拴住玩家,也可以拴住自己了,不如尝试拴住彼此来通关我的世界吧( @@ -34,6 +34,8 @@ * `/lp motion [<实体[可多个对象]>] add/set/multiply ` - 给实体添加/设置/倍乘 加速度 +* `/lp tick ...` - 用法同原版Tick,但权限降为2,只用于调试,切勿滥用,后期考虑可能写成区域性的 + ## 游戏规则 * `LP.TeleportWithLeashedPlayers` - 此規則啓用后, 被栓玩家將會随玩家拴绳持有者一起传送 [默认值: True] diff --git a/build.gradle b/build.gradle index 673e6f8..756c00a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'eclipse' id 'idea' id 'maven-publish' - id 'net.neoforged.gradle.userdev' version '7.0.165' + id 'net.neoforged.gradle.userdev' version '7.0.145' } tasks.named('wrapper', Wrapper).configure { diff --git a/gradle.properties b/gradle.properties index 76477df..d80390e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ minecraft_version=1.21.1 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21,1.22) # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.1.61 +neo_version=21.0.157 # The Neo version range can use any version of Neo as bounds neo_version_range=[21.0.0-beta,) # The loader version range can only use the major version of FML as bounds @@ -32,7 +32,7 @@ mod_name=Leashed Player # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=0.0.3.8 +mod_version=0.0.3.9 # 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