Compare commits

...

2 Commits

Author SHA1 Message Date
TheBrokenRail 96bc39c035 Remove Unused Imports From JS Example
ScriptCraft/pipeline/head This commit looks good Details
2020-06-02 18:19:53 -04:00
TheBrokenRail 83038c0b2f Strip Internal 2020-06-02 16:49:57 -04:00
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@
"declaration": true,
"declarationDir": "build/dts",
"moduleResolution": "node",
"resolveJsonModule": true
"resolveJsonModule": true,
"stripInternal": true
},
"include": [
"src/**/*"

View File

@ -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');