SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
143 stars 71 forks source link

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

Open ic22487 opened 1 month ago

ic22487 commented 1 month ago

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 PM<img width="197" alt="Screenshot 2024-05-27 at 1 47 19 PM" src="https://github.com/SHsuperCM/CITResewn/assets/61802721/b91ea4de-67b4-4860-8a67-1122f5743e28"> <img width="469" alt="Screenshot 2024-05-27 at 1 51 38 PM" src="https://github.com/SHsuperCM/CITResewn/assets/61802721/25cd4a21-d4f1-4078-914e-7289c3123ef1">

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

Resource Pack is Hypixel+

DonFlymoor commented 2 weeks ago

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