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: '路 - 单白线',