Skip to content

Commit

Permalink
🐛 Fix mob_spawner block entity ID
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Nov 3, 2024
1 parent 26b0fb2 commit f4f5497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/server/world/block/spawner.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use super::super::super::util::range::InclusiveRange
use super::super::super::util::inventory::EquipmentSlot
use ::java::data::trial_spawner::TrialSpawnerConfig

dispatch minecraft:block_entity[spawner] to struct Spawner {
dispatch minecraft:block_entity[mob_spawner] to struct Spawner {
...super::BlockEntity,
/// Entities that can be placed.
SpawnPotentials?: [SpawnPotential],
Expand Down Expand Up @@ -62,7 +62,7 @@ dispatch minecraft:block_entity[trial_spawner] to struct TrialSpawner {
ejecting_loot_table?: #[id="loot_table"] string
}

dispatch minecraft:block[spawner] to minecraft:block_entity[spawner]
dispatch minecraft:block[spawner] to minecraft:block_entity[mob_spawner]

dispatch minecraft:block[trial_spawner] to minecraft:block_entity[trial_spawner]

Expand Down

0 comments on commit f4f5497

Please sign in to comment.