From 2baee8d9c38f42cbabca3b0e35c667f1a1c86166 Mon Sep 17 00:00:00 2001 From: way-zer Date: Tue, 3 May 2022 00:02:11 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9235e7d..f35a4f4 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ A (h)json file. According to it modify all contents property. Client will auto load patch in `config/contents-patch/default.(h)json` (if exists) And will load patch according to map info or server command.(May auto download patch for server) +### 与内容包对比 vs `Contents Pack` + +内容补丁为新功能,相比有诸多优势。支持服务器发送,支持离线游玩,抗sync,支持游戏中加载(无需重新加载地图)。 +以及更好的Mod兼容性,使用Patch甚至可以修改其他Mod的属性。 +`Contents Patch` is a newer feature, many advantages: Support offline, Anti `sync`, Load when play(no need to reload world). +And better mod compatibility, you can even patch other mod content. + +局限性:不能修改物品的类型; 不能使用java代码 +Limit: Can't change content type; Can't use java code. + ### 示例 Exmaple ```json5