Type Alias Block_ItemFrame
Block_ItemFrame: { type: "compound"; value: { Item: { type: "compound"; value: object } & Item_ItemStack; ItemDropChance?: { type: "float"; value: number }; ItemRotation?: { type: "float"; value: number }; };} Type declaration
type: "compound"
value: {
Item: { type: "compound"; value: object } & Item_ItemStack;
ItemDropChance?: { type: "float"; value: number };
ItemRotation?: { type: "float"; value: number };
}
Item: { type: "compound"; value: object } & Item_ItemStack
OptionalItemDropChance?: { type: "float"; value: number }
OptionalItemRotation?: { type: "float"; value: number }
Additional fields for [item frame](https://minecraft.wiki/w/item frame).