▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Датапаки/Custom Entity API
Custom Entity API

Custom Entity API

A datapack API allowing anyone to add custom entities, or bosses, to Minecraft: Java Edition, powered by Animated Java.

Оцените первым
58
7
Все версииCustom Entity API 2.1.0

Custom Entity API 2.1.0

Release18.08.2026

Список изменений

CEAPI 2.1.0:

The Data Seperation Update

BREAKING CHANGES:

  • 🚨Summon and PhaseData command storage has been split up into different keys in order to avoid several collision issues I discovered. They are now located at ceapi:summondata and ceapi:phasedata. This will break any existing 2.0.0 and below phasedata files! See bottom of changelog for how to fix.

FIXES/UPDATES:

  • Fixed OwnerUUID getting immediately cleared after running a mob's summon and then onspawn_aj.
  • Fixed Reaction attack locator not running properly

How To Update Your Files from 2.0.0:

While I recommend just viewing the template phasedata files, these are instructins on how to update your phasedata files to work with 2.1.0.

  • In the function folder, delete: debug, global, motion, tools, and zzz. Replace them with the corrosponding folders from 2.1.0.
  • In all phasedata files, replace all instances of ceapi:temp args.phasedata with ceapi:phasedata args. (Recommend using Visual Studio Code for this.)
  • In all phasedata files, replace all instances of function ceapi:global/data_manager/write/send_phasedata_to_storage with storage ceapi:temp args with function ceapi:global/data_manager/write/send_phasedata_to_storage with storage ceapi:phasedata args. (Recommend using Visual Studio Code for this.)
  • In all phasedata files, replace all instances of function ceapi:global/data_manager/prepare with function ceapi:global/data_manager/prepare_macro {location:'ceapi:phasedata args.id'}. (Recommend using Visual Studio Code for this.)
  • In all onspawn_aj files, replace all instances of ceapi:temp args.summondata with ceapi:summondata args

Remove the below two lines from any CEAPI entity onspawn_aj files and move it to the top of their summon functions.

#clear any temp data (DO NOT MODIFY)
data remove storage ceapi:summondata args

Файлы

CEAPI-v2.1.0.zip(94.92 KiB)
Основной
Скачать
ceapi_template_model.zip(4.65 KiB)
Скачать

Метаданные

Канал релиза

Release

Номер версии

2.1.0

Загрузчики

Версии игры

1.21.9–26.2

Загрузок

29

Дата публикации

18.08.2026

Загрузил

ID версии

Главная