diff --git a/converter.sh b/converter.sh index 48d3102..d936fd1 100755 --- a/converter.sh +++ b/converter.sh @@ -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