#Custom Wolf texture for wolves named "Copper"

24 messages · Page 1 of 1 (latest)

prisma anvil
#

Hey all! In my custom resource pack, I've made a custom set of tools that use a copper texture variation when "copper" is used in its name. To accompany that, I wanted to make a Copper Robot dog when a wolf is named "Copper." Here is what my properties file looks like atm but the copper wolf texture isnt showing on any wolves named "Copper." I can get the game to render the texture randomly on wolves if I change the weight of skins.1 to be '1 1' instead of '1 0'

#

Im in Minecraft 1.20.4 with the latest versions of the mods for ETF and EMF for that version of Minecraft

#

Here is a screenshot of the texture working correctly when randomized but I want to reserve the texture only for wolves with the custom name

#

funny, just saw that in another thread and was testing that real quick

#

Ill try, one sec :)

#

both of these wolves are named "Copper" and it still isnt working correctly

#

f3+t, yea :/

#

your suggestion worked!

#

I just removed the weights and it only renders the default wolf texture until I name one Copper

#

I guess the weights was breaking some syntax and maybe that forced the mod to look past the .properties file entirely and just render the random textures as if there was no .properties file

#

Thank you for the help!

#

oh in case you know off the top of your head, is there a way to do "ipattern" for mob names like you can for item names?

#

if I do name=ipattern:copper (there are asterisks before and after copper) will it allow for if copper shows up anywhere in the name and negate case-sensitivity?

#

fantastic! Thanks :) learning more about this stuff every day hehe

#

Can you do a list of acceptable names that will trigger the texture and what would the syntax for that be?

#

entities

#

one sec

#

im curious if I could make the wolf texture render as the copper dog texture if the name includes EITHER copper OR (as a test) name2

#

yea that syntax doesnt seem to work, with or without commas

#

maybe I just have to make a 2nd line for name variations

#

This works

#

Thats good enough for me haha

#

thanks again, sorry I had more questions than anticipated xD