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:
@@ -911,7 +911,7 @@ if test -f ${merge_input}; then
|
|||||||
jq -s '
|
jq -s '
|
||||||
{
|
{
|
||||||
"resource_pack_name": "geyser_custom",
|
"resource_pack_name": "geyser_custom",
|
||||||
"texture_name": "atlas.items",
|
"texture_name": "atlas.terrain",
|
||||||
"texture_data": (.[1].texture_data + .[0].texture_data)
|
"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
|
' ./target/rp/textures/terrain_texture.json ./inputbedrockpack/textures/terrain_texture.json | sponge ./target/rp/textures/terrain_texture.json
|
||||||
|
|||||||
Reference in New Issue
Block a user