SubnauticaModding / Nautilus

Nautilus, the Subnautica Modding API (formerly SMLHelper)
https://subnauticamodding.github.io/Nautilus/
GNU General Public License v3.0
69 stars 37 forks source link

Seatruck Fabricator & Fix tabs and crafting nodes on same level #556

Closed Metious closed 1 month ago

Metious commented 1 month ago

Closes #330

The vanilla and fallback tabs added in #486 were not only hated by the majority of the community, but also completely changed how craft trees work in general which is against what Nautilus is supposed to be (that it's a collection of modder convenience tools, not vanilla game changes).

This PR was originally meant to fix the seatruck fabricator only, but it's now turned to an opportunity to revert the Workbench organization PR as it was related to this problem.

Changes made in this pull request

Breaking changes