blockbench import library

⭐ — (49 endorsements) 📥 16,110 downloads 📌 v2.0.5+26.1 📅 4/7/2024
🟡 Updated this year

By tomalbrc · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/29/2026 📅 Created: 4/7/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #74 of 901 fabric mods in this game by downloads

📋 About This Mod

# This mod will no longer be updated on modrinth! # See https://www.curseforge.com/minecraft/mc-mods/blockbench-import-library for the latest version! # blockbench import library This library streamlines the process of integrating Blockbench models (generic and from the AnimatedJava Blockbench Plugin) into your Fabric mods. It automates item model and texture creation and leverages resource packs in combination with item display entities for client-side integration, eliminating the need for players to install additional mods. The library offers comprehensive support for animations, including Molang expressions for keyframes, along with a variety of Blockbench features and additionally support for one of its plugins, AnimatedJava. ## Features: - Animation Support: Import models with pre-rendered animations and utilize Molang expressions (currently only q.anim_time and q.life_time) for dynamic animation control. - CustomModelData & Item Displays: Employs CustomModelData and Item Displays to represent the model with minimal server impact through "virtual" item display entities. - Item Display transformations are asynchronously updated for smooth performance. - Large Bone Support: Breaks free from vanilla's limitations, allowing for bones exceeding the standard 3x3x3 size restriction. - Blockbench Feature Support: Offers compatibility with various Blockbench features, including effect keyframes (commands & sound effects), animation loop modes, interpolations, and more. - AnimatedJava Extensions: Provides additional functionality for AnimatedJava, including variant support, bone blacklisting, conditional effects, and locator support - Vanilla Mob Feature Integration: Out-of-the-box support for many vanilla mob features like accurate hitboxes (visible in F3+B), ridability, name tags, invisibility, glowing, fire animations, particle effects, leashes, death animations, smooth collisions, dynamic hitboxes/scale, and entity-specific ticking for optimized performance. Checkout the Github README and the documentation for more infos! ## Setup ``` repositories { maven { url "https://maven.tomalbrc.de" } } dependencies { modImplementation include("de.tomalbrc:blockbench-import-library:") } ``` ## Usage (https://tomalbrc.de/projects/bil/docs) ## Commands - `/bil model create id<.ajmodel>|filepath <model>` > Spawns a model ingame based on mob identifier or a file path (from server root folder) to the model json file. These models are not saved and are mostly intended for testing. If you want load an .ajmodel file, make sure to append `.ajmodel` to either the id or file path. - `/bil model <targets> animation|variant|scale <args>` > Modifies the model of any entity selected in <targets> that has a custom model. Allows you to temporarily change the scale of the model, update the variant and play / pause / stop animations. This is also mostly intended for testing and playing with the models. ## Roadmap ### 1.x - Bone modifier for more dynamic animations - Handle pre/post values for keyframes - mcmeta generation for animated textures - Bezier support for keyframes ### 2.x - Dynamic Animations for dynamic animation speed, right now all animations are pre-rendered during import - Per-player animations; Show animations to only a single player or a group of players. Right now all animations are played globally, visible for all players - Multiple rider (for entities), currently only 1 is supported - Multiple hitboxes (requires the same changes as multiple rider support) - Particle effects (?) --- # Test Sever **Join the test server with a 1.20.5-1.21+ client on** **mc.tomalbrc.de:25565** **to test this mod and my other mods + upcoming, unreleased mods and features!**

# This mod will no longer be updated on modrinth! # See https://www.curseforge.com/minecraft/mc-mods/blockbench-import-library for the latest version!

# blockbench import library

This library streamlines the process of integrating Blockbench models (generic and from the AnimatedJava Blockbench Plugin) into your Fabric mods.

It automates item model and texture creation and leverages resource packs in combination with item display entities for client-side integration, eliminating the need for players to install additional mods.

The library offers comprehensive support for animations, including Molang expressions for keyframes, along with a variety of Blockbench features and additionally support for one of its plugins, AnimatedJava.

## Features:

  • Animation Support: Import models with pre-rendered animations and utilize Molang expressions (currently only q.anim_time and q.life_time) for dynamic animation control.
  • CustomModelData & Item Displays: Employs CustomModelData and Item Displays to represent the model with minimal server impact through "virtual" item display entities. - Item Display transformations are asynchronously updated for smooth performance.
  • Large Bone Support: Breaks free from vanilla's limitations, allowing for bones exceeding the standard 3x3x3 size restriction.
  • Blockbench Feature Support: Offers compatibility with various Blockbench features, including effect keyframes (commands & sound effects), animation loop modes, interpolations, and more.
  • AnimatedJava Extensions: Provides additional functionality for AnimatedJava, including variant support, bone blacklisting, conditional effects, and locator support
  • Vanilla Mob Feature Integration: Out-of-the-box support for many vanilla mob features like accurate hitboxes (visible in F3+B), ridability, name tags, invisibility, glowing, fire animations, particle effects, leashes, death animations, smooth collisions, dynamic hitboxes/scale, and entity-specific ticking for optimized performance.

Checkout the Github README and the documentation for more infos!

``` repositories { maven { url "https://maven.tomalbrc.de" } }

dependencies { modImplementation include("de.tomalbrc:blockbench-import-library:") } ```

(https://tomalbrc.de/projects/bil/docs)

## Commands

  • `/bil model create id<.ajmodel>|filepath `
  • > Spawns a model ingame based on mob identifier or a file path (from server root folder) to the model json file. These models are not saved and are mostly intended for testing. If you want load an .ajmodel file, make sure to append `.ajmodel` to either the id or file path.
  • `/bil model animation|variant|scale `
  • > Modifies the model of any entity selected in that has a custom model. Allows you to temporarily change the scale of the model, update the variant and play / pause / stop animations. This is also mostly intended for testing and playing with the models.
  • Bone modifier for more dynamic animations
  • Handle pre/post values for keyframes
  • mcmeta generation for animated textures
  • Bezier support for keyframes
  • Dynamic Animations for dynamic animation speed, right now all animations are pre-rendered during import
  • Per-player animations; Show animations to only a single player or a group of players. Right now all animations are played globally, visible for all players
  • Multiple rider (for entities), currently only 1 is supported
  • Multiple hitboxes (requires the same changes as multiple rider support)
  • Particle effects (?)

# Test Sever Join the test server with a 1. 20. 5-1. 21+ client on

mc.tomalbrc.de:25565

to test this mod and my other mods + upcoming, unreleased mods and features!

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
tomalbrc
Version
2.0.5+26.1
Downloads
16,110
Endorsements
49
Category
fabric
Created
4/7/2024
Updated
3/29/2026
Game Versions
26.1, 26.1.1, 26.1.2, 26.2
Tags
library, magic, mobs

🔧 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 blockbench import library support?

The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.

What is the latest version of blockbench import library?

Version 2.0.5+26.1, published 2026-03-29 with 16,110 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by tomalbrc 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods