Behaviours
Contact Damage
Deal damage to players that touch an ItemsAdder custom block or furniture. Configurable damage amount, cooldown interval, and potion effects like poison or wither.
Since v1.0.0
behaviours:
contact_damage:
amount: 1.0
interval: 10 # optional, default: 20 ticks
fire_duration: 60 # optional, default: 0 ticks
damage_when_sneaking: false # optional, default: true
block_faces: # optional
top: true # optional, default: true
north: false # optional, default: true
south: false # optional, default: true
west: false # optional, default: true
east: false # optional, default: true
potion_effect: # optional
type: NAUSEA
amplifier: 0 # optional, default: 0 (0 = level 1)
duration: 200 # optional, default: 40 ticks
ambient: false # optional, default: false
particles: false # optional, default: true
icon: false # optional, default: true
# Add another effect
potion_effect_1:
...For type, use a value from PotionEffectType.
Connectable
Make ItemsAdder custom furniture automatically connect to adjacent matching pieces. Supports stairs, tables, fences, and any multi-variant furniture.
Stackable
Make ItemsAdder custom blocks stack on top of each other in a defined sequence. Supports simple, complex, and multi-layer stacking configurations.