LookUp – A UI Framework for Custom Recipes and In-Game Guides
LookUp is a framework for Minecraft Bedrock addon developers who want to build better in-game recipe and information screens. If your addon introduces new mechanics, crafting systems, or progression paths, LookUp makes it easier for players to understand what’s going on without needing to leave the game.
LookUp Documentation | Official Discord Server | Example Pack
Supported Add-Ons
Realistic Crafting |REBORN|
What LookUp Does
LookUp gives you a way to organize your content through a clean, tabbed interface. Players can browse through categories, view detailed item or block entries, and follow visual recipes with custom tables and layouts. Everything is defined through JavaScript, giving you full control over how it looks and works.
What You Can Do With It
- Group items, blocks, or mechanics into clear categories
- Show recipes using visual layouts and custom crafting tables
- Build multi-page recipes and upgrade paths
- Create guides for progression, machines, drops, or custom systems
- Add in-game documentation that’s easy to navigate and styled to fit your project
How It Works
All of LookUp’s content is defined using structured JavaScript exports. You write your data in script files, then import it into your addon. There’s no complicated code, but it does assume you're comfortable working with basic scripting to structure your data.
Why Use It?
If your addon is more than just a few items, players are going to need a way to learn how it all works. LookUp helps you deliver that information in a clean, readable format inside the game itself. It’s especially useful for addons with new crafting methods, upgrade systems, or progression mechanics that aren’t obvious right away.
Key Features
- Lightweight and easy to maintain
- Supports custom textures, icons, layouts, and page configs
- Designed to scale with large projects and complex systems
- Compatible with any Bedrock addon setup
LookUp Documentation | Official Discord Server | Example Pack