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:23:38 -07:00
committed by GitHub
parent 0bef4c6791
commit 76c524eefa

View File

@@ -328,8 +328,6 @@ jq -nc '
{
"resource_pack_name": "geyser_custom",
"texture_name": "atlas.terrain",
"padding": 8,
"num_mip_levels": 4,
"texture_data": {
}
}
@@ -914,8 +912,6 @@ if test -f ${merge_input}; then
{
"resource_pack_name": "geyser_custom",
"texture_name": "atlas.items",
"padding": 8,
"num_mip_levels": 4,
"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