doLateRuns fails on all condition 2 rules in templates
GoogleCodeExporter opened this issue ยท 1 comments
What steps will reproduce the problem?
1. Create or use a structure that requires blocks to be placed in a "laterun"
2. Mark rules as laterun (condition 2) in a template.
3. Use code to doBuild on these templates.
4. No blocks will be placed because doAdjacentBlock always returns during the
if.
What is the expected output? What do you see instead?
Expected output is items such as torches and buttons that require adjacent
blocks to be placed. Instead these blocks/rules are never processed.
What version of the product are you using? On what operating system?
Using latest repository as of today.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected]
on 26 May 2014 at 10:44
Okay... I see the problem now. It's counting isWood blocks as ignored. I
will choose a different condition. You can close this issue.
Original comment by [email protected]
on 27 May 2014 at 4:39