Releases: realguyman/totally_lit
Releases · realguyman/totally_lit
0.13.0 for Minecraft 1.19.3
- Reformatted files.
- Refactored code.
- Removed
cloth-config
dependency. - Implemented
owo-lib
-based config system. (owo-lib
is now required) - Added gametests for the project.
- Fixed a bug where candles didn't extinguish over time.
- Updated Gradle wrapper.
- Updated dependencies.
- Updated README.
0.12.0 for Minecraft 1.19.3
- Changed homepage to Modrinth in
fabric.mod.json
. - Refactored class names and a variable.
- Split environment sources, eliminating a whole class of potential crashes.
- Added
campfire_igniters
tag, for items that can ignite campfires.
0.11.2 for Minecraft 1.19.3
- Updated to Minecraft 1.19.3.
0.11.2 for Minecraft 1.19
- Updated Minecraft version requirements, supporting 1.19-1.19.2.
0.11.1 for Minecraft 1.19
- Updated Gradle wrapper, Fabric loom, Fabric API, Mod Menu, and Cloth Config API.
- Changed requirement for Cloth Config API in
fabric.mod.json
. - Reformatted name on license notice.
- Changed configuration files to use regular JSON.
- Removed unused imports.
- Refactored castings.
0.11.0 for Minecraft 1.19
- Added unlit soul lanterns and torches.
- Added GitHub bug report issue template.
- Changed mixin compatibility level.
- Changed Minecraft version requirement style in
fabric.mod.json
. - Removed
extinguishable_torches
tag. - Utilized the API in more areas of the code.
- Utilized tags instead of hardcoded ingredients for some of the recipes.
- Utilized Fabric API's conventional tags where applicable.
- Refactored API and loot tables.
- Updated README.
- Updated Fabric Loader, Fabric API, Mod Menu, and Cloth Config API.
0.10.0 for Minecraft 1.19
- Updated to Minecraft 1.19.
0.10.0 for Minecraft 1.18.2
- Updated Gradle wrapper and Fabric API.
- Added glowstone lanterns and torches.
- Added API for torches with no particle effects.
- Added API for lantern items.
- Added API for lit lantern blocks.
- Utilized some of the new APIs.
- Changed README.
- Changed unlit lantern textures.
- Optimized icon and textures.
0.9.3 for Minecraft 1.18.2
- Updated Fabric Loom, Fabric Loader, and Fabric API.
- Added support for JitPack.
- Fixed crashes when lighting abstract unlit wall torches with flint and steel, or running a scheduled tick for them.
0.9.2 for Minecraft 1.18.2
- Fixed a crash when lighting unlit wall torches with items in the
torch_igniters
tag.