mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
* feat: create daylight detector block * feat: daylight_detector: update inverted and power (wip) * feat: create daylight detector block entity * create SimpleWorld trait methods * feat: daylight detector - start/remove block entity * placeholder calculation for daylight detector output * chore: fmt * fix: also update power on use * remove unnecessary function call * ADdd get_dimension() to SimpleWorld trait * fix: check if dimension has skylight * chore: cargo fmt and clippy * check if player can modify blocks on use * spelling ;-;