amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 22 forks source link

Clicking with multiparts #125

Closed TheCodedOne closed 6 years ago

TheCodedOne commented 6 years ago

When right clicking with a block that has had a stack wrapper applied, there are two issues

  1. If MCMP thinks the block can be placed, it'll place the block without asking the clicked block about onBlockActivated

  2. Clicking with a multipart but cant be placed will trigger onBlockActivated, but if the activation is successful, there is no item animation for clicking

2xsaiko commented 6 years ago

Duplicate of #73 I guess?

TheCodedOne commented 6 years ago

Whoops i didnt see that, number 2 isnt mentioned in that issue so only the first part is a duplicate as far as i can see