INTRODUCTION :-
J.A.R.V.I.S Diagnostic Engine is a custom Minecraft Bedrock developer utility designed for advanced in-game block and entity inspection. It works as a real-time scanning system that analyzes world elements directly using the Script API, giving structured diagnostic output for blocks, entities, and environment data. This project is built as a developer-focused tool rather than a gameplay feature, aimed at helping understand and debug Minecraft mechanics in a clearer and more interactive way.
HOW TO SET-UP :-
📦 STEP 1 — INSTALL THE PACK
Download and import J.A.R.V.I.S Developer Inspector into Minecraft Bedrock Edition.
- Open the .mcpack / .zip file
- It will automatically open in Minecraft
- Activate it in your world:
- Go to World Settings
- Enable under Behavior Packs
- Click Activate
⚙️ STEP 2 — ENABLE REQUIRED SETTINGS
Before entering the world, turn ON:
✔ Content Log GUI (IMPORTANT – must enable)
✔ Beta APIs / Script API
✔ Experimental Gameplay
✔ Holiday Creator Features (if available)
✔ Cheats Enabled
Without these settings, the system will not work properly.
🚀 STEP 3 — START THE WORLD
- Create or load your world with the pack enabled
- Join normally
- Wait for J.A.R.V.I.S startup message:
"Online" / "System Ready"
🕹️ STEP 4 — HOW TO USE
- Sneak (crouch) while looking at a block → Block Scan
- Sneak while looking at an entity → Entity Scan
It shows:
- Block ID + texture mapping
- Block states (logs, doors, etc.)
- Entity type classification
- Health (if available)
- Position, rotation, velocity
🧠 PURPOSE
A developer diagnostic tool for Minecraft Bedrock Script API used for:
- Debugging blocks and entities
- Testing behavior packs
- Understanding game mechanics
- Real-time inspection system
💡 IDEA ORIGIN
Created as a fun experimental “J.A.R.V.I.S-style” inspector system evolving into a full developer tool for Minecraft Script API exploration.

