Releases: D-Cysteine/nesql-exporter
Releases · D-Cysteine/nesql-exporter
v0.4.0
- 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
- 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
Improve wildcard item ID query to handle null NBT
v0.1.0
Fix shaped recipes