From 5486e633409595a402643c451966d8829933f0c3 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Sun, 4 Sep 2022 18:49:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=BA=AF=E7=99=BD?= =?UTF-8?q?=E8=89=B2=E5=92=8C=E7=BA=AF=E9=BB=84=E8=89=B2=E8=B7=AF=E6=96=B9?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/startup_scripts/wheat_plus.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index 5ef27bb..9e8cf45 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -113,6 +113,22 @@ onEvent('block.registry', (event) => { hasSlant: false, isBlank: true, }, + { + name: 'road_white', + label: '路 - 白色', + texturePath: 'road/content_white', + hasNormal: true, + hasSlant: false, + isBlank: true, + }, + { + name: 'road_yellow', + label: '路 - 黄色', + texturePath: 'road/content_yellow', + hasNormal: true, + hasSlant: false, + isBlank: true, + }, { name: 'road_line_single_white', label: '路 - 单白线',