Construction Tape wrong with custom hut
xavierh opened this issue · 8 comments
Minecolonies version
version git version/1.11 (modified)
Expected behavior
- Construction tape when putting down the hut's chest should be the same as when starting building it
Actual behaviour
- A second tape is set up,the first one is not remove
I suspect when putting the chest down using the Build Tool, the default citizen hut size is use to put the first construction tape
Would be nice is someone could try on a different version, my branch have been heavily modified in this area
I did not actually test with version/1.11 but I doubt it would work either.
The Construction Tape is place in Colony.addNewBuilding
Before setting the style in BuildToolPlaceMessage.handleHut. The "wooden" default style is used to place the Tape instead.
okay @nojo121 your constructiontape isn't considering the style.
@Raycoms Not sure why it does that for the Fisherman hut as we only have one style. (noticed it yesterday when testing your branch)