Hey there!
I am trying to increase the scale of the "mcicons" item "icon_toggleon" and "icon_toggle_on" but whenever I save and do /iareload and /iazip nothing changes to the item. Is it because it is attached to a parent? If so, how do I fix this?
{
"credit": "Made with Blockbench",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mcicons:item/icon_toggle_on"
},
"display": {
"gui": {
"translation": [9.5, -1, 0],
"scale": [2, 2, 2]
}
}
}