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