
More Apoli
A mod for datapack developers which adds more powers to Apoli.
- Загрузки
- 1K
- Подписчики
- 1
- Обновлён
- 9 февраля 2023 г.
- Лицензия
- MIT
Опубликован 4 января 2023 г.
More Apoli
More Apoli is a mod for datapack developers which adds more powers and actions to Apoli.
Usage
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.
Ченджлог
v0.0.2-SNAPSHOTАльфа1.19.2 · 6 января 2023 г.
Added a new power (more_apoli:step_height) which modified the step height of
entities which have it.
v0.0.1-SNAPSHOTАльфа1.19.2 · 4 января 2023 г.
This is where it all begins...
Currently, Apoli does not seem to be listed anywhere, thus it is not listed as a dependency. It is included within Origins, so I have listed that instead.
Комментарии
Загружаем…