
Common Signals
Minecraft datapack library aiming to make in common several selectors to improve optimization
Обновлён 18 апреля 2026 г. · опубликован 29 декабря 2022 г.
Common Signals
📚 Common Signals is a library datapack that provides signals through function tags to help developers optimize their datapacks.
The initial goal is to prevent multiple datapacks from ticking the same inefficient @e selectors.
Available Signals 📡
🔔 Common Signals provides several function tags that developers can hook into:
#common_signals:signals/on_new_item: 📦 Triggered when a new item entity is detected in the world (not having thecommon_signals.checkedtag)
Feel free to suggest new signals!
Usage for Developers 🔧
- 📦 Create a datapack that depends on Common Signals
- ➕ Add functions to the signal tags you want to listen to
- ⚡ Your functions will be called whenever those signals are triggered
⭐ Star History
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.2.1 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | datapack | 18 апреля 2026 г. | Скачать (15 КБ) |
| 0.2.0 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | datapack | 9 ноября 2025 г. | Скачать (14 КБ) |
| 0.1.1 | Релиз | 1.21.7 | datapack | 1 июля 2025 г. | Скачать (13 КБ) |
| 0.1.0 | Релиз | 1.21.3, 1.21.4, 1.21.5, 1.21.6 | datapack | 25 ноября 2024 г. | Скачать (13 КБ) |
Ченджлог
0.2.1Релиз26.1, 26.1.1, 26.1.2 · 18 апреля 2026 г.
Changelog
Features
- ✨ Add Minecraft version support and update pack metadata 935822f
Documentation
- 📝 Add "Powered by StewBeet" badge to README c6cc5cc
- 📝 Add "Powered by StewBeet" badge to README 1dbd6dc
Build System
- 🚀 Updated to v0.2.1 (MC >=1.21.7) 20dcad2
Other
- a c98ac9d
Full Changelog: https://github.com/Stoupy51/CommonSignals/compare/v0.2.0...v0.2.1
0.2.0Релиз1.21.8, 1.21.9, 1.21.10 · 9 ноября 2025 г.
Changelog
Build System
Chores
- 🔧 Updated Modrinth CD config (f672711)
Features
- ✨ Add destroyed_block function (d9ce340)
Full Changelog: https://github.com/Stoupy51/CommonSignals/compare/v0.1.1...v0.2.0
0.1.1Релиз1.21.7 · 1 июля 2025 г.
Changelog
Bug Fixes
- [ContinuousDelivery] 🐛 Corrected project_name formatting by removing underscores (f08463b)
- 🐛 Missing pack.png in zip file (f4b7ffc)
Build System
Documentation
- 📝 Enhanced README.md (84dd217)
Full Changelog: https://github.com/Stoupy51/CommonSignals/compare/v0.1.0...v0.1.1
0.1.0Релиз1.21.4, 1.21.5, 1.21.6 · 25 ноября 2024 г.
Changelog
Build System
- 🚀 Updated from 0.0.5 to 0.1.0 (badf1da)
- 🚀 Added python datapack upload scripts (07a7770)
- 🚀 Fixed project name for github upload (b3ef1c9)
- 🚀 Fixed modrinth and smithed upload configs (1913e5f)
- 🚀 Fixed smithed upload config (eff87b9)
Code Refactoring
- ♻️ Moved merge folder content to link.py (027a152)
Documentation
- 📝 Added README file and LICENSE (2c46893)
Style
- 🎨 Added a datapack icon (f0b2c6c)
Full Changelog: https://github.com/Stoupy51/CommonSignals/compare/v0.0.3...v0.1.0
Комментарии
Загружаем…