Compare commits
3 Commits
v0.16.0
...
b1351f368b
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "${modName}",
|
"name": "${modName}",
|
||||||
"entry": "${modFile}",
|
"entry": "${modFile}",
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"version": "0.15.1",
|
"version": "0.16.1",
|
||||||
"author": "GroupMountain",
|
"author": "GroupMountain",
|
||||||
"description": "Clean Entities",
|
"description": "Clean Entities",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ std::string zh_CN = R"(
|
|||||||
cleaner.command.error.noTarget=没有与选择器匹配的目标
|
cleaner.command.error.noTarget=没有与选择器匹配的目标
|
||||||
cleaner.command.error.playerOnly=该命令只能由玩家执行!
|
cleaner.command.error.playerOnly=该命令只能由玩家执行!
|
||||||
cleaner.command.tps.output=当前服务器实时TPS %1$s §r,平均TPS %2$s
|
cleaner.command.tps.output=当前服务器实时TPS %1$s §r,平均TPS %2$s
|
||||||
cleaner.command.mspt.output=当前服务器实MSPT %1$s
|
cleaner.command.mspt.output=当前服务器实时MSPT %1$s
|
||||||
cleaner.command.clean.output=已成功启动清理任务!
|
cleaner.command.clean.output=已成功启动清理任务!
|
||||||
cleaner.command.voteclean=发起实体清理投票。
|
cleaner.command.voteclean=发起实体清理投票。
|
||||||
cleaner.command.despawntime=已成功将物品消失时间设置为 %1$s 游戏刻
|
cleaner.command.despawntime=已成功将物品消失时间设置为 %1$s 游戏刻
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"format_version": 3,
|
"format_version": 3,
|
||||||
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
|
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
|
||||||
"tooth": "github.com/GroupMountain/Cleaner",
|
"tooth": "github.com/GroupMountain/Cleaner",
|
||||||
"version": "0.16.0",
|
"version": "0.16.1",
|
||||||
"info": {
|
"info": {
|
||||||
"name": "Cleaner",
|
"name": "Cleaner",
|
||||||
"description": "A Powerful Entities Cleaning up Mod for BDS",
|
"description": "A Powerful Entities Cleaning up Mod for BDS",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ end
|
|||||||
-- Option 1: Use the latest version of LeviLamina released on GitHub.
|
-- Option 1: Use the latest version of LeviLamina released on GitHub.
|
||||||
add_requires("levilamina 1.9.5", {configs = {target_type = "server"}})
|
add_requires("levilamina 1.9.5", {configs = {target_type = "server"}})
|
||||||
add_requires("levibuildscript 0.6.0")
|
add_requires("levibuildscript 0.6.0")
|
||||||
add_requires("gmlib 1.9.0")
|
add_requires("gmlib 1.9.1")
|
||||||
add_requires("ilistenattentively 0.11.0")
|
add_requires("ilistenattentively 0.11.0")
|
||||||
|
|
||||||
target("Cleaner") -- Change this to your mod name.
|
target("Cleaner") -- Change this to your mod name.
|
||||||
|
|||||||
Reference in New Issue
Block a user