rbxts-vex 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -18,11 +18,12 @@ An efficient, performance-minded voxel destruction model.
|
|
|
18
18
|
Created by EternalEthel/qrisquinn. Ported to Typescript for rbxts by savruun.
|
|
19
19
|
|
|
20
20
|
> [!IMPORTANT]
|
|
21
|
-
> This package is a port of [Vex 2.0](https://devforum.roblox.com/t/vex-20-remastered-for-your-voxel-destruction-needs/1619456) last updated in January of 2022 meaning this package is not updated anymore.
|
|
21
|
+
> This package is a port of [Vex 2.0](https://devforum.roblox.com/t/vex-20-remastered-for-your-voxel-destruction-needs/1619456) last updated in January of 2022 meaning this package is not updated anymore. I am also NOT currently in the rbxts repo, this means you will have to drag rbxts-vex into your node_modules folder before use.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
### Installation
|
|
25
25
|
Install package via [NPM](https://www.npmjs.com/package/rbxts-vex):
|
|
26
|
+
Drag rbxts-vex folder in node_modules folder.
|
|
26
27
|
|
|
27
28
|
```sh
|
|
28
29
|
npm i rbxts-vex
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rbxts-vex",
|
|
3
3
|
"main": "src/init.luau",
|
|
4
4
|
"types": "src/index.d.ts",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.4",
|
|
6
6
|
"description": "An efficient, performance-minded voxel destruction model. Created by EternalEthel/qrisquinn (same person).",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "kunosyn",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"roblox-ts",
|
|
11
11
|
"rbxts",
|
|
12
12
|
"voxel",
|
|
13
|
-
"destruction"
|
|
13
|
+
"destruction",
|
|
14
|
+
"vex"
|
|
14
15
|
],
|
|
15
16
|
"files": [
|
|
16
17
|
"src"
|