CITResewn
CITResewn copied to clipboard
When loading a resource pack on first boot, CIT Resewn will occasionally mistake images for models
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
items=minecraft:packed_ice
model=glacite_helmet
nbt.ExtraAttributes.id=GLACITE_HELMET
Resource Pack is Hypixel+
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]
}
}
}