Gravity Issue

Published by KreatorB on
Status
Resolved
Issue description

Hello,

I have updated to the latest version of 2020.2 and am trying to update my slabs and stairs.

I noticed that when I got to the slabs and stairs they have no gravity options.
 

I understand that most to do require but slabs and stairs would make sense as a feature.
As I place 2 slabs together it should take on the parent block which has gravity and if you want to keep to the idea that sand and gravel have gravity it would be great to add this feature to slabs and stairs  as they could follow in the footstep of the parents.

Please offer this option in future updates.

 

 

Issue comments

In the first update I was asked to do the update, this one seems to have just told me it need to be unlocked to update. All good thank you - case is closed!

 

Sorry, posted this in the wrong spot, IGNORE IT... Case Still open!!!
"In the first update I was asked to do the update, this one seems to have just told me it need to be unlocked to update. All good thank you - case is closed!"

Blocks that have gravity need to extend FallingBlock, stairs need to extend StairsBlock. Java can only extend one class.

To achieve this, one would need to make either custom implementation of stairs or falling block or both. This is out of the scope of MCreator, but you might be able to achieve this using custom code.

okay, thank you... Is it possible to achieve this with procedures?