▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/More Apoli
More Apoli

More Apoli

A mod for datapack developers which adds more powers to Apoli.

Оцените первым
1.0K
1

More Apoli

More Apoli is a mod for datapack developers which adds more powers and actions to Apoli.

Usage

Read the documentation!

This mod's namespace is more_apoli. Here's an example Origins power which uses the action_on_item_drop power:

{
  "type": "more_apoli:action_on_item_drop",
  "name": "Item Drop Action Test",
  "description": "Drop an item, see what happens ;)",
  "item_condition": {
    "type": "origins:food"
  },
  "entity_action": {
    "type": "origins:damage",
    "amount": 4,
    "source": {
      "name": "onFire",
      "fire": true,
      "bypasses_armor": false
    }
  }
}

In this case, players using an origin with this power would take 4 damage (2 hearts) when they drop a food item.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.19.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Зависимости

Ссылки

Детали

Лицензия:
Опубликован:3 года назад
Обновлён:3 года назад
Главная