Skip to content

Releases: D-Cysteine/nesql-exporter

v0.4.0

09 Feb 04:55
Compare
Choose a tag to compare
  • Added support for:
    • Forge ore dictionary
    • Forge fluid registry
    • GregTech 5U recipe maps
    • Thaumcraft aspects
    • BetterQuesting quests
  • Switched DB format from H2 to HSQLDB
  • Many tweaks and improvements
  • Modified schema to improve query speed

v0.3.0

22 Jan 23:48
Compare
Choose a tag to compare
  • Apply unique table prefix to all IDs, to make them unique across tables
  • Refactor RecipeFactory to have a builder
  • Make NBT fields no longer nullable: now empty string for no NBT
  • Remove bidirectional mappings as we don't need them
  • Add a warning for BugTorch
  • Remove no longer needed native queries
  • Removed dependence on unstable item and fluid IDs
  • Add framework for plugins to SQL directory

v0.2.0

09 Jan 11:49
Compare
Choose a tag to compare
Improve wildcard item ID query to handle null NBT

v0.1.0

04 Jan 12:22
Compare
Choose a tag to compare
Fix shaped recipes