1
0

refactor: 移动透明纹理图片到 common 文件夹

This commit is contained in:
2022-09-12 22:56:24 +08:00
parent 9927e3862a
commit 0fa577d1f2
4 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ onEvent('block.registry', (event) => {
{
name: 'road_blank',
label: '路 - 空白',
texturePath: 'transparent',
texturePath: 'common/transparent',
hasNormal: true, // 普通 / 直线
hasSlant: false, // 斜线
hasSide: false, // 侧边纹理

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB