Unique behaviors of CraftEngine

Behaviors specifically programmed for CraftEngine :)

Item Behaviors

Shift Place Block Item Behavior

Allows you to place a block while sneaking

items:
  minecraft:oak_slab:
    behaviors:
      - type: painter:shift_place_block
        block: elitefantasy:oak_vertical_slab

Termite Bucket Item Behavior

Store mythicmobs "Termite" mob

items:
  elitefantasy:termite_bucket:
    material: BUCKET
    texture: elitefantasy:item/termite_bucket
    data:
      item-name: "<!i><white><l10n:item.termite_bucket>"
      lore:
        - '<gray>Right click a block to release one termite.'
    behaviors:
      - type: painter:termite_bucket
        empty-bucket-material: BUCKET

Block Speed Item Behavior

Crop Accelerator Item Behavior

Frozen Totem of Undying Item Behavior

Block Behaviors

Column Block Behavior

Property Name
Property Type
Required

up

string

yes

middle

string

yes

down

string

yes

single

string

yes

Window Connect Tile Block Behavior

Property Name
Property Type
Required

single

string

yes

left

string

yes

middle

string

yes

right

string

yes

up_left

string

yes

up

string

yes

up_right

string

yes

down_left

string

yes

down

string

yes

down_right

string

yes

Sofa Connect Tile Block Behavior

Property Name
Property Type
Required

single

string

yes

left

string

yes

middle

string

yes

right

string

yes

FishTank Block Behavior

This behavior has no other unique properties; the supported fishes are COD, SALMON, TROPICAL_FISH, PUFFERFISH, AXOLOTL & TADPOLE

AshesMerge Behavior

This needs a custom stuff to work fine

Curtain Block Behavior

Property Name
Property Type
Required

single

string

yes

bottom

string

yes

middle

string

yes

top

string

yes

Shower Curtain Block Behavior

Property Name
Property Type
Required

single

string

yes

left

string

yes

middle

string

yes

right

string

yes

Mini Cubes Block Behavior

Pointed Dripstone Block Behavior

Amethyst Crystal Block Behavior

Budding Amethyst Block Behavior

Brittle Ice Block Behavior

MultiFace Atacched Block Behavior

Timed Redstone Delay Block Behavior

Wall Block Behavior

Redstone Field Block Behavior

ICE

FIRE

Redstone Field Resonator Block Behavior

ICE

FIRE

Multi Sapling Block Behavior

Feature

Structure

Command

Last updated