
Conium
Conium is a datapack and script framework for modern Minecraft, it provides very diverse features without Java coding, Conium lets you complete your mods only using datapacks.
Conium 1.0.0-alpha14
alpha5 января 2026 г.Performance improves
Let events won't be triggered when no listeners requested the event.
Scripting
Use 'Cancelable' and 'NoCancelable' to prevent calling the request methods with the suffix 'Nr'.
Molang
Basic molang parsing and translating.
Minecraft
Update to '1.21.11' version.
Tech details
Add specified type of identity in metadata.
Make more generic type to the event type system for more clearing specify the next event type.
More DSL supporting.
Ordering templates orders and components orders to make more readable and maintainable.\
Bug fixes
Fix wrong effective blocks group in ConiumItemPickaxeTemplate.\
Conium 1.0.0-alpha13
alpha3 сентября 2025 г.Events
Add event 'SERVER_CONFIGURED_CONNECTION'.
Add event 'CRAFTING_TABLE_CRAFTING'.
Add event 'CRAFTING_TABLE_CRAFTED'.
Clear event subscribers clearly.
DSL
Make (M) to M.() . Change 'break block' cascaded event from 'breaking block' to 'broken block'.
Templates
Add new template "entity_placer" and bedrock component "minecraft:entity_placer".
Bug fixes
Fix bug of null pointer exception when requesting server configured connection event.
Fix "minecraft:glint" wrongly be "glint" in template name.
Others
Shorter event metadata impl. Renamed conium bedrock templates to "Component"s.
Conium 1.0.0-alpha12
alpha26 июля 2025 г.Conium event
- Add classical event handle way (subscriber and metadata).
- Add DSL style event handler
- Add async event handler supports
Item templates
- 'used_on_block_convert_to'
- 'consume_on_used'
Block register
- Early register the block before world-gen state, let blocks able to participate the world generates
Depends
- Remove fluxia mod, build-in the structuring translator
Bug fixes
Fix bug of infinitely loop when transforming args.
Conium 1.0.0-alpha11-fix1
alpha3 июля 2025 г.- Fix bug of bedrock script unable to run.
- Fix bug of 'setTitle' invalid in 'onScreenDisplay' in bedrock script.
- Fix issue of 'PLAYER' arg cannot transform from arg 'ITEM_USAGE_CONTEXT'.
- Add 'itemUse' to WorldBeforeEvents in bedrock script.
Conium 1.0.0-alpha11
alpha2 июля 2025 г.Warning
Conium is currently as 'on client' mode, the server needs to synchronize the datapacks and scripts to client but are not completed this feature now.
Changes
Upgrade to minecraft 1.21.7 version.


