misode / vscode-nbt

NBT extension for VSCode
https://marketplace.visualstudio.com/items?itemName=Misodee.vscode-nbt
MIT License
167 stars 12 forks source link

Need delete bad feature #40

Closed Max-RM closed 1 year ago

Max-RM commented 1 year ago

the new version cannot open the NBT file without internet while the old version 0.6.8 can work without internet.

Btw I can use it on Android Screenshot_2023-01-23-10-58-38-244_com realvnc viewer android

misode commented 1 year ago

Assets are no longer packaged with the extension, they are fetched from mcmeta. This was a required change in order to support multiple versions.

The first time you open a structure made in a certain version it will do a web request, but the results are cached so you will be able to use the extension without a connection in the future for the same versions.