Entity Modifiers
Entity modifiers are files in data packs that can change entity properties.
- Загрузки
- 668
- Подписчики
- 9
- Обновлён
- 14 июня 2022 г.
- Лицензия
- MIT
Опубликован 8 ноября 2021 г.
Entity modifiers are similar to item modifiers, except that they modify entity properties rather than item properties! They are supposed to replace the data modify entity commands.
- We know what we want to change. This means we can have validation of our input!
- We can use number providers rather than having to use
execute store. This also means it doesn't limit us to just the integer range, as we are able to use floating point numbers as well! - When we are working with text components we can use advanced components such as
scorethat resolve properly. - We're editing direct values and not save data, so we can apply this to players as well! This enables player-specific features like hunger.
Ченджлог
1.2.0Релиз1.19 · 14 июня 2022 г.
- Updated to Minecraft 1.19
- Added
minecraft:set_positionentity modifier - Added
minecraft:set_rotationentity modifier
1.1.0Релиз1.18 · 9 декабря 2021 г.
- Updated to Minecraft 1.18
- Allow an entity modifier in the
summoncommand to apply a modifier on the summoned entity directly - Added
minecraft:set_saturationentity modifier - Fixed hunger possibly not being updated correctly on the client
1.0.0Релиз1.17, 1.17.1 · 9 ноября 2021 г.
Initial release.
Комментарии
Загружаем…