Conium

Conium

Mod

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.

Client and server Game MechanicsLibraryManagementOptimization

557 downloads
8 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Conium 1.0.0-alpha10

Changelog

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.

Files

Conium-fabric-1.0.0-alpha10.jar(104.59 MiB) Primary Download

Project members

cao-awa

Owner

Fairydewstz

Contributor

ryan100c

Contributor

Details

Licensed GPL-3.0-only
Published 8 months ago
Updated 13 days ago