From d0875f9ddbcbf09670822038eede8b38a61ea676 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Fri, 2 May 2025 18:16:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20constants.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/constants.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kubejs/constants.d.ts b/kubejs/constants.d.ts index 771a4fd..d58b8d5 100644 --- a/kubejs/constants.d.ts +++ b/kubejs/constants.d.ts @@ -155,6 +155,12 @@ type SetBlockPropsOpts = { /** 纹理文件路径,侧面都相同时指定 */ textureSide?: string; + /** 纹理文件路径,南北面都相同时指定 */ + textureSideNS?: string; + + /** 纹理文件路径,东西面都相同时指定 */ + textureSideWE?: string; + /** 纹理文件路径,上下面都相同时指定 */ textureUpDown?: string;