tterrag1098 / CustomThings

Adding basic custom items to minecraft via JSON files
Mozilla Public License 2.0
18 stars 8 forks source link

[1.10.2] Item texture not working #56

Closed bortooo closed 7 years ago

bortooo commented 7 years ago

Custom item texture don't work Model: bedrockiumingot.json Config: customItem.json

gdarai commented 7 years ago

I have to repot the same issue. Also, when I list all items by minetweaker, I am reading strange behaviour: My new Item in customItems.json "name":"coin" is registered in minetweaker as isn't it strange? BTW, the version is also 1.10.2

gdarai commented 7 years ago

To add to this topic, when I add second item, mine tweaker sees only the first one, even those minecraft has both registered. Adding the customIems.json to be clear:

{"data":
    [
        {
            "name":"coin",
            "rarity":"rare",
            "enchanted":true
        },
        {
            "name":"wood_rod",
            "rarity":"common",
            "enchanted":false
        }
    ]
}
tterrag1098 commented 7 years ago

that behavior is normal, all basic items in CustomThings share the same item object, they just use different damage values. To specify them in MT you need to use damage, so it would be for instance.

tterrag1098 commented 7 years ago

Fixed via 08df8cb9ebed52f0bf0354b89d2d7ec1710161fe