Skip to content

Releases: D-Cysteine/nesql-exporter

v0.5.2

05 May 05:05
Compare
Choose a tag to compare
 * Export images in a `.zip` file instead of as separate image files
 * Print stack trace when catching exception in `GregTechRecipeProcessor`

GTNH-2.6.0 Exported Database

14 May 09:10
Compare
Choose a tag to compare

This is an HSQLDB exported database for GTNH-2.6.0. Images are not included.

To open, use the HSQLDB client with:

  • URL: jdbc:hsqldb:file:/path/to/nesql-repository/nesql-db
  • User: sa
  • Password: leave this empty

v0.4.7

29 Jun 01:34
Compare
Choose a tag to compare
Update to BetterQuesting UUID API

v0.4.6

22 Feb 03:27
Compare
Choose a tag to compare
Fix potentially getting the wrong value for ItemStack.itemDamage

GTNH-2.2.9 Exported Database

17 Mar 05:24
Compare
Choose a tag to compare
Pre-release

This is the exported database for GTNH-2.2.9 or so. Images are not included.

To open, use the HSQLDB client with:

  • URL: jdbc:hsqldb:file:/path/to/nesql-repository/nesql-db
  • User: sa
  • Password: leave this empty

v0.4.5: Fix for issue #2

21 Feb 22:26
Compare
Choose a tag to compare
`GT_OreDictUnificator.get_nocopy(itemStack)` does not copy the stack size, so use `GT_OreDictUnificator.get(itemStack)` instead

v0.4.4: Better fix

17 Feb 01:37
Compare
Choose a tag to compare

Fix for issue #1 (hopefully)

v0.4.3

14 Feb 22:38
Compare
Choose a tag to compare
Remove no longer used unique recipe ID fields

v0.4.2

12 Feb 03:01
Compare
Choose a tag to compare
  • Added consume field to quest retrieval task

v0.4.1

10 Feb 13:41
Compare
Choose a tag to compare
  • Add quest line table
  • Split Minecraft recipes into a separate plugin
  • base plugin can no longer be disabled, as it runs essential logic