CIT Resewn

CIT Resewn

14M Downloads

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

ic22487 opened this issue · 1 comments

commented

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+

commented

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]
        }
    }
}