Language

BDEngineImport

BDEngineImport

Modrinth

A Packet-based Import Library for the BDEngine editor

308 downloads updated 6mo ago
Modrinth
Fabric 1.21.1 – 1.21.1 Game-mechanicsLibraryUtility

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:

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.

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download BDEngineImport

Files are served directly from the original source. Modgrid does not host or modify them.