Newer blocks will not attach to ship
TeamDoodz opened this issue ยท 4 comments
Describe the bug
Recently added blocks (such as a smoker or barrel) will not connect to the ship and will float off or collide instead.
To Reproduce
Steps to reproduce the behavior:
- 1.14.4
- Bukkit
- 6.0.0.0
- Create an OPShip with an engine sign and a smoker, barrel, loom, etc. attached to the back.
- Use the engine sign to move forward. The block on the back will not follow the ship.
Hey. Mind you send your Blocklist.yml file over?
Blocks that are 1.14 or newer wont be detected as material blocks automatically as I havent got round to them yet (always something more pressing) however you can enable them yourself within that file
Just seen your blocklist.yml from your other issue ( #25 ). If you wish to change the behaviour of blocks to be detected by ships, change the collide type to "material".
Here is the exact formatting
CollideType: MATERIAL
Thanks! I knew the blocks were configurable, but I was confused as to what about them could be changed.