Skip to content

Releases: Fatboychummy-CC/Microcraft-Helper

Data Splitting

04 Mar 10:44
f4418e2
Compare
Choose a tag to compare
Data Splitting Pre-release
Pre-release
+ Split the data a bit further up, we now store items and item names separately from everything else.
+ Added a data fixer rule for this.
+ Fixed some bugs that resulted from the above changes.

What's Changed

Full Changelog: v0.3.2-alpha...v0.4.0-alpha

Viewer Fixes

03 Mar 05:14
c89bed5
Compare
Choose a tag to compare
Viewer Fixes Pre-release
Pre-release
+ Fixed default parameters in the search menu locking the search to the given default.
+ Sorted some lists to display them alphabetically.
+ Added default search for when the user searches an item and it returns to the search menu.

Full Changelog: v0.3.1-alpha...v0.3.2-alpha

v0.3.1-alpha

25 Feb 09:30
634dd26
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

Fixed a major issue that was causing recipes to be added with machine names instead of ids (or machines inserted with names instead of ids).

Full Changelog: v0.3.0-alpha...v0.3.1-alpha

v0.3.0-alpha

12 Feb 23:43
f938205
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Updated the save file format for machines, machines now use IDs instead of their names to distinguish themselves. This makes it a lot easier to perform operations on the machines (such as updating names, or etc.).

I still need to make sure the IDs of recipes are unique, but that can come later.

Technically this should be a major update, but I do not believe this program is "V1 ready" yet.

Full Changelog: v0.2.0-alpha...v0.3.0-alpha

v0.2.0 - Exclusions

07 Feb 08:35
b5c6705
Compare
Choose a tag to compare
v0.2.0 - Exclusions Pre-release
Pre-release

Changes

  • Added item exclusions.
  • Page up/Page down now increase and decrease the number selector by 100 instead of 1000.

Item exclusions

After requesting the recipe for an item, you will be able to exclude items and re-calculate the crafting recipe without those items. I want to make this so you can exclude X items, instead of all items, but there's a few issues I'll need to resolve first before I can do that.