Skip to content

Conium 1.0.0-alpha4 (1.21.3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cao-awa cao-awa released this 08 Nov 12:36
· 43 commits to main since this release

Data driven

Block

Add supported to these components:

  1. 'minecraft:collision_box'

For bedrock schema and corresponding conium schema templates:

  1. 'collision_box'

Entity

Add basic entity supports, can create an entity and set the collision box (dimension) and pushable:

  1. 'minecraft:collision_box'
  2. 'minecraft:pushable'

For bedrock schema and corresponding conium schema templates:

  1. 'dimension'
  2. 'pushable'

The entity supported 'component_groups' but not be switchable now.

Other

  1. Optimized performances.

Planning

More entity components and Molang, script APIs, first is conium schame entity components and script APIs, delaying the bedrock schama entity components.