Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Releases: bigbass1997/NotEnoughProduction

v0.0.4

08 Jun 07:13
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changes:

  • Added a configuration file for setting which recipe atlas version NEP will use. You can see which versions are available https://libgdxjam.com/recex/. When setting this config value, do not include any file extensions. If it doesn't exist yet the config file is generated when NEP launches.
  • Changed default recipe version to GTNH modpack v2.0.9.0QF2

v0.0.3

18 Feb 01:47
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Major Changes:

  • ZIP decompression (greatly speeds up the download/startup process for retrieving recipes)
  • Save protection (if somehow your workspace becomes corrupt by having nodes with null recipes, CTRL+S or closing the program will detect this and save your workspace under a different name)
  • Added ability to move the camera by holding the middle mouse button/wheel and dragging
  • Added ability to clear text fields by right-clicking
  • Changed default location for newly created nodes to be wherever the camera is currently located (instead of the origin)
  • In search GUI: "Item/Fluid Name" is changed to "Ingredient Name"
  • Changed number of process types shown in search GUI (5 -> 7)
  • Changed default window size (1200x800 -> 1000x600)
  • Changed background color of node inputs
  • Changed grid color to be easier on the eyes
  • Enabled Github Sponsor button for this repository

Notices

  • This release changes the default recipe version to GTNH v2.0.8.4!
  • Releases will now be a ZIP file which contains the runnable jar, but also a batch (.bat) file for Windows users. Running via the batch file will provide you with a console window that will give details about startup progress and is useful when reporting issues (as it provides any stacktraces).
  • Do not attempt to replace or modify the default recipe json or zip files. This will cause the checksum comparison to fail, and the file(s) will be redownloaded (overwriting your changes). If you really need to use custom recipes, until the next version you must also update the md5 hashes so that they match whatever changes you made. On linux this can be done via md5sum recipes.json > recipes.json.md5.

v0.0.2

05 Aug 17:38
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

If this is your first time downloading this program, please read the release notes for v0.0.1!

Added an experimental camera zoom feature; use the mouse wheel to zoom in and out. Does not work while the Search GUI is open (intended).

The inputs and outputs of every node are now swapped, so inputs are above the outputs. This was highly requested and easy to implement, and I felt the same way as many others.

First public release!

05 Aug 02:23
Compare
Choose a tag to compare
First public release! Pre-release
Pre-release

Please be sure to read everything below, before using the tool!

This release is still very early in the tool's life. There are numerous features that are not implemented yet; so be prepared for some things to feel awkward or slow for the time being. You should expect even the colors to change in future versions.

The basic functionality is implemented though. You can search through most of the recipes found in v2.0.7.5 of GTNH, and add them to the workspace. Once added, they can be individually rearranged or removed as you wish. Basic instructions for usage are found at the top, in blue text, once the program has fully booted.

The recipe data will be automatically downloaded the first time you start the program (and cached in a local directory). Please understand that until compression is added, the recipe data file is rather large (currently 44.1MB). So when you initially run the program, you will get a black screen for however long it takes for your internet to download the data. There is no status GUI, splash-screen, or anything of the sort yet. If the program shows as "Not Responding" give it some time, it's likely still downloading the data. This only needs to happen once, so boot times will be much faster after the initial startup.

When using the search filters to find recipes, all text searches are Case Sensitive, for now.

Whatever recipes are currently on the workspace when the program is closed, should be automatically saved to a local file, which will also be automatically loaded the next time you run the program. However, you can also press CTRL+S, to save while the program is running, if you wish. There is only a single save file for now, but it is shareable with other people.

Notice! You must have at least Java 8u101 installed for this program to work! If you need to update, but wish to say on Java 8, you can go to AdoptOpenJDK and select the JRE Installer for whichever operating system you are running.

Reminder, this program is not a mod! It is a separate program completely independent from the game. The game does not have to be installed nor running, for this program to work.

If you have any questions or suggestions, please talk about them in #not-enough-production on the GTNH Discord server.