Compare commits

..

No commits in common. "96bc39c035b4c0bf6f52326eedec98142329cab7" and "0c4b8a91dc622e46f156a020c5c16949855f2cd2" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
import { BlockSettings, Identifier, Registry, BlockState, ActionResult, BlockItem, ItemSettings, CustomItem, CustomBlockWithEntity, CustomBlockEntity, CompoundTag, NumberType } from 'minecraft';
import { BlockSettings, Identifier, Registry, BlockState, ActionResult, World, Pos, Hand, PlayerEntity, BlockItem, ItemSettings, CustomItem, Direction, LivingEntity, CustomBlockWithEntity, CustomBlockEntity, CompoundTag, NumberType } from 'minecraft';
console.log('hello');