craft icon indicating copy to clipboard operation
craft copied to clipboard

`api.placeInFront` not implemented correctly for "cropWheat"

Open joshlory opened this issue 8 years ago • 0 comments

Repro:

  1. Load https://code-dot-org.github.io/craft/.
  2. Click run.
  3. Navigate the player to a block and run gameController.codeOrgAPI.placeInFront(null, 'cropWheat', 'Player').

screen shot 2017-08-30 at 1 28 11 pm

The Hour of Code progressions only use gameController.codeOrgAPI.placeBlock(null, 'cropWheat', 'Player') which confirms the target position has a "farmlandWet" block on the ground plane.

joshlory avatar Aug 30 '17 20:08 joshlory