promotional bannermobile promotional banner

Conium

Experimental
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.
Back to Files

Conium-fabric-1.0.0-alpha10.jar

File nameConium-fabric-1.0.0-alpha10.jar
Uploader
cao_awacao_awa
Uploaded
Mar 27, 2025
Downloads
0
Size
104.6 MB
Mod Loaders
Fabric
File ID
6354956
Type
A
Alpha
Supported game versions
  • 1.21.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:conium-1181833:6354956"

Learn more about Curse Maven

What's new

Conium event

  1. Renamed events, remove suffixes 'event' in the events list.
  2. Move more event trigger to intermediary.
  3. Add 'attachPreparation' in event context, used to pre-vary raw inputted args.
  4. Add dynamic register APIs for item, block and entity.
  5. Add more minecraft class import.
  6. Clear all event subscribes on reloading data packet

New event support

Add events support:

  1. ITEM_USE
  2. ITEM_USED
  3. RECEIVE_CHUNK
  4. RECEIVED_CHUNK

Bedrock event

  1. Add 'dimension' field to bedrock entity. (Entity#dimension)
  2. Use 'runCommand' to execute 'runCommandAsync' method. (Entity.runCommandAsync)
  3. Let bedrock entity can use raycast to get a block hit. (Entity.getBlockFromViewDirection)
  4. Make bedrock world(dimension) able to create the explosions. (Dimension.createExplosion)
  5. Renamed 'BedrockWorld' to correctly name 'BedrockDimension' to prevent ambiguity.

New event support

Add event support:

  1. itemUseBeforeEvent
  2. itemUseAfterEvent

Configuration

Add config file config/conium.json used to toggle conium features, currently toggleable: enable_debug and enable_bedrock_script.

This mod has no additional files