Skip to content

Additional content

Pedro270707 edited this page Jul 13, 2026 · 9 revisions

Kyanite Portals adds new data types which are used in certain definitions and a new particle type.

Integer range

Predicate for integer numbers.

Technical information

Class dev.kyanitemods.kyaniteportals.util.Range.Int.

JSON format

  • image: The root object.
    • One of:
      • Range: checks a range between a minimum value and a maximum value.
        • image min: The lower bound.
        • image max: The higher bound.
      • Exactly: checks an exact value.
        • image exactly: The value to be checked.

Block entity pair

A definition which includes a block state and a block entity.

Technical information

Class dev.kyanitemods.kyaniteportals.util.BlockEntityPair.

kyanite_portals:portal particle type

Similar to the vanilla portal particle, but can have any color.

Additional fields:

  • imageimage color: Color of the particle. First value is red, second value is green, and third value is blue, each one from 0.0f to 1.0f.

Clone this wiki locally