9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-27 02:29:06 +00:00

Update README.md

This commit is contained in:
Kas-tle
2022-10-22 00:40:03 -07:00
committed by GitHub
parent 22f7807ad0
commit 9e4e9600ac

View File

@@ -22,7 +22,7 @@ For example:
```
If you prepare 2D sprites for your 3D models, you can provide the converter with mappings for these sprites to be incorporated into item_texture.json and the exported Geyser mappings. To do so, simply include a file called `sprites.json` in the root of your Java resource pack. The format of this file is as follows:
```
```json
{
"leather": [
{
@@ -117,4 +117,4 @@ wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && sudo
If you install spritesheet-js globally, but the script fails due to missing the dependency, ensure that the folder containing your global node modules is added to your path. If, after installing, `which spritesheet-js` returns no output, you may add global node modules to your path by:
```sh
echo "export PATH=$PATH:$(npm config --global get prefix)/bin" >> ~/.bashrc && source ~/.bashrc
```
```