Mods / P1nk's Menu Tweaks

Tags:
QoL Tweak
Author:
P1nkOblivion
Side:
Client
Created:
May 28th at 6:23 AM
Last modified:
May 31st at 3:20 AM
Downloads:
211
Follow Unfollow 43
Recommended download (for Vintage Story 1.22.1 - 1.22.3):
P1nksMenuTweaks_1.0.0.zip  1-click install

P1nks Menu Tweaks
UI cleanup for people who are tired of digging.
No dependencies
Client side
Some items still may not be appropriately sorted, this will take a little time, but the day will come
What does this do?
Overhauls various GUI's in the game to make navigation easier and more efficient. (Currently only creative inventory)
Features
  • Creative menu overhaul
    • Dropdown access for all creative tabs
    • Supports mod tabs
    • Sort by material
    • Sort by type
    • Sort by color
 
Future Plans
Eventually also overhaul the Handbook and Journal
Easy Compatibility
Other mods can easily patch into the material alias config to register their items/blocks/materials if the mod has difficulty placing it in the correct space.
Example Patch
{   
"dependsOn": [{ "modid": "p1nksmenutweaks" }],
    "file": "materialaliases.json", 
    "path": "p1nksmenutweaks:/config/materialaliases", 
    "op": "addeach",
    "value": {


     "tokens": {
      "wood": [ "mahogany", "willow" ],
      "metal": [ "blush", "cyrenite" ],
      "stone": [ "soapstone", "travertine" ],
      "color": [ "beige", "charcoal" ]
    },
    "wood": {
      "bald cypress": "baldcypress",
      "mahogani": "mahogany",
      "cypressbald": "baldcypress",
      "game:clutter-aquatic*": "none"
    },
    "metal": {
      "cupronickel alloy": "cupronickel",
      "meteor iron": "meteoriciron",
      "game:toy-*": "none"
    },
    "stone": {
      "blue stone": "basalt",
      "game:whalebone*": "none"
    },
    "color": {
      "light blue": "blue",
      "temporal gear": "cyan",
      "steel": "silver",
      "violet": "purple",
      "game:tinbronze-*": "gold",
      "game:fruit-pineapple": "yellow",
      "game:devtest-*": "none"
    } 
    }
}
Built for cleaner browsing, faster searching, and a lot less "where the hell is that" 's.

Mod Version Mod IdentifierFor Game version Downloads Released Changelog Download 1-click mod install*
1.0.0 p1nksmenutweaks
1.22.1 - 1.22.3
211 May 28th at 6:41 AM P1nksMenuTweaks_1.0.0.zip 1-click install

Release


5 Comments (oldest first | newest first) (threaded | flat)

lHecTorZl, Jun 3rd at 12:37 PM

Would it be possible for you to make a 1.21.6 version? I have like 100+ mods, and my creative menu kinda messed up

Neininch, May 28th at 10:58 PM

glad i saw the post about this on reddit.  amazing vanilla hasn't changed this to deal with the 90,000 mod tabs.  great job

NateDoesLife, May 28th at 2:26 PM

any plans to look at the player inventory GUI? Maybe make it larger/scaling with larger backpack mods so we don't have to scoll to view all backpack slots?

NateDoesLife, May 28th at 5:16 PM
@P1nkOblivion: Haven't thought about it, but now I am!

Yeah i'd love it if that could be done, the player inventory has to be one of the worst screens. I tried personally to make a scaleable version of it but it was beyond my depth and I didn't care to venture further into a mod like that.

Hope you can figure it out!