diff --git a/src/internal/behavior-pack/index.ts b/src/internal/behavior-pack/index.ts index 755187b..327f8a8 100644 --- a/src/internal/behavior-pack/index.ts +++ b/src/internal/behavior-pack/index.ts @@ -4,4 +4,5 @@ export * from "./animation"; export * from "./animation-controller"; export * from "./block"; export * from "./entity"; -export * from "./item"; \ No newline at end of file +export * from "./item"; +export * from "./feature";