- Added preliminary support for Minecraft 26.1 🐤
- Added support for Minecraft 1.21.10 🧩
- Added support for Minecraft 1.21.9 🥉
- Added Copper Torches and Copper Lanterns to light level 15 items
- Updated to work with the new pack.mcmeta syntax
- Expanded the search area for dynamic light placement
This fixes dynamic lights not searching for space under their eye level, and generally improves the checking order including short-circuiting opportunities - Improved piston detection to search for slime or honey blocks in corners and behind other blocks
This resolves an issue when using Gnembon's Gold Farm (closes #75) - Fixed Curios slot parsing issues (closes #76)
- Added Firefly Bushes to light level 3 items
- Added mod support for TerraFirmaCraft (closes #72), Bone Torch, and Aquatic Torches (closes #38)
- Fixed an issue where a structure void item would sometimes flicker below players with an equipped Curios slot 🔧 (closes #85)
- Optimized execution by separating logic for players and non-players, capping non-player entities at 1000, and reducing the dynamic light radius around players from 65 to 55 blocks to include fewer entities (#84)
- Added support for Minecraft 1.21.8 🧩
- Added support for Minecraft 1.21.7 💿
- Added support for Minecraft 1.21.6 ☁️
- Fixed 1.21.5 NeoForge crash when installed alongside MidnightLib
- Added support for Minecraft 1.21.5 🌸
- Updated to work with the new text component format
- Updated block placement commands to use the new
strictargument, removing the restriction to avoid most block update affected blocks, such as falling blocks
- Added native NeoForge support
- Improved piston detection to search for slime blocks in all directions. This resolves an issue where some zero-tick piston contraptions would break (closes #51)
- Fixed chat flooding when triggering the menu in Minecraft 1.20.6 or below (closes #66)
- Added additional data to Dynamic Lights' marker entities to display a name when Axiom is installed (#19)
- Added additional failsafes for menu interactions (#70)
- Improved performance slightly by switching to
sort=arbitraryto allow entity selector short-circuiting - Annotated the required Java version for mod versions
- Added Argentine Spanish (
es_ar) language support (Thanks @Texaliuz)

