HomeJavaModsBDEngineImport
BDEngineImport

BDEngineImport

A packet-based import library for the BDEngine editor

Features

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

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

These come from our own check of the pack file, not from the source page.

Explore more