đģ Special
Introdcutionâ
Render a special model.
When using minecraft:special, you need to specify a speical model type. path argument is required for the base model rendering.
items:
default:gui_head_size_1:
model:
type: minecraft:special
path: minecraft:item/custom/gui_head_size_1
model:
type: minecraft:head
kind: player
Special Modelsâ
Check https://minecraft.wiki/w/Items_model_definition#special for the explanation of each argument.
minecraft:tridentâ
Render a trident.
minecraft:conduitâ
Render conduit.
minecraft:shieldâ
Render a shield. Uses patterns from
minecraft:banner_patternscomponent and color fromminecraft:base_colorcomponent.
minecraft:decorated_potâ
Render a decorated pot. Uses values from
minecraft:pot_decorationscomponent.
minecraft:hanging_signâ
Renders a hanging sign.
model:
type: "minecraft:hanging_sign"
attachment: "ceiling_middle" # 26.1+
wood_type: "oak"
texture: ...
minecraft:standing_signâ
Renders a standing sign.
model:
type: "minecraft:standing_sign"
attachment: "ground" # 26.1+
wood_type: "oak"
texture: ...
minecraft:headâ
Render a head. [Uses profile from
minecraft:profilecomponent when applicable. (1.21.4-1.21.5)]
model:
type: "minecraft:head"
kind: player
texture: ...
animation: 0.0
minecraft:player_head (1.21.6+)â
Render a head. Uses profile from
minecraft:profilecomponent when applicable.
model:
type: "minecraft:player_head"
minecraft:chestâ
Render a single chest.
model:
type: "minecraft:chest"
chest_type: "single" # 26.1+
openness: 0.0
texture: ...
minecraft:shulker_boxâ
Render a shulker box.
model:
type: "minecraft:shulker_box"
openness: 0.0
orientation: up # 1.21.4~1.21.11
texture: ...
minecraft:bedâ
Render a whole bed.
model:
type: "minecraft:bed"
part: "head" # 26.1+
texture: ...
minecraft:bannerâ
Render a banner with patterns from
minecraft:banner_patternscomponent.
model:
type: "minecraft:banner"
attachment: "ground" # 26.1+
color: white
minecraft:copper_golem_statueâ
Render a copper golem statue.
model:
type: "minecraft:copper_golem_statue"
pose: sitting
texture: ...
minecraft:bell (26.1+)â
Render the animated part of a Bell block.
minecraft:book (26.1+)â
Render the book that normally is a part of Enchanting Table and Lectern.
model:
type: "minecraft:book"
open_angle: 0
page1: 0
page2: 0
minecraft:end_cube (26.1+)â
Render a cube with the same texture effects as the End Portal and the End Gateway blocks.
model:
type: "minecraft:end_cube"
effect: "portal"