I've been trying to figure this out for a solid hour or two, and have looked through all existing issues I could find, and I genuinely dont know what I'm doing wrong.
I want to replace an item's texture (specifically, ATM7's ATM Star) with my own texture (an ingot, 16x16 pixels and a png)
for reference, the ATM Star has the id allthetweaks:atm_star
I've tried:
- adding
atm_star.pnginkubejs/assets/allthetweaks/textures/item - doing the same in
.../assets/kubejs/textures/... - added
event.create('allthetweaks:atm_star').displayName('X Ingot').texture('allthetweaks:item/atm_star')(the name change went through, but not the texture) - the same as the previous attempt but with
kubejs:iteminstead
each time using /reload, if not restarting the game. my mind is exhausted and finally decided to ask, even though I didn't want to as the issue has been raised before.