Releases: realguyman/totally_lit
Releases · realguyman/totally_lit
0.9.1 for Minecraft 1.18.2
- Updated mappings.
- Updated Fabric API.
- Updated Mod Menu.
- Updated Cloth Config API.
- Fixed a duplication bug when wading in water with supported lit variants in players' offhand.
0.9.0 for Minecraft 1.18.2
- Changed metadata.
- Refactor code.
- Added API for modders.
- Updated Fabric API.
- Updated mappings.
- Add additional checks and support for abstract blocks (blocks which can be added by modders).
0.8.0 for Minecraft 1.18.2
Fixed
- Crash when randomly ticking candle cakes.
Removed
- A useless recipe.
- Needless whitespace.
- Extra code that wasted precious computer resources.
Added
- README file with description and copyright notice.
- GitHub build workflow.
- Ability to right-click campfires with torches to ignite them.
- Functionality for campfires extinguishing in the rain.
- License file to compiled jar files.
- Task to build sources jar.
Changed
- Re-license the project under LGPLv3-or-later instead of MIT as of: 34fd3e7
- Only randomly tick lit candles instead of the unlit variant as well.
- Update Gradle Wrapper.
- Update Fabric API.
- Update Mod Menu.
- Refactor code.
- Use tags instead of manually check for each block and fluid to ignite torches.
0.7.1 for Minecraft 1.18.2
- Port to Minecraft 1.18.2
- Add incompatible mods to metadata
0.7.1 for Minecraft 1.18
- Add jack o'lantern configuration and functionality
- Refactor code
- Fix version bump
0.6.0 for Minecraft 1.18
- Fix unlit lanterns not being mineable
- Add campfire configuration and functionality
- Reduce unknown chances of null pointer exceptions
- Add additional methods for extinguishing lanterns and torches
0.5.0 for Minecraft 1.18
- Add candle configuration.
- Add functionality to candles.
0.4.0 for Minecraft 1.18
- Fix version requirement for cloth config.
- Reformat JSON files to use two spaces instead of four.
- Update cloth config.
- Update Fabric API.
- Update Fabric Loader.
- Update Fabric Loom.
- Remove explicit UTF-8 encoding declaration in
build.gradle
. - Sort configuration settings alphabetically.
- Change additional information provided in Mod Menu integrated settings.
- Fix inconsistency for checking if the server should schedule a tick.
- Remove unneeded if statement.
- Remove unneeded scheduling when placing torches.
- Partition the configuration into separate files.
- Add unlit lanterns.
0.3.0 for Minecraft 1.18
- Add right-click functionality to light placed unlit torches with a lit torch in a player's hand.
- Add configuration file via AutoConfig provided by Cloth Config API.
- Add Mod Menu integration with the configuration file.
- Update Fabric API.
- Require Fabric Loader 0.12.12 or newer.
- Require Java 17 or newer.
- Change homepage link to the CurseForge project.
- Migrate to yarn mappings.
- Change unlit torch texture.
- Add right-click functionality to light unlit torches in a player's hand with lit torches, fire, lava, flowing lava, and lava in a cauldron.
- Require Cloth Config API 6.1.0 or newer.
- Refactor flint and steel item mixin.
- Refactor torch block mixin to use
@Inject
s to improve compatibility. - Fixed a bug where breaking and replacing a lit torch block wouldn't cancel the scheduled tick from running.
0.2.0 for Minecraft 1.18
Migrate to 1.18.