Type Alias Block_EnchantmentTable
Block_EnchantmentTable: {
type: "compound";
value: {
CustomName?: { type: "string"; value: string };
rott: { type: "float"; value: number };
};
}
Type declaration
type: "compound"
value: {
CustomName?: { type: "string"; value: string };
rott: { type: "float"; value: number };
}
OptionalCustomName?: { type: "string"; value: string }
rott: { type: "float"; value: number }
Additional fields for [Enchantment table](https://minecraft.wiki/w/Enchantment table).