diff --git a/src/getCollisionShapes.ts b/src/getCollisionShapes.ts index 3596cca2..383adc0e 100644 --- a/src/getCollisionShapes.ts +++ b/src/getCollisionShapes.ts @@ -1,5 +1,5 @@ -import collisionShapesInit from '../generated/latestBlockCollisionsShapes.json' import { getRenamedData } from 'flying-squid/dist/blockRenames' +import collisionShapesInit from '../generated/latestBlockCollisionsShapes.json' // defining globally to be used in loaded data, not sure of better workaround window.globalGetCollisionShapes = (version) => {