JavierLeon9966 / ExtendedBlocks

This plugins adds the ability to add extended blocks in PocketMine 3.0.0+ API.
GNU General Public License v3.0
37 stars 9 forks source link

ExtendedBlock Compatibility with other plugin #39

Closed Blackjack200 closed 3 years ago

Blackjack200 commented 3 years ago

customize: AxisAlignedBB canClimb canPassThrough hasEntityCollision canBeFlowedInto isSolid isTransparent getFrictionFactor getHardness

JavierLeon9966 commented 3 years ago

AxisAlignedBB Customizable by code canClimb Customizable by config.yml canPassThrough Customizable by config.yml hasEntityCollision Customizable by config.yml canBeFlowedInto Customizable by config.yml isSolid Customizable by config.yml isTransparent Customizable by config.yml getFrictionFactor Customizable by config.yml getHardness Customizable by config.yml