UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 132 B
export default interface IJavaBlockTypeData { source: string | undefined; name: string; id: number; data: number; }