We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1d1fa commit f895412Copy full SHA for f895412
1 file changed
scripts/ProtoForm/test.js
@@ -1,7 +1,7 @@
1
import {
2
world,Player
3
} from "@minecraft/server";
4
-import ProtoForm from "index.js";
+import { ProtoForm } from "index.js";
5
const actionform = new ProtoForm({
6
title: "Test ActionForm",
7
body: "Body...",
@@ -14,4 +14,4 @@ world.afterEvents.entityHitBlock.subscribe(({damagingEntity: player}) => {
14
if (player instanceof Player) {
15
actionform.show(player)
16
}
17
-})
+})
0 commit comments