mojira.dev

Aucordier Jason

Assigned

No issues.

Reported

MC-44829 Unable to load Twitch librairies Fixed

Comments

The bug is resolved in the new snapshots, the 64bits Twitch librairies are present in the .minecraft folder, you can change this bug report to "resolved" 🙂

Hartspoon > Ok sorry I've read too quickly ^^'

It's cool but, again, not perfect... we can't know how many players are present on a server with "testfor @a", we can't make a "testfor @a[x=0,y=60,z=0,r=30000000]" to be sure the testfor select "ALL" the players on the server no ?

The solution is to let the selectors count the dead players but with another parameter named, for example: "alive" and its value is a boolean so, we can select all the players alive, or all the players dead or both (@a[alive=true], @a[alive=false], @a[alive=both]).
This is a solution that everyone will agree, I think x')

I know why it's not work... the only one Twitch librairie present in my .minecraft folder is named (approximatively) "twitch-natives-32.jar" When I launch Minecraft with a 32-bit Java I can go in the Broadcast Settings... so the 64-bits librairies is missing...

oh ok, I've linked my Twitch account and it exists ^^ (I've already stream with my twitch account)

I've migrated my Minecraft account and linked it to my Twitch account, the question is, what's your tell a "valid" twitch account ?

I've added it, I don't know this "shortcut" before ^^ thank you 🙂

It does not work again in 13w39b :/

I confirm this bug:

/scoreboard objectives add playing dummy Play
/scoreboard objectives setdisplay sidebar playing
/scoreboard players set @a playing 1

I have no display on the sidebar.

I confirm again, I've tried this examples:

summon Zombie ~ ~ ~-1 {DropChances:[1.00,1.00,1.00,1.00,1.00],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[1.000,1.000,1.000,1.000,1.000],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[1,1,1,1,1],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[1.0,1.0,1.0,1.0,1.0],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}

And... it's stupid but I've tried this too:

summon Zombie ~ ~ ~-1 {DropChances:[0:{val:1}],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[0:{value:1}],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[0:{Value:1}],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[{0:1}],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}
summon Zombie ~ ~ ~-1 {DropChances:[{0:1},{1:1},{2:1},{3:1},{4:1}],Equipment:[{id:276,tag:{ench:[{id:16,lvl:5}]}},{id:313},{id:312},{id:311},{id:310}]}

None of them worked and I've extracted the chunk where is the Zombie with MCEdit and opened it with NBTExplorer and all values of "DropChances" has set to "0.85"