Releases: atampy25/quickentity-rs
Releases · atampy25/quickentity-rs
3.1
QuickEntity 3.1.
A utility script (requires Node.js) is also available which will automatically convert QuickEntity JSONs and patch JSONs from 3.0 to 3.1. Run npm install in the folder and then use updateJSON.bat "someFolder\XYZ.entity.json" "someFolder\updatedXYZ.entity.json"
or updatePatch "someFolder\XYZ.entity.patch.json" "someFolder\blabla.entity.patch.json"
.
3.0
QuickEntity 3.0.
A utility script (requires Node.js) is also available which will automatically convert QuickEntity JSONs and patch JSONs from 2.1 to 3.0. Run npm install
in the folder and then use updateJSON.bat "someFolder\XYZ.entity.json" "someFolder\updatedXYZ.entity.json"
or updatePatch "someFolder\XYZ.entity.patch.json" "someFolder\blabla.entity.patch.json"
.