Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Activated" Heroes Relic textures are not displaying when I enchant my weapons. [1.20.4] [Fire Emblem 3 Blocks] #404

Open
Daralexen05 opened this issue May 24, 2024 · 1 comment

Comments

@Daralexen05
Copy link

I use this resource pack that adds weapons from Fire Emblem Three Houses as CITs over vanilla tools. One of the features of this pack is to provide an "activated" texture to the Hero relics when they are enchanted. For example, naming a Netherite Axe with Sharpness "Freikugel" will have a custom texture that looks like the orange version of the weapon. I have done this so many times, and the CITs for the activated weapons do not display. Just the normal weapon CIT skin with the vanilla enchanted glint. Is this an issue on CIT Resewn's end, or is it an issue in the resource pack?
freikugel
type=item
matchItems=netherite_axe
model=optifine/cit/fe3blocks/base/melee
texture=freikugel
nbt.display.Name=ipattern:freikugel

freikugel_u
type=item
matchItems=netherite_axe
model=optifine/cit/fe3blocks/base/melee
texture=freikugel_u
enchantmentIDs=sharpness
nbt.display.Name=ipattern:freikugel *

@HiWord9
Copy link

HiWord9 commented May 24, 2024

the name patter specified for activated texture is ipattern:freikugel *, with * wildcard it means that the name should start with freikugel and any symbols after. Note that there is a space between freikugel and *. The problem is that the space after freikugel is necessary.

from planetminecraft

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants