Releases: D-Cysteine/nesql-exporter
Releases · D-Cysteine/nesql-exporter
v0.5.2
GTNH-2.6.0 Exported Database
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
Update to BetterQuesting UUID API
v0.4.6
Fix potentially getting the wrong value for ItemStack.itemDamage
GTNH-2.2.9 Exported Database
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
`GT_OreDictUnificator.get_nocopy(itemStack)` does not copy the stack size, so use `GT_OreDictUnificator.get(itemStack)` instead
v0.4.4: Better fix
Fix for issue #1 (hopefully)
v0.4.3
Remove no longer used unique recipe ID fields
v0.4.2
- Added
consume
field to quest retrieval task
v0.4.1
- Add quest line table
- Split Minecraft recipes into a separate plugin
base
plugin can no longer be disabled, as it runs essential logic