door replaced with wooden_door (id rename)

This commit is contained in:
MihailRis 2024-06-10 17:48:04 +03:00
parent aadf2386eb
commit 26a0dc5f43
6 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{ {
"material": "base:wood", "material": "base:wood",
"texture-faces": [ "texture-faces": [
"door_side", "wooden_door_side",
"door_side", "wooden_door_side",
"door_top", "wooden_door_top",
"door_top", "wooden_door_top",
"door", "wooden_door",
"door" "wooden_door"
], ],
"light-passing": true, "light-passing": true,
"sky-light-passing": true, "sky-light-passing": true,

View File

@ -1,4 +1,7 @@
{ {
"items": [
"bazalt_breaker"
],
"blocks": [ "blocks": [
"dirt", "dirt",
"grass_block", "grass_block",
@ -23,9 +26,6 @@
"pipe", "pipe",
"lightbulb", "lightbulb",
"torch", "torch",
"door" "wooden_door"
],
"items": [
"bazalt_breaker"
] ]
} }

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB