Passengers from Spawn Eggs
Makes the Passenger NBT work for entities in spawn eggs.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Passengers from Spawn Eggs
Passengers from Spawn Eggs
This pack fixes the bug where spawn eggs do not allow mobs to spawn with passengers. To acheive this, the pack uses marker entities' data NBT component.
The tree of the data needed to be used looks like this:
``` id:"minecraft:marker",data:{replace_with_entity:{id:"<namespaced_id: entity>",nbt:<compound: entity data>}} ```
Here is an example for a spider jockey:
``` /give @p skeleton_spawn_egg[entity_data={id:"minecraft:marker",data:{replace_with_entity:{id:"minecraft:spider",nbt:{Passengers:[{id:"minecraft:skeleton",HandItems:[{id:"minecraft:bow"}]}],active_effects:[{id:"minecraft:strength",duration:-1}]}}}},item_name='"Spider Jockey Spawn Egg"'] 1 ```
ℹ️ IMPORTANT ℹ️
These examples work successfully in 1.21 to 1.21.4 (1.21.x - current).
Hope this data pack helps!