9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +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: data:
item-name: <!i><i18n:item.palm_door> item-name: <!i><i18n:item.palm_door>
model: model:
type: minecraft:model template: default:model/simplified_generated
path: minecraft:item/custom/palm_door arguments:
generation: path: minecraft:item/custom/palm_door
parent: minecraft:item/custom/palm_door
behavior: behavior:
type: block_item type: block_item
block: block:
@@ -379,50 +378,50 @@ items:
model_top_left_generation: model_top_left_generation:
parent: minecraft:block/door_top_left parent: minecraft:block/door_top_left
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_top_right_path: minecraft:block/custom/palm_door_top_right model_top_right_path: minecraft:block/custom/palm_door_top_right
model_top_right_generation: model_top_right_generation:
parent: minecraft:block/door_top_right parent: minecraft:block/door_top_right
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_top_left_open_path: minecraft:block/custom/palm_door_top_left_open model_top_left_open_path: minecraft:block/custom/palm_door_top_left_open
model_top_left_open_generation: model_top_left_open_generation:
parent: minecraft:block/door_top_left_open parent: minecraft:block/door_top_left_open
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_top_right_open_path: minecraft:block/custom/palm_door_top_right_open model_top_right_open_path: minecraft:block/custom/palm_door_top_right_open
model_top_right_open_generation: model_top_right_open_generation:
parent: minecraft:block/door_top_right_open parent: minecraft:block/door_top_right_open
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_bottom_left_path: minecraft:block/custom/palm_door_bottom_left model_bottom_left_path: minecraft:block/custom/palm_door_bottom_left
model_bottom_left_generation: model_bottom_left_generation:
parent: minecraft:block/door_bottom_left parent: minecraft:block/door_bottom_left
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_bottom_right_path: minecraft:block/custom/palm_door_bottom_right model_bottom_right_path: minecraft:block/custom/palm_door_bottom_right
model_bottom_right_generation: model_bottom_right_generation:
parent: minecraft:block/door_bottom_right parent: minecraft:block/door_bottom_right
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_bottom_left_open_path: minecraft:block/custom/palm_door_bottom_left_open model_bottom_left_open_path: minecraft:block/custom/palm_door_bottom_left_open
model_bottom_left_open_generation: model_bottom_left_open_generation:
parent: minecraft:block/door_bottom_left_open parent: minecraft:block/door_bottom_left_open
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
model_bottom_right_open_path: minecraft:block/custom/palm_door_bottom_right_open model_bottom_right_open_path: minecraft:block/custom/palm_door_bottom_right_open
model_bottom_right_open_generation: model_bottom_right_open_generation:
parent: minecraft:block/door_bottom_right_open parent: minecraft:block/door_bottom_right_open
textures: textures:
bottom: minecraft:block/palm_door_bottom bottom: minecraft:block/custom/palm_door_bottom
top: minecraft:block/palm_door_top top: minecraft:block/custom/palm_door_top
recipes: recipes:
default:palm_planks: default:palm_planks:
template: default:recipe/planks template: default:recipe/planks