diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index 267d23b..f71f858 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -134,7 +134,7 @@ onEvent('block.registry', (event) => { { name: 'road_blank', label: '路 - 空白', - texturePath: 'transparent', + texturePath: 'common/transparent', hasNormal: true, // 普通 / 直线 hasSlant: false, // 斜线 hasSide: false, // 侧边纹理 diff --git a/resourcepack/assets/wheat_plus/models/block/road/base_full.json b/resourcepack/assets/wheat_plus/models/block/road/base_full.json index 37c055f..c5c52e3 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/base_full.json +++ b/resourcepack/assets/wheat_plus/models/block/road/base_full.json @@ -6,7 +6,7 @@ "particle": "wheat_plus:block/road/base", "base": "wheat_plus:block/road/base", "content": "wheat_plus:block/road/content_gray", - "side": "wheat_plus:block/transparent" + "side": "wheat_plus:block/common/transparent" }, "elements": [ { diff --git a/resourcepack/assets/wheat_plus/models/block/road/base_half.json b/resourcepack/assets/wheat_plus/models/block/road/base_half.json index 8f2170d..ee18c09 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/base_half.json +++ b/resourcepack/assets/wheat_plus/models/block/road/base_half.json @@ -6,7 +6,7 @@ "particle": "wheat_plus:block/road/base", "base": "wheat_plus:block/road/base", "content": "wheat_plus:block/road/content_gray", - "side": "wheat_plus:block/transparent" + "side": "wheat_plus:block/common/transparent" }, "elements": [ { diff --git a/resourcepack/assets/wheat_plus/textures/block/transparent.png b/resourcepack/assets/wheat_plus/textures/block/common/transparent.png similarity index 100% rename from resourcepack/assets/wheat_plus/textures/block/transparent.png rename to resourcepack/assets/wheat_plus/textures/block/common/transparent.png