Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.36 KB

File metadata and controls

33 lines (25 loc) · 1.36 KB

GTNH Data Export Process

This document explains how to export and process data for the GTNH Calculator.

Prerequisites

  • Java Development Kit (modern versions might not work, jdk 8 can be downloaded here for example, or otherwise refer to GTNH development)
  • .NET SDK 8.0 or later
  • Minecraft with GTNH modpack installed

Step 1: Export Data from Minecraft

  1. Build the NESQL Exporter mod from ShadowTheAge/nesql-exporter fork:
    ./gradlew build
  2. Follow the steps from readme there, including removing bugtorch.
  3. Wait for the export to complete. The exported data will be saved in .minecraft/nesql

Step 2: Process Exported Data

  1. Navigate to the export project directory

  2. Run the C# project:

    dotnet run <path to nesql export directory> [--output <path>]

    Arguments:

    • <path to nesql export directory>: Required. Path to the directory containing the NESQL export
    • --output <path>: Path to the data directory (if skipped, generated files will be put in the current directory)
  3. The project will process the exported NESQL data and generate:

    • atlas.webp: A texture atlas containing all item icons
    • data.bin: A binary file containing processed recipe and item data