UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

9 lines (8 loc) 154 B
export default interface IBlockTypeData { lid?: number; n: string; ic?: string; mc?: string; m?: string; textureIndex?: number; }