SuperMartijn642 / MovingElevators

21 stars 16 forks source link

[Feature] Blacklist / whitelist certain blocks to be part of cabinet #239

Open donmor opened 3 days ago

donmor commented 3 days ago

Is your feature request related to a problem? Please describe. I don't want bedrocks or other unbreakable blocks got moved

Describe the solution you'd like Add configurations to blacklist / whitelist certain blocks. Blacklist bedrocks and other unbreakable blocks by default.

SuperMartijn642 commented 3 days ago

Unbreakable blocks already cannot be moved by the elevator.

donmor commented 3 days ago

Oh, okay :)

donmor commented 3 days ago

So what blocks can be moved right now? Does it move only solid blocks, or block entities as well? What do blocks that require attachment block do if moved? (e.g torches, redstone)

SuperMartijn642 commented 3 days ago

The elevator will move any blocks which are not unbreakable including their block entities.

What do blocks that require attachment block do if moved? (e.g torches, redstone)

Once the elevator arrives, all the blocks in the cabin will be updated. Blocks like torches and redstone will simply break and drop in item form like when the block they're placed on is broken.