UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 291 B
import IComponentExperienceReward from "./IComponentExperienceReward"; import IComponentTypeFamily from "./IComponentTypeFamily"; export default interface IEntityComponents { "minecraft:experience_reward": IComponentExperienceReward; "minecraft:type_family": IComponentTypeFamily; }