UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 109 B
export default interface IBlockData { typeId: string; state: { [name: string]: any; }; }