9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-19 14:59:13 +00:00

Update converter.sh

This commit is contained in:
Kas-tle
2022-08-31 23:50:24 -07:00
committed by GitHub
parent 76c524eefa
commit 9b776cb647

View File

@@ -911,7 +911,7 @@ if test -f ${merge_input}; then
jq -s '
{
"resource_pack_name": "geyser_custom",
"texture_name": "atlas.items",
"texture_name": "atlas.terrain",
"texture_data": (.[1].texture_data + .[0].texture_data)
}
' ./target/rp/textures/terrain_texture.json ./inputbedrockpack/textures/terrain_texture.json | sponge ./target/rp/textures/terrain_texture.json