1
0

refactor: 调整纹理文件路径

This commit is contained in:
2022-09-04 18:48:44 +08:00
parent 78b0f75973
commit cac6df7e83
7 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"particle": "wheat_plus:block/road/base",
"texture": "wheat_plus:block/road/base",
"side": "wheat_plus:block/road/base_bevel_side",
"content": "wheat_plus:block/road/content"
"content": "wheat_plus:block/road/content_gray"
},
"elements": [
{

View File

@@ -5,7 +5,7 @@
"textures": {
"particle": "wheat_plus:block/road/base",
"base": "wheat_plus:block/road/base",
"content": "wheat_plus:block/road/content",
"content": "wheat_plus:block/road/content_gray",
"side": "wheat_plus:block/transparent"
},
"elements": [

View File

@@ -5,7 +5,7 @@
"textures": {
"particle": "wheat_plus:block/road/base",
"base": "wheat_plus:block/road/base",
"content": "wheat_plus:block/road/content",
"content": "wheat_plus:block/road/content_gray",
"side": "wheat_plus:block/transparent"
},
"elements": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB