How to change Wither Skeleton skull drop rates (1.9)

How to change Wither Skeleton skull drop rates (1.9) - Pile Of Human Skulls

I'm aware that it is possible to change loot tables for mobs in Minecraft 1.9, making Ender Dragons drop an Elytra for example. This can be done either by creating a custom loot table or changing its entity data. For this example the command would be the following:

/entitydata @e[type=EnderDragon,tag=!hasTable] {ArmorDropChances:[0:1.1f,1:1.1f,2:1.1f,­3:1.1f],ArmorItems:[0:{},1:{},2:{id:elyt­ra,Count:1},3:{}],Tags:["hasTable"]}

Considering this, how would it be possible to make it so that Wither Skeletons always drop a skull?



Best Answer

I can't do it with loot tables, but I can still help you. Get a repeating command block and input:

/scoreboard objectives add test stat.killEntity.WitherSkeleton

Next, in the same direction as that command block is facing, place a chain command block and input this:

execute @p[score_test_min=1] ~ ~ ~ summon minecraft:wither_skull ~ ~ ~

which is good if your inventory is filling up fast, or

give @p[score_test_min=1] minecraft:skull 1 1

which is great if you're on a server and don't want people pinching your skulls. Next place another chain command block with:

/scoreboard players set @p[score_test_min=1] test 0

Note: Replace 'test' with the name of a scoreboard of your choosing, set the repeating command block to always active and unconditional, set the others to always active and conditional. This is multiplayer-friendly.

Bonus: If you use this for something more common (like cows and leather, for example), you might want to limit the availability by imposing a second requirement. To do this, put another repeating command block in place. Whichever repeating command block is closest to the chain command blocks can be a chain command block, but it must be set to conditional.

An example of a different kind of restriction is:

{SelectedItem:{id:minecraft:iron_axe,tag:{display:{Name:"Sacrificial Axe"}}}}

Best of luck!




Pictures about "How to change Wither Skeleton skull drop rates (1.9)"

How to change Wither Skeleton skull drop rates (1.9) - Selective Focus Photography of Skeleton
How to change Wither Skeleton skull drop rates (1.9) - Young female with sugar skull make up and hair decorated with flowers for celebrating Halloween
How to change Wither Skeleton skull drop rates (1.9) - Handmade skeleton of predatory fish with sharp teeth in black frame hanging on wall



How do you increase wither skeleton head drop rate?

In order for a Wither skull to drop, players must kill the Wither skeleton. It is not guaranteed that the player will get a skull drop every time, but there is a 2.5% chance that the mob will drop it upon death. Minecraft Players can apply the looting enchantment to their sword to increase these chances.

Does difficulty affect wither skull drops?

The higher your difficulty, the more likely you are to get custom item drops... not necessarily rare items. My understanding is that difficulty doesn't affect wither skeleton skulls or rare vanilla drops - only custom EMC ones such as Dragon Stone Fragments and Marlix armor. Looting will affect skelly skulls, though.

What is the Wither skeleton skull drop rate?

A wither skeleton has a 2.5% chance of dropping a wither skeleton skull when killed by a player or tamed wolf. The chance is increased by 1% per level of Looting, for a maximum of 5.5% with Looting III.



How To Get Wither Skeleton Skull In Minecraft?




Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Felipe Hueb, Chris J Mitchell, Julia Volk, Laker