Mods / P1nk's Menu Tweaks
- Tags:
- 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
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 Identifier | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|---|
| 1.0.0 | p1nksmenutweaks | 211 | May 28th at 6:41 AM | P1nksMenuTweaks_1.0.0.zip | 1-click install | ||
|
Release | |||||||
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
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
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?
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!