Item Wheel Menu Framework for 1.2
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.9% endorsement rate
- 🏆 #19 of 87 Miscellaneous mods in this game by downloads
📋 About This Mod
PCVR version | Nomad version
Item Wheel Menu Framework
This is a framework to allow modders to create an Item Wheel Menu.
Installation
Can be installed like any other mod using a mod manager.
For Mod Authors
To create a ItemWheelMenu you will need to create a new json file: 'ItemWheelMenu_ExampleItemMenu.json'
"$type": "ItemWheelMenuFramework. ItemWheelMenuData, ItemWheelMenuFramework",
"id": "ExampleItemMenu",
"sensitiveContent": "None",
"sensitiveFilterBehaviour": "Discard",
"version": 0,
"orbCenterEffectId": "ExampleCenterEffectId",
"itemId": "ExampleItemId1",
"iconEffectId": "ExampleIconEffectId1",
"displayName": "Example Name",
"requiredSkillId": "ExampleSkillId",
"transferCustomData": true,
"transferOwnership": false
"itemId": "ExampleItemId2",
"iconEffectId": "ExampleIconEffectId2",
"displayName": null,
"requiredSkillId": null,
"transferCustomData": true,
"transferOwnership": false
You can then add the following ItemModule to any item to allow it to open the item wheel menu with the above defined items:
"modules": [
"$type": "ItemWheelMenuFramework. ItemModuleWheelMenu, ItemWheelMenuFramework",
"itemWheelMenuId": "ExampleItemMenu"
Item Wheel Menu Framework for 1.2 is a miscellaneous framework mod by HuJohner that enables modders to create an Item Wheel Menu. With 468 endorsements and over 50,000 downloads, it provides a foundation for other mods to build upon, though it may not add content on its own.
✨ Key Features
📊 Pros & Cons
✅ Pros
- 468 endorsements indicate community approval
- Over 50,000 downloads show significant usage
- Framework nature allows for flexible modding
⚠️ Cons
- Requires other mods to be useful for end users
- Limited to version 1.2, may not be compatible with other versions
- No detailed documentation or features described
This mod is for mod developers who want to add an item wheel menu to their own mods. It is not intended for regular players looking for immediate gameplay changes. If you are not a modder, you may want to look for mods that use this framework.
💡 Beginner Tips
- If you are a modder, check if other mods already use this framework for examples.
- Ensure your game version matches 1.2 to avoid compatibility issues.
- Since it's a framework, you may need to install additional mods that depend on it.
📊 Mod Details
- Game
- Blade And Sorcery Mods
- Author
- HuJohner
- Version
- 2.2.0
- Downloads
- 50,259
- Endorsements
- 468
- Category
- Miscellaneous
- Created
- 1/6/2024
- Updated
- 7/3/2026
🧩 Commonly Used Together
Users add these mods to the same collections — a real compatibility signal, not an AI guess.
🔧 How to Install Blade & Sorcery Mods
Use Vortex or manual. Drop mods into /Mods/ folder.
📖 Full step-by-step install guide for Blade & Sorcery →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Blade & Sorcery commands, item IDs, and more.
Keep browsing — more Blade & Sorcery mods await