diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index bcb37c5..74b22ca 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -1892,6 +1892,55 @@ function regBlockRoad(event) { rotatable: true, texturePath: 'road/line/double_yellow_slant', }, + { + name: 'road_mark_arrow_f', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_f', + }, + { + name: 'road_mark_arrow_fl', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_fl', + }, + { + name: 'road_mark_arrow_flr', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_flr', + }, + { + name: 'road_mark_arrow_fr', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_fr', + }, + { + name: 'road_mark_arrow_l', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_l', + }, + { + name: 'road_mark_arrow_lr', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_lr', + }, + { + name: 'road_mark_arrow_r', + label: '路 - 标记 - 箭头', + hasSide: false, + rotatable: true, + texturePath: 'road/mark/arrow_r', + }, ]; blockList.forEach((config) => { diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_f.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_f.png new file mode 100644 index 0000000..651c2a0 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_f.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_fl.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_fl.png new file mode 100644 index 0000000..d43b0b0 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_fl.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_flr.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_flr.png new file mode 100644 index 0000000..556d4dd Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_flr.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_fr.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_fr.png new file mode 100644 index 0000000..70014aa Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_fr.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_l.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_l.png new file mode 100644 index 0000000..f9993cc Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_l.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_lr.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_lr.png new file mode 100644 index 0000000..b622c0b Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_lr.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_r.png b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_r.png new file mode 100644 index 0000000..47c0c4e Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/road/mark/arrow_r.png differ