9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 04:46:37 +00:00

fix(block): 解决棕榈木门纹理

This commit is contained in:
jhqwqmc
2025-06-19 11:39:07 +08:00
parent cc57bf8bfa
commit 73b127a5be
2 changed files with 19 additions and 20 deletions

View File

@@ -340,10 +340,9 @@ items:
data:
item-name: <!i><i18n:item.palm_door>
model:
type: minecraft:model
path: minecraft:item/custom/palm_door
generation:
parent: minecraft:item/custom/palm_door
template: default:model/simplified_generated
arguments:
path: minecraft:item/custom/palm_door
behavior:
type: block_item
block:
@@ -379,50 +378,50 @@ items:
model_top_left_generation:
parent: minecraft:block/door_top_left
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_top_right_path: minecraft:block/custom/palm_door_top_right
model_top_right_generation:
parent: minecraft:block/door_top_right
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_top_left_open_path: minecraft:block/custom/palm_door_top_left_open
model_top_left_open_generation:
parent: minecraft:block/door_top_left_open
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_top_right_open_path: minecraft:block/custom/palm_door_top_right_open
model_top_right_open_generation:
parent: minecraft:block/door_top_right_open
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_bottom_left_path: minecraft:block/custom/palm_door_bottom_left
model_bottom_left_generation:
parent: minecraft:block/door_bottom_left
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_bottom_right_path: minecraft:block/custom/palm_door_bottom_right
model_bottom_right_generation:
parent: minecraft:block/door_bottom_right
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_bottom_left_open_path: minecraft:block/custom/palm_door_bottom_left_open
model_bottom_left_open_generation:
parent: minecraft:block/door_bottom_left_open
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
model_bottom_right_open_path: minecraft:block/custom/palm_door_bottom_right_open
model_bottom_right_open_generation:
parent: minecraft:block/door_bottom_right_open
textures:
bottom: minecraft:block/palm_door_bottom
top: minecraft:block/palm_door_top
bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/custom/palm_door_top
recipes:
default:palm_planks:
template: default:recipe/planks