different textures for custom items using the same base item

is it possible to use the warped fungus on a stick for multiple custom textures (i added more than one in the overrides and it didnt work){ { "parent": "minecraft:item/handheld_rod", "textures": { "layer0": "minecraft:item/warped_fungus_on_a_stick" }, "overrides":[ {"predicate":{"custom_model_data":100},"model" :"minecraft:item/rune_love"}, {"predicate":{"custom_model_data":101},"model" :"minecraft:item/rune_joy"} ] } { "parent": "minecraft:item/handheld_rod", "textures": { "layer0": "minecraft:item/rune_love" } } { "parent": "minecraft:item/handheld_rod", "textures": { "layer0": "minecraft:item/rune_love" } }
Continue to help post