Block_EnchantmentTable: {
    type: "compound";
    value: {
        CustomName?: { type: "string"; value: string };
        rott: { type: "float"; value: number };
    };
}

Additional fields for [Enchantment table](https://minecraft.wiki/w/Enchantment table).

Type declaration

  • type: "compound"
  • value: {
        CustomName?: { type: "string"; value: string };
        rott: { type: "float"; value: number };
    }
    • OptionalCustomName?: { type: "string"; value: string }

      (May not exist) The name of this enchantment table.

    • rott: { type: "float"; value: number }

      The clockwise rotation of the book in radians. Top of the book points West when 0.