refactor: 移动透明纹理图片到 common 文件夹
This commit is contained in:
@@ -134,7 +134,7 @@ onEvent('block.registry', (event) => {
|
||||
{
|
||||
name: 'road_blank',
|
||||
label: '路 - 空白',
|
||||
texturePath: 'transparent',
|
||||
texturePath: 'common/transparent',
|
||||
hasNormal: true, // 普通 / 直线
|
||||
hasSlant: false, // 斜线
|
||||
hasSide: false, // 侧边纹理
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user