- 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.5 🌸
- Updated to work with the new text component format
- Updated block placement commands to use the new
strict
argument, 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=arbitrary
to allow entity selector short-circuiting - Annotated the required Java version for mod versions
- Added Argentine Spanish (
es_ar
) language support (Thanks @Texaliuz)
- Added support for Minecraft 1.21.4 🪵
- Fixed crash when loading or creating a world in Forge 52.0.0 or newer (1.21.1+) (closes #65)
- Added support for Minecraft 1.21.3 💰
- Added Curios API and Curios API Continuation support (closes #52)
- Added global and per-player toggle for Dynamic Lights (closes #56, closes #37, closes #26, closes #47)
- Added mod support for Lucky's Wardrobe
- Fixed ominous item spawners not being parsed for light emitting items
- Fixed Dynamic Lights breaking after some time on paper servers (closes #45, closes #21)
- Fixed tschipcraft.menu trigger not being enabled in 1.21+
- Support for Minecraft 1.21 ⚔️ (closes #29, #41, #42, #44)
- Copied the contents of the legacy folders to their new names and removed unused code
- Used new enchantment check format in predicates
- Updated menu trigger to use advancements instead and added menu message header
- Fixed performance overlay for Minecraft 1.20.2+ not having an effect
- Updated LICENSE