From 96bc39c035b4c0bf6f52326eedec98142329cab7 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 2 Jun 2020 18:19:53 -0400 Subject: [PATCH] Remove Unused Imports From JS Example --- .../javascript/src/main/resources/scriptcraft/modid/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript/src/main/resources/scriptcraft/modid/index.js b/examples/javascript/src/main/resources/scriptcraft/modid/index.js index 0a27509..46751a7 100644 --- a/examples/javascript/src/main/resources/scriptcraft/modid/index.js +++ b/examples/javascript/src/main/resources/scriptcraft/modid/index.js @@ -1,4 +1,4 @@ -import { BlockSettings, Identifier, Registry, BlockState, ActionResult, World, Pos, Hand, PlayerEntity, BlockItem, ItemSettings, CustomItem, Direction, LivingEntity, CustomBlockWithEntity, CustomBlockEntity, CompoundTag, NumberType } from 'minecraft'; +import { BlockSettings, Identifier, Registry, BlockState, ActionResult, BlockItem, ItemSettings, CustomItem, CustomBlockWithEntity, CustomBlockEntity, CompoundTag, NumberType } from 'minecraft'; console.log('hello');