File Details
Conium-fabric-1.0.0-alpha10.jar
- A
- Mar 27, 2025
- 104.59 MB
- 0
- 1.21.4
- Fabric
File Name
Conium-fabric-1.0.0-alpha10.jar
Supported Versions
- 1.21.4
Curse Maven Snippet
Conium event
- Renamed events, remove suffixes 'event' in the events list.
- Move more event trigger to intermediary.
- Add 'attachPreparation' in event context, used to pre-vary raw inputted args.
- Add dynamic register APIs for item, block and entity.
- Add more minecraft class import.
- Clear all event subscribes on reloading data packet
New event support
Add events support:
- ITEM_USE
- ITEM_USED
- RECEIVE_CHUNK
- RECEIVED_CHUNK
Bedrock event
- Add 'dimension' field to bedrock entity. (
Entity#dimension) - Use 'runCommand' to execute 'runCommandAsync' method. (
Entity.runCommandAsync) - Let bedrock entity can use raycast to get a block hit. (
Entity.getBlockFromViewDirection) - Make bedrock world(dimension) able to create the explosions. (
Dimension.createExplosion) - Renamed 'BedrockWorld' to correctly name 'BedrockDimension' to prevent ambiguity.
New event support
Add event support:
- itemUseBeforeEvent
- itemUseAfterEvent
Configuration
Add config file config/conium.json used to toggle conium features, currently toggleable: enable_debug and enable_bedrock_script.

