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

When loading a resource pack on first boot, CIT Resewn will occasionally mistake images for models #405

Open
ic22487 opened this issue May 27, 2024 · 1 comment

Comments

@ic22487
Copy link

ic22487 commented May 27, 2024

First boot is on the left, reloading will not change anything
Edit the model file in any way (including back to the way it was) and it will be the image on the right
Screenshot 2024-05-27 at 1 46 14 PMScreenshot 2024-05-27 at 1 47 19 PM
Screenshot 2024-05-27 at 1 51 38 PM

items=minecraft:packed_ice
model=glacite_helmet
nbt.ExtraAttributes.id=GLACITE_HELMET

Resource Pack is Hypixel+

@DonFlymoor
Copy link

glacite_helmet.json fix for the helmet

{
	"parent": "item/hplus_helmet",
	"textures": {
		"0": "./glacite_helmet_armor",
		"1": "./glacite_helmet"
	},
    "display": {
        "head":{
            "rotation": [0, 0, 0],
			"translation": [0, 0, 0],
			"scale": [1, 1, 1]
        }
    }
}

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