CITResewn icon indicating copy to clipboard operation
CITResewn copied to clipboard

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

Open ic22487 opened this issue 1 year ago • 1 comments

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+

ic22487 avatar May 27 '24 19:05 ic22487

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

DonFlymoor avatar Jun 21 '24 18:06 DonFlymoor