![]() |
VOOZH | about |
| Health points | None |
|---|---|
| Hitbox size | Height: 0.25 blocks Width: 0.25 blocks |
{
"title": "Ominous Item Spawner",
"rows": [
{
"field": "None",
"label": "(link to Health article, displayed as Health points)"
},
{
"field": "Height: 0.25 blocks<br>Width: 0.25 blocks",
"label": "(link to Hitbox article, displayed as Hitbox size)"
}
],
"invimages": [],
"images": [
"Ominous_Item_Spawner.png"
]
}
Ominous item spawners are entities spawned by ominous trial spawners that display an item for 3 to 6 seconds before dispensing it downwards.
When an ominous trial spawner detects at least one player within its activation range, every 8 seconds it spawns an ominous item spawner above any such player or any mob that was spawned by this ominous trial spawner. The location where it should spawn is determined by first performing a raycast from the feet of the entity to a random height between 2 and 6 blocks above the entity. If it hits a block, this block is used, otherwise the end of the line is used. Which block can be hit is determined by the same algorithm as the third-person view. The item spawns in the center of the block below it, unless the block has a collision box.
An ominous item spawner displays an item rotating in the air for a specified amount of time. When spawned by an ominous trial spawner, that time varies between 3 and 6 seconds. After that time, the item is dispensed downwards. If the item is a projectile, it is shot as an entity. Otherwise the item is dropped.
| Sounds | ||||||||
|---|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch | Attenuation distance |
| βOminous item prepares | Friendly Mobs | When a trial spawner is about to spawn an ominous item spawner | block.trial_spawner.about_to_spawn_item | subtitles.block.trial_spawner.about_to_spawn_itemβ | 1.0 | 1.0 | 16 | |
| βOminous item drops | Blocks | When an ominous item spawner summons an item | block.trial_spawner.spawn_item | subtitles.block.trial_spawner.spawn_itemβ | 1.0 | 0.8β1.2 | 16 | |
| βOminous item appears | Blocks | When an ominous item spawner is summoned | block.trial_spawner.spawn_item_begin | subtitles.block.trial_spawner.spawn_item_beginβ | 1.0 | 0.8β1.2 | 16 | |
| Sounds | |||||||
|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch |
| β ? | Blocks | When a trial spawner is about to spawn an ominous item spawner | ominous_item_spawner.about_to_spawn_item | β ? | 1.0 | 0.8β1.1 | |
| β ? | Blocks | When an ominous item spawner summons an item | ominous_item_spawner.spawn_item | β ? | 1.0 | 0.8β1.1 | |
| β ? | Blocks | When an ominous item spawner is summoned | ominous_item_spawner.spawn_item_begin | β ? | 1.0 | 0.8β1.1 | |
| Name | Identifier | Translation key |
|---|---|---|
| π EntitySprite ominous-item-spawner.png: Sprite image for ominous-item-spawner in Minecraft Ominous Item Spawner | ominous_item_spawner |
entity.minecraft.ominous_item_spawner |
| Name | Identifier | Numeric ID | Translation key |
|---|---|---|---|
| π EntitySprite ominous-item-spawner.png: Sprite image for ominous-item-spawner in Minecraft Ominous Item Spawner | ominous_item_spawner | 145 |
entity.ominous_item_spawner.name |
Ominous item spawners have entity data associated with them that contain various properties.
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.20.5 Experiment | 24w13a | Added ominous item spawners. | |||||
| 1.21 | 24w18a | Ominous item spawners are now available without using the "Update 1.21" experimental data pack. | |||||
| 24w21a | spawn_item_after_ticks is now read from nbt.[1] | ||||||
| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.21.0 Experiment | Preview 1.21.0.21 | Added ominous item spawners. | |||||
| 1.21.0 | Preview 1.21.0.22 | Ominous item spawners are now available without using the "Update 1.21" experimental toggle. | |||||
Issues relating to "Ominous Item Spawner" are maintained on the bug tracker. Issues should be reported and viewed there.