UNPKG

mdkjs

Version:

mdk is a framework for developing Datapacks for Minecraft. It uses the typescript language.

7 lines (6 loc) 199 B
export * from './CraftingShaped'; export * from './CraftingShapeless'; export * from './RecipeAbstract'; export * from './Smelting'; export * from './Smithing'; export * from './StoneCutting';