Skip to content

Commit

Permalink
🐛 Add calibrated_sculk_sensor block entity
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Nov 3, 2024
1 parent f4f5497 commit b642492
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/server/world/block/sculk_sensor.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ dispatch minecraft:block_entity[sculk_sensor] to struct SculkSensor {
listener?: VibrationListener,
}

#[since="1.20"]
dispatch minecraft:block_entity[calibrated_sculk_sensor] to SculkSensor

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

#[since="1.20"]
dispatch minecraft:block[calibrated_sculk_sensor] to minecraft:block_entity[sculk_sensor]

0 comments on commit b642492

Please sign in to comment.