Game mode: (MP host / MP client / SP / Client on Dedi
MP client on Dedi / SP
Map: Navezgane, Pregen(which one), or Random World Generation (seed name)
Navezgane, or Random World Generation
Did you wipe old saves? (Yes/No)
Yes
Did you start a new game? (Yes/No)
Yes
Did you validate your files? (Yes/No)
Yes
Are you using any mods? (Yes/No)
No
Did you try to reproduce without mods? (Yes/No)
Yes
EAC on or off?
ON
Bug Description:
Roll Up Door 5x4(rollUpDoor5x4VariantHelper) can hold blocks whilst other doors can't
Detailed steps to reproduce the bug:
1)Place a Roll Up Door 5x4(rollUpDoor5x4VariantHelper)
2)Try to place a block on this door or to attach other blocks to this door
Actual result: (description of what is occurring)
A Roll Up Door 5x4(rollUpDoor5x4VariantHelper) can hold blocks
Expected result: (what you expect to occur)
A Roll Up Door 5x4(rollUpDoor5x4VariantHelper) can not hold any blocks like other doors
Link to Pastebin Output Log:
None
How to fix
Change block.xml as below
Current (Wrong)
<set xpath="/blocks/block[@name='rollUpDoor5x4White']/property[@name='StabilitySupport']/@value">true</set>
Correct
<set xpath="/blocks/block[@name='rollUpDoor5x4White']/property[@name='StabilitySupport']/@value">false</set>
Recommended Comments