Hey guys so i was able to pull off the standby texture but i am struggling to put the pulling textures too
its not showing when i charge the bow
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "geyser_custom:molten_bow",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/items/bow_standby",
"bow_pulling_0": "textures/items/bow_pulling_0",
"bow_pulling_1": "textures/items/bow_pulling_1",
"bow_pulling_2": "textures/items/bow_pulling_2",
"enchanted": "textures/misc/enchanted_item_glint"
}
}
}
}
item texture
{
"resource_pack_name": "Molten Armor and Items Textures",
"texture_name": "atlas.items",
"texture_data": {
"molten_helmet": {
"textures": "textures/items/molten_helmet"
},
"molten_chestplate": {
"textures": "textures/items/molten_chestplate"
},
"molten_leggings": {
"textures": "textures/items/molten_leggings"
},
"molten_boots": {
"textures": "textures/items/molten_boots"
},
"molten_magma_animated_weapon_set_axe": {
"textures": "textures/items/molten_axe"
},
"molten_magma_animated_weapon_set_bow": {
"textures": "textures/items/bow_standby",
"bow_pulling_0": "textures/items/bow_pulling_0",
"bow_pulling_1": "textures/items/bow_pulling_1",
"bow_pulling_2": "textures/items/bow_pulling_2"
}
}
}