#Cannot replace texture?

8 messages · Page 1 of 1 (latest)

gentle linden
#

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.png in kubejs/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:item instead

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.

deep zealotBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

brisk pine
#

to start with this is not the correct discord server to do it in, as this is vanilla behavior

#

did you check where they store the texture? you have to put it in the same place

#

look up info on texturepacks on the minecraft wiki

#

your first attempt in that list is what you should be doing, but maybe its not the correct path

gentle linden
#

i see, so doing a texture pack is the answer after all

#

thank you