Skip to content

Releases: Jaxydog/Lodestone

Lodestone 1.7.1

09 Mar 20:52
5662cfa
Compare
Choose a tag to compare

Fix the way that the library determines whether data generation is enabled.

Internal Changes

  • No longer assume that data generation can only happen server-side.
  • Check whether the fabric-api.datagen property exists at all, not just that it's non-null.

Lodestone 1.7.0

26 Feb 00:38
7c3cb77
Compare
Choose a tag to compare

Adjust internals to fix support for previous game versions.

Content Changes

  • Fix string type used in the readme's dependency example.
  • Add example for using latest commit as a dependency.
  • Removed the LodestoneTest mod.

Internal Changes

  • Lodestone no longer depends on fabric-api.
  • Bumped Gradle version to 8.12.

Lodestone 1.6.0

05 Oct 15:33
ab4da88
Compare
Choose a tag to compare

Minor improvements and validation improvements.

Content Changes

  • Improved the clarity and consistency of some log messages.
  • Slightly refactored code examples in the readme.

Internal Changes

  • Minor code style fixes.
  • Custom environments whose interface is annotated with @BundledLoader now cause an exception during runtime.

Lodestone 1.5.3

04 Oct 21:38
673f091
Compare
Choose a tag to compare

Updates Gradle tasks & versions.

Content Changes

  • Modrinth publishing task now sets all versions past 1.18.
  • Updated Gradle to 8.8.
  • Updated Loom to 1.7-SNAPSHOT.
  • Fix JitPack builds.

Internal Changes

  • Resolves two of the three documentation warnings during building.

Lodestone 1.5.3-rc1

04 Oct 21:33
2de0e94
Compare
Choose a tag to compare
Lodestone 1.5.3-rc1 Pre-release
Pre-release

Updates Gradle tasks & versions.

Content Changes

  • Modrinth publishing task now sets all versions past 1.18.
  • Updated Gradle to 8.8.
  • Updated Loom to 1.7-SNAPSHOT.

Internal Changes

  • Resolves two of the three documentation warnings during building.

Lodestone 1.5.2

04 Oct 20:52
6eea12c
Compare
Choose a tag to compare

Makes dependency version requirements less strict.

Content Changes

  • Lodestone now runs on 1.18 or later, as long as you have sufficient dependency versions.
  • Added an explicit requirement for any version of fabric-data-generation-api-v1.
  • Lodestone now requires any Fabric loader version past 0.4.0.
  • Lodestone now requires at least Java 17 due to the usage of sealed types.

Lodestone 1.5.1

31 Aug 03:18
e3f2308
Compare
Choose a tag to compare

Update to 1.21.1

Content Changes

  • Updated required loader version to 0.16.3.

Lodestone 1.5.0

14 Jun 22:54
0cab1fd
Compare
Choose a tag to compare

Re-license to LGPL-3.0. Improve mappings, use latest Fabric API for the test mod.

Content Changes

  • Changed project license to LGPL-3.0-or-later.

Internal Changes

  • Added the release Gradle task to automate both GitHub and Modrinth publishing.
  • Updated Minecraft mappings.
  • Updated Fabric API version.

Lodestone 1.4.0

13 Jun 18:48
c592fe7
Compare
Choose a tag to compare

Update to 1.21. Set up Gradle tasks for publishing to both GitHub and Modrinth.

Internal Changes

  • Added and configured the minotaur plugin.
  • Added and configured the github-release plugin.

Lodestone 1.3.0

12 Jun 18:27
564d54d
Compare
Choose a tag to compare

Reduces unnecessary registrations and distinguishes between bundled and added loader interfaces.

Content Changes

  • Each bundled environment interface is now annotated with @BundledLoader.
  • Marked the entire impl package as @Internal.
  • Added package-level documentation.

Internal Changes

  • Only register DataGenerating environment if the data generator is actually enabled.