UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

5 lines (4 loc) 121 B
import IComponent from "./IComponent"; export default interface IComponentLoot extends IComponent { table: string; }