BDEngineImport
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 🏆 #645 of 907 fabric mods in this game by downloads
📋 About This Mod
# BDEngineImport A packet-based import library for the BDEngine editor ## Features - **High Performance**: Packet-based rendering for complex displays. - **Import Support**: Load models from `.mcfunction` or pre-compiled `.bdi` (cbor) files. - **Developer API**: Java API for mod integration. ## Installation Add to your `build.gradle.kts`: ```kotlin repositories { maven("https://api.modrinth.com/maven") } dependencies { modImplementation("maven.modrinth:bdengineimport:${version}") } ``` ## Basic Usage ### Commands | Command | Description | | :-------------------------------------- | :-------------------------------------- | | `/bdi reload` | Auto-imports files and reloads configs. | | `/bdi spawn <id> <file>` | Spawn a model at your location. | | `/bdi spawn_at <id> <file> <x> <y> <z>` | Spawn a model at specific coordinates. | | `/bdi despawn <id>` | Remove a display. | ### API Get the API instance to interact programmatically: ```java BDEngineImportAPI api = BDEngineImportAPI.get("your_mod_id"); // Use api.spawn(), api.despawn(), etc. ```
# BDEngineImport A packet-based import library for the BDEngine editor
## Features
- High Performance: Packet-based rendering for complex displays.
- Import Support: Load models from `.mcfunction` or pre-compiled `.bdi` (cbor) files.
- Developer API: Java API for mod integration.
## Installation
Add to your `build.gradle.kts`:
```kotlin repositories { maven("https://api.modrinth.com/maven") }
dependencies { modImplementation("maven.modrinth:bdengineimport:${version}") } ```
## Basic Usage
### Commands
| Command | Description |
| :-------------------------------------- | :-------------------------------------- |
| `/bdi reload` | Auto-imports files and reloads configs. |
| `/bdi spawn
Get the API instance to interact programmatically:
```java BDEngineImportAPI api = BDEngineImportAPI.get("your_mod_id"); // Use api.spawn(), api.despawn(), etc. ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Furq
- Version
- 0.1.0
- Downloads
- 398
- Endorsements
- 0
- Category
- fabric
- Created
- 12/16/2025
- Updated
- 12/15/2025
- Game Versions
- 1.21.1
- Tags
- game-mechanics, library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does BDEngineImport support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of BDEngineImport?
Version 0.1.0, published 2025-12-15 with 398 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await