
BDEngineImport
A packet-based import library for the BDEngine editor
Features
- High Performance: Packet-based rendering for complex displays.
- Import Support: Load models from
.mcfunctionor pre-compiled.bdi(cbor) files. - Developer API: Java API for mod integration.
Installation
Add to your build.gradle.kts:
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:
BDEngineImportAPI api = BDEngineImportAPI.get("your_mod_id");
// Use api.spawn(), api.despawn(), etc.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as bdengineimport-0.1.0.jar — drop this file into the mods folder
- Download size: 53 KB
- Download link checked 6 Sept 2026 — working
These come from our own check of the pack file, not from the source page.