Перейти к содержимому
Mineforgian

CraftEngine

serverside mod framework for custom items, blocks, recipes and more

13K загрузок174 подписчиковGPL-3.0-onlyfoliapaperpurpur

Обновлён 30 июня 2026 г. · опубликован 12 апреля 2025 г.

  • furniture
  • custom tree
  • custom crops
  • on liquid block
  • ore vein
  • gui

logo

Ask DeepWiki doc 

Looking for a seamless way to add custom blocks, items, furniture, and recipes to your Minecraft server—without forcing clients to install mods? CraftEngine is a powerful, server-side framework that lets you design, deploy, and manage unique in-game content while keeping full vanilla compatibility.

 

What Can CraftEngine Do?

  • 🛠️ Custom Items & Equipment
    Design as many custom items as you want, with full support for NBT data and components. You can customize names, lore, enchantments, attributes, and food properties. For armor, choose between component-based systems (for 1.21.2+) or trim-based setups (1.20+), and make use of dyeable layers, multiple textures, and even 3D helmet models.

  • 🧱 Real Block Registration
    CraftEngine registers actual new blocks—unlike other plugins that simply replace vanilla ones. This means full compatibility with datapacks, custom logs that don’t cause connected leaves to decay, and true directional block behavior. You can also configure block properties and choose from 30+ built-in behaviors like crop blocks, strippable logs, and seats players can sit on.

  • 🪑 Furniture System
    Build rotatable, entity-based furniture that doesn’t snap to the grid. The system supports item displays, text displays, and works seamlessly with popular modeling plugins like BetterModel and ModelEngine.

  • 🍳 Recipe System
    CraftEngine supports all standard recipe formats—shaped, shapeless, smelting, smithing, and brewing—and integrates with items from other famous item libraries. You also get access to result post-processors, visual crafting results and conditional crafting logic.

Why Choose CraftEngine?

  • Zero Client Modifications – Leverages smart packet interception to deliver custom assets directly to vanilla clients, ensuring a hassle-free player experience.

  • Automated Resource Pack Generation – Dynamically builds and distributes models and textures —with support for S3, Dropbox, Lobfile, or custom API hosting.

  • Advanced Custom Blocks – Utilizes ByteBuddy runtime class generation for dynamic block states, enabling deep customization without breaking vanilla mechanics.

  • Configuration-Driven Workflow – Define content through structured YAML with template processing, version conditional logic, and multilingual support—no coding expertise needed.

  • Optimized for Performance – Features chunk caching, compression, and efficient injection methods to minimize server overhead.

  • Broad Plugin Compatibility – Integrates smoothly with WorldEdit, PlaceholderAPI, and external item/model systems for extended functionality.

Difference Between Versions

The plugin has no restrictions on player count. The paid version provides dedicated support and includes exclusive features, but is otherwise identical.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
26.7Бета26.1, 26.1.1, 26.1.2, 26.2folia, paper, purpur30 июня 2026 г..jar (8.4 МБ)
26.6.3Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur18 июня 2026 г..jar (7.9 МБ)
26.6.2Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur13 июня 2026 г..jar (7.9 МБ)
26.6.1Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur9 июня 2026 г..jar (8.0 МБ)
26.6Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur3 июня 2026 г..jar (7.9 МБ)
26.5.3Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur27 мая 2026 г..jar (7.8 МБ)
26.5.2Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur24 мая 2026 г..jar (7.8 МБ)
26.5.1Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur20 мая 2026 г..jar (7.8 МБ)
26.5Бета1.21.11, 26.1, 26.1.1, 26.1.2folia, paper, purpur15 мая 2026 г..jar (7.7 МБ)
0.0.67Альфа1.21.8, 1.21.9, 1.21.10, 1.21.11folia, paper, purpur19 января 2026 г..jar (6.6 МБ)
0.0.66.2Альфа1.21.7, 1.21.8, 1.21.9, 1.21.10folia, paper, purpur9 декабря 2025 г..jar (6.1 МБ)
0.0.66Альфа1.21.7, 1.21.8, 1.21.9, 1.21.10folia, paper, purpur6 декабря 2025 г..jar (6.1 МБ)
0.0.65Альфа1.21.7, 1.21.8, 1.21.9, 1.21.10folia, paper, purpur1 ноября 2025 г..jar (5.3 МБ)
0.0.64Альфа1.21.6, 1.21.7, 1.21.8, 1.21.9folia, paper, purpur6 октября 2025 г..jar (5.2 МБ)
0.0.63Альфа1.21.5, 1.21.6, 1.21.7, 1.21.8folia, paper, purpur14 сентября 2025 г..jar (4.8 МБ)

Показаны последние 15 из 31 версий. Все версии — на Modrinth.

Ченджлог

26.7Бета26.1.1, 26.1.2, 26.2 · 30 июня 2026 г.
  • Added 26.2 support, requires paper 26.2#build40+
  • Added custom break stages system
  • Added Axiom custom display item support
26.6.3Бета26.1, 26.1.1, 26.1.2 · 18 июня 2026 г.
  • Now you are allowed to create block models with a texture list
  • Fixed plugin not enabling in some special classloaders
  • Fixed data version not saved in some furniture/block behaviors
26.6.2Бета26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.
  • Fixed an issue where the vanilla_loots syntax was not taking effect.
  • Fixed the default spear configuration recipe loading on versions below 1.21.11.
26.6.1Бета26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.
  • Added spawn_light_requirement for crop_block
  • Improved the compatibility of custom block hardness with other plugins
  • All colors now support hex format
  • All numbers now support expressions
  • Added spear and mace model generation
26.6Бета26.1, 26.1.1, 26.1.2 · 3 июня 2026 г.
  • Added shaped_transform recipe type
  • Introduced config factory
  • Default pack has been divided into three packs default_templates default_assets and default_feature_populator
  • Improved how furniture transformation works. Now it won't flicker when variant changes
  • Bug fixes
26.5.3Бета26.1, 26.1.1, 26.1.2 · 27 мая 2026 г.
  • Getting ready for the upcoming release of the CraftEngine proxy.
  • Added test_flag condition
  • Added conditions option for range_mining_item
26.5.2Бета26.1, 26.1.1, 26.1.2 · 24 мая 2026 г.
  • Added a command to individually configure certain world settings
  • Added automatic IP retrieval for self-host
  • Fixed some bugs
26.5.1Бета26.1, 26.1.1, 26.1.2 · 20 мая 2026 г.
  • This version fixes numerous bugs present in the initial release of 26.5.
  • Additionally, we have introduced a brand-new projectile system—please check the wiki for details.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…