From b49112292cb631370a69fba43e5778a7f76ba29e Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sat, 19 Apr 2025 22:38:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=96=B9=E5=9D=97?= =?UTF-8?q?=E7=A2=B0=E6=92=9E=E7=AE=B1=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/startup_scripts/wheat_plus.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index 3f11784..d1702d1 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -353,7 +353,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_a', - box: [7, 0, 7, 9, 16, 9, true], + box: [0, 0, 0, 9, 16, 9, true], label: '楼梯铁扶手', model: 'building/building_stair_rail_a', texture: '', @@ -361,7 +361,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_a_half', - box: [7, 0, 7, 9, 8, 9, true], + box: [0, 0, 0, 9, 8, 9, true], label: '楼梯铁扶手(半高)', model: 'building/building_stair_rail_a_half', texture: '', @@ -369,7 +369,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_b', - box: [7, 0, 7, 9, 16, 9, true], + box: [0, 0, 7, 16, 16, 9, true], label: '楼梯铁扶手', model: 'building/building_stair_rail_b', texture: '', @@ -377,7 +377,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_b_half', - box: [7, 0, 7, 9, 8, 9, true], + box: [0, 0, 7, 16, 8, 9, true], label: '楼梯铁扶手(半高)', model: 'building/building_stair_rail_b_half', texture: '', @@ -385,7 +385,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_c', - box: [7, 0, 7, 9, 16, 9, true], + box: [0, 0, 7, 9, 16, 9, true], label: '楼梯铁扶手', model: 'building/building_stair_rail_c', texture: '', @@ -393,7 +393,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_c_half', - box: [7, 0, 7, 9, 8, 9, true], + box: [0, 0, 7, 9, 8, 9, true], label: '楼梯铁扶手(半高)', model: 'building/building_stair_rail_c_half', texture: '', @@ -401,7 +401,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_d', - box: [7, 0, 7, 9, 16, 9, true], + box: [0, 0, 7, 16, 16, 9, true], label: '楼梯铁扶手', model: 'building/building_stair_rail_d', texture: '', @@ -409,7 +409,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_e', - box: [7, 0, 7, 9, 16, 9, true], + box: [0, 0, 7, 16, 16, 9, true], label: '楼梯铁扶手', model: 'building/building_stair_rail_e', texture: '', @@ -417,7 +417,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_stair_rail_f', - box: [7, 0, 7, 9, 16, 9, true], + box: [0, 0, 7, 16, 16, 9, true], label: '楼梯铁扶手', model: 'building/building_stair_rail_f', texture: '',