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

157 downloads
6 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-alpha8

Changelog

Conium script

Event types

Add events support:

  1. ENTITY_TRY_SLEEP
  2. ENTITY_SLEEP
  3. ENTITY_WAKE_UP
  4. ENTITY_WAKED_UP
  5. ENTITY_ON_FIRE
  6. ENTITY_EXTINGUISH_FIRE
  7. ENTITY_EXTINGUISHED_FIRE
  8. ENTITY_SPRINT
  9. ENTITY_SPRINTING
  10. ENTITY_STOP_SPRINT
  11. RANDOM
  12. SERVER_RANDOM

Event args

Add event args:

  1. C_BLOCK_ENTITY

Event contexts

Now can use method 'preRequestNr' and 'requestNr' to replace 'preRequest' and 'request' to request the event context without returning a boolean value.

Data driven

Supported block templates:

  1. 'emits_redstone_power'
  2. 'emits_strong_redstone_power'
  3. 'emits_weak_redstone_power'
  4. 'enable_block_entity'
  5. 'data'
  6. 'block_entity_presets'

Supported item templates:

  1. 'ignite'
  2. 'clear_ignite'

Block entity

Supported load block entities from data driven, defined data using block template 'data' and could dynamic change values in game running by scripts.

Bug fixes

  1. Fix bug of unable to use Minecraft classes
  2. Fix bug of some useful classes not import in common init script.

Others

  1. Add hitokoto in console log
  2. Optimization performances
  3. Update libraries version
  4. Add discord server in modmenu.
  5. Replaced homepage to modrinth.

Files

Conium-fabric-1.0.0-alpha8.jar(103.08 MiB) Primary Download

Project members

cao-awa

Author

ryan100c

Contributor

Details

Licensed GPL-3.0-only
Published 4 months ago
Updated 11 days ago