From 914495c300e8bf37df78f14fa51898a04e3cf4b5 Mon Sep 17 00:00:00 2001 From: sugar Date: Mon, 8 Jul 2024 14:54:48 +0800 Subject: [PATCH] feat: add oml2d-models (#193) [skip ci] ## Summary by CodeRabbit - **Chores** - Added support for the `oml2d-models` package in the `allowPackages` section. Co-authored-by: zoujiale --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6ad869b..4a4c6cd 100644 --- a/package.json +++ b/package.json @@ -233,6 +233,9 @@ "@minecraft" ], "allowPackages": { + "oml2d-models": { + "version": "*" + }, "jspreadsheet-ce": { "version": "*" },