Minecraft Wiki
Advertisement

Sound Events[]

Were the hanging.place and hanging.pop events removed, or did sounds appear so that the debug message no longer shows? Same question about item.chorus_fruit.teleport. – Sealbudsman talk/contr 18:35, 3 December 2015 (UTC)

I don't look at the debug messages, I look at decompiled code. hanging.place and hanging.pop are no longer present in the class (nf) where all the other sound events seem to be defined. item.chorus_fruit.teleport is still present. Anomie x (talk) 19:45, 3 December 2015 (UTC)
Aha. So, note to self, check whether item.chorus_fruit.teleport plays when I have some sound. – Sealbudsman talk/contr 20:17, 3 December 2015 (UTC)

A change "applied" but not written here: assets\minecraft\blockstates\tnt.json[]

In this version, rotation of the top texture of TNT has been removed.
We can see the difference of assets\minecraft\blockstates\tnt.json:
1.8.9

{
    "variants": {
        "normal": [
            { "model": "tnt" },
            { "model": "tnt", "y": 90 },
            { "model": "tnt", "y": 180 },
            { "model": "tnt", "y": 270 }
        ]
    }
}

after 15w49b

{
    "variants": {
        "normal": { "model": "tnt" }
    }
}

The "change" is still present in 1.9 release, but no one has mentioned it yet. Wbxshiori (talk) 18:18, 21 March 2016 (UTC)

After report to Mojang, they said it was a bug fix applied in 15w47a for wrongly rotating right after priming according to Tracker MC-12959. This article doesn't need to update, but article of TNT may need. Wbxshiori (talk) 02:09, 22 March 2016 (UTC)
You're saying, 15w49b is were the model file changes? If so, then yes, you could put a line in this page, in the Changes section, about TNT, about textures no longer randomly rotating. And yes, in the history section of TNT as well. About that bugfix, MC-12959, it's already listed on the 15w47a page; probably best to just leave it as it is. – Sealbudsman talk/contr 02:23, 22 March 2016 (UTC)
I thought it was 15w49b because there was no option of other snapshots between 15w49b and 1.8.9 in the Use Version box. Also, 15w47a wasn't listed in and 15w47c was BELOW 1.8.9. That's why I misunderstood everything. I'm going to add the change in TNT's history section. Wbxshiori (talk) 10:04, 22 March 2016 (UTC)
Advertisement