New :
The new configurations are:
-
"skeletonHeadShouldDropExperience": true
-
"respawnedEntityShouldDropExperience": true
-
"respawnedEntityShouldDropItem": true
-
"canSpawnFromSpawner": false
The Skeleton Head will now keep the entity's helmet and pass it to the respawned entity too!
The Skeleton Head will have a percentage chance of dropping either a Skeleton Head or a Wither Skeleton Head, depending on which one it is.
New :
The new configurations are:
-
"skeletonHeadShouldDropExperience": true
-
"respawnedEntityShouldDropExperience": true
-
"respawnedEntityShouldDropItem": true
-
"canSpawnFromSpawner": false
The Skeleton Head will now keep the entity's helmet and pass it to the respawned entity too!
The Skeleton Head will have a percentage chance of dropping either a Skeleton Head or a Wither Skeleton Head, depending on which one it is.
New :
A new config file "entity-type-that-should-spawn-head_config.json" allows you to list custom entity types that can spawn skulls and respawn as the original entity :
{
"skeletonHeadEntities": [
"minecraft:skeleton",
"modid:custom_archer"
],
"witherSkeletonHeadEntities": [
"minecraft:wither_skeleton",
"modid:dark_knight"
]
}